bzr shelve src\*.*

Alexander Belchenko bialix at ukr.net
Fri Feb 6 08:22:53 GMT 2009


Daniel Lidström пишет:
> Hi,
> 
> I just tried this:
> 
> C:\Users\Daniel.SBG\Programming\projects\nautilus_2009_01-repo\NAUT-143>bzr
> shelve GeoPad\*
> bzr: ERROR: Could not acquire lock
> "C:/Users/Daniel.SBG/Programming/projects/nautilus_2009_01-repo/NAUT-143/.bz
> r/checkout/dirstate"

This is known bug in the shelve (v2). Should be fixed in bzr 1.12.
In the meantime you can use shelve1 / unshelve1 commands (from bzrtools).

> What I was trying to do was to shelve recursively, all modified files under
> GeoPad.

Unless you're using cygwin/msys bash shell, you can't use wildcards in the
standard cmd prompt. But you can use "for" command to iterate over the list
of files. Type "help for" in the cmd prompt to obtain full help on usage.




More information about the bazaar mailing list