adding my entire home dir with a "bzr init ~/"
Rahul Nabar
rpnabar at gmail.com
Tue Mar 11 21:46:37 GMT 2008
Hi,
This was my first foray into the world of versioning and I just started
using Bazaar. I only needed a simple tool to get me rollback and tracking
capabilities for various config and script files in my own directory
structure on Linux (no multi-user collaborations, publishing or merges are
expected)
Bazaar seems to be easy to use and perfect for my needs. Unfortunately the
files I need to version are scattered all over the various branches of my
directory structure. I started with a:
bzr init ~/
and now whenever I feel a file or directory deep inside my directory
structure needs versioning I just do a:
bzr add file1 etc.
More information about the bazaar
mailing list