On Wed, 26 Oct 2011 15:00:01 -0400, Kevin Ar18 <[email protected]> wrote: >Instead of having to manually add or remove files, I would like to be able to >automatically sync all changes. >Basically, the workflow might be like this: >* Have a single directory with all files in version control >* Have a command that automatically finds deleted files, new files, or >modified files, etc... and then commits them as a new commit. >* Possibly maintain a list of "excluded files" that should not be part of this >syncing. (I can live without this though.)
Maybe rsync/Unison would be a better tool for this? http://en.wikipedia.org/wiki/Rsync http://en.wikipedia.org/wiki/Unison_(file_synchronizer) _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

