running bzr commit on only modified files as a daily cron job

Martin Pool mbp at canonical.com
Fri Apr 4 02:45:54 BST 2008


On Thu, Apr 3, 2008 at 3:52 PM, Rahul Nabar <rpnabar at gmail.com> wrote:
>
>  Thanks Matt and Martin. Maybe I should commit the whole tree! Never
>  crossed my mind. Can I still do it although I have my .bzrignore set
>  to *?
>
>  I remember trying to recursively add my whole ~/.vim folder to bazaar
>  using a bzr add ~/.vim That time it did not work. I had to
>  individually add each file I had in there.  So I assumed a bzr commit
>  ~/ would also not work either.....Please let me know if I'm wrong
>  here! Thanks again!

Just to clarify: .bzrignore only affects add(*) and has no effect on
commit.  So if you ignore everything you will need to add all files
manually, but commit will still commit every file you have previously
added.

(*) I'm slightly lying, it also affects status and other commands that
tell you about unknown files, plus utilities like clean-tree.

-- 
Martin <http://launchpad.net/~mbp/>



More information about the bazaar mailing list