bzr unable to checkout in current directory

Bug #120511 reported by Alexander Belchenko
2
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Low
Unassigned

Bug Description

I want to create lightweight checkout in some empty directory. But bzr fails with error:

E:\trac\bjt\htdocs>bzr -Derror co --lightweight E:\trac\bjt\_bzr_repo\etap4\ .
bzr: ERROR: bzrlib.errors.BzrCommandError: Target directory "." already exists.

Traceback (most recent call last):
  File "E:\Python24\Lib\site-packages\bzrlib\commands.py", line 718, in run_bzr_catch_errors
    return run_bzr(argv)
  File "E:\Python24\Lib\site-packages\bzrlib\commands.py", line 679, in run_bzr
    ret = run(*run_argv)
  File "E:\Python24\Lib\site-packages\bzrlib\commands.py", line 375, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "E:\Python24\Lib\site-packages\bzrlib\builtins.py", line 963, in run
    raise errors.BzrCommandError('Target directory "%s" already'
BzrCommandError: Target directory "." already exists.

bzr 0.17.0candidate1 on python 2.4.4.final.0 (win32)
arguments: ['E:\\Python24\\Scripts\\bzr', '-Derror', 'co', '--lightweight', 'E:\\trac\\bjt\\_bzr_repo\\etap4\\', '.']

Martin Pool (mbp)
Changed in bzr:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Martin Pool (mbp) wrote :

http://bundlebuggy.aaronbentley.com/request/%<email address hidden>%3E

There is a patch, but it needs tests.

Revision history for this message
Alexander Belchenko (bialix) wrote :

The patch by your link marked as vetoed. Why?

Revision history for this message
Alexander Belchenko (bialix) wrote :

It seems that *now* this bug is no more valid. I just successfully made lightweight checkout to existing empty directory. I mark it as fixed.

Changed in bzr:
status: Confirmed → 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.