libsvn._core.SubversionException: ('Unable to open an ra_local session to URL', 180001) on creating lightweight checkout

Bug #160232 reported by Martin Pool
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Low
Jelmer Vernooij

Bug Description

Martin Meredith <email address hidden> writes

mez@coma % bzr co --lightweight
~/devnull/branches/trunk ./trunk /home/mez/bzr 4:51PM
bzr: ERROR: libsvn._core.SubversionException: ('Unable to open an
ra_local session to URL', 180001)

Traceback (most recent call last):
 File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 817,
in run_bzr_catch_errors
   return run_bzr(argv)
 File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 779,
in run_bzr
   ret = run(*run_argv)
 File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 477,
in run_argv_aliases
   return self.run(**all_cmd_args)
 File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 972,
in run
   source.create_checkout(to_location, revision_id, lightweight)
 File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/branch.py",
line 181, in create_checkout
   return self._create_lightweight_checkout(to_location, revision_id)
 File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/branch.py",
line 174, in _create_lightweight_checkout
   True, client_ctx)
 File "/var/lib/python-support/python2.5/libsvn/client.py", line 490,
in svn_client_checkout
   return apply(_client.svn_client_checkout, args)
SubversionException: ('Unable to open an ra_local session to URL',
180001)

bzr 0.90.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'co', '--lightweight',
'/home/mez/devnull/branches/trunk', './trunk']

** please send this report to <email address hidden>

--
Regards,
Martin Meredith
vBulletin Developer

Revision history for this message
Martin Pool (mbp) wrote : Re: Bug

Thankyou for the report. I've filed a bug against the bzr-svn plugin.

  https://bugs.edge.launchpad.net/bzr-svn/+bug/160232

Can you determine at all why it's not able to open the svn url? Is
/home/mez/devnull/branches/trunk the svn branch itself, or a bzr
branch? If the former, you might need to give a file:/// url
explicitly? (I'm just guessing, I haven't used bzr-svn much.)

Revision history for this message
Martin Meredith (mez) wrote :

~/devnull/trunk is a checkout of the SVN repository

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
importance: Undecided → Low
milestone: none → 0.4.5
status: New → Triaged
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This bug was fixed in 0.4.4.

Changed in bzr-svn:
milestone: 0.4.5 → none
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.