running bzr commit on only modified files as a daily cron job
Matt Nordhoff
mnordhoff at mattnordhoff.com
Thu Apr 3 06:38:51 BST 2008
Rahul Nabar 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!
>
> -Rahul
Well yeah. If you're ignoring everything, "bzr add" on a directory will
ignore its contents.
But "bzr commit" commits everything (I mean, all versioned files that
have changed). Once you've added things, ignore rules no longer apply.
--
More information about the bazaar
mailing list