bzr-svn problem: Permission denied: ".": PROPFIND request failed on '/svn/dept/ gt/trunk'

Brian de Alwis bsd at cs.ubc.ca
Wed Jan 9 20:01:38 GMT 2008


Hi Jelmer.  Thanks for the speedy reply!

On 9-Jan-2008, at 10:14 AM, Jelmer Vernooij wrote:
> I think the problem is the fact that bzr-svn doesn't pick up the
> username. bzr-svn doesn't support usernames in urls at the moment (it
> passes the url on verbatim to subversion, which doesn't support it).

Oops, missed that.  Though I only began embedding the user names as  
they weren't working without them previously...

> You can do two things to fix this:
>
> * Make sure svn caches the username for the repository. This should  
> be a
> matter of running "svn proplist
> https://papyrus.usask.ca/svn/dept/gt/trunk/" without the --username
> argument. Subversion will ask you for the username and should cache  
> it.

That doesn't seem to work unfortunately, or I've missed something:

$ svn proplist https://papyrus.usask.ca/svn/dept/gt/trunk
Properties on 'https://papyrus.usask.ca/svn/dept/gt/trunk':
   svn:ignore
$ bzr info svn+https://papyrus.usask.ca/svn/dept/gt/trunk
bzr: ERROR: Permission denied: ".": PROPFIND request failed on '/svn/ 
dept/gt/trunk'

Are you able to do the above 'bzr info' with your install?

> * Install a recent Subversion 1.5 snapshot and use bzr-svn 0.4.6. In
> this situation, bzr-svn should prompt you for a username/password
> combination.


Unfortunately Python crashes when I try the above using the Subversion  
1.5 r27527 snapshot (that's beta that's online) -- this happens with  
both Python 2.4 and 2.5, and using Swig 1.3.27 and 1.3.31. :-(

I also tried updating to the bleeding edge Subversion, but this causes  
bzr-svn to fail complaining that the Python bindings weren't found.   
Grepping through the code, there's no mention of  
svn_delta_invoke_txdelta_window_handler and the only occurrence of  
tx_invoke_window_handler is in testing code.

Brian.

-- 
  Brian de Alwis | Software Practices Lab | UBC | http://www.cs.ubc.ca/~bsd/
       "Amusement to an observing mind is study." - Benjamin Disraeli




More information about the bazaar mailing list