rsync gives nothing from bazaar-ng.org

Harri Salokorpi hsalokor at ee.oulu.fi
Wed Apr 27 10:12:31 BST 2005


On Wednesday 27 April 2005 11:43, Benno wrote:
> Just a note for beginners, the --delete option will delete any new
> files you have worked on, so use with care!

If you are using Arch/Bazaar to maintain your own changes (or any other SCM), 
you can instruct rsync to skip all precious scm files (.svn, {arch} etc).

For Arch/Bazaar, you can use the tip from 
http://wiki.gnuarch.org/Tracking_20a_20project_20that_20doesn_27t_20use_20Arch

rsync -av --delete-after --force --exclude='{arch}' \ 
	--exclude='**/.arch-ids**'  bazaar-ng.org::bazaar-ng/bzr/bzr.dev .

-Harri




More information about the bazaar mailing list