I somehow messed up my project's repo, please help
Andrew Bennetts
andrew at bemusement.org
Wed Oct 17 00:45:51 UTC 2012
Rob Clewley wrote:
[…]
> As a test, I tried to commit some of them with
>
> bzr commit -m "File attribute changes only" html/*.html
>
> from both Wing and the CL, only to get
>
> bzr: ERROR: Path(s) are not versioned: <<long list of html files>>
Presumably this is because you have a long list of files on disk
matching the html/*.html pattern that are not versioned in bzr (i.e.
you've "bzr add"ed them). Perhaps you expected commit to automatically
'bzr add' those files for you?
What does 'bzr status html/*.html' report?
-Andrew.
More information about the bazaar
mailing list