Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-27 Thread Gilles
On Wed, 26 Oct 2011 15:00:01 -0400, Kevin Ar18 kevina...@hotmail.com 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

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-27 Thread Kevin Greiner
On Wed, Oct 26, 2011 at 3:33 PM, Kevin Ar18 kevina...@hotmail.com wrote: Basically, I could never get it to work right. So, it seems maybe I just didn't understand things correctly and it should work? If so, then I should give it a try again then and see if I can. :) Note: must leave, so

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-27 Thread Kevin Ar18
What about addremove? It won't do the commit, but might get you closer still. Doh, i thought addremove was a hypothetical command, but it really exists. From my first post: I tried a number of commands that I thought might do this (like addremove), but could never seem to get it to do what

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Stephan Beal
On Wed, Oct 26, 2011 at 9:00 PM, Kevin Ar18 kevina...@hotmail.com wrote: * Have a command that automatically finds deleted files, new files, or modified files, etc... and then commits them as a new commit. See fossil extra. It won't do all of that, but it will show you new files - those which

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Nolan Darilek
On 10/26/2011 02:06 PM, Stephan Beal wrote: On Wed, Oct 26, 2011 at 9:00 PM, Kevin Ar18 kevina...@hotmail.com mailto:kevina...@hotmail.com wrote: * Have a command that automatically finds deleted files, new files, or modified files, etc... and then commits them as a new commit.

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Stephan Beal
On Wed, Oct 26, 2011 at 9:20 PM, Nolan Darilek no...@thewordnerd.infowrote: What about addremove? It won't do the commit, but might get you closer still. Doh, i thought addremove was a hypothetical command, but it really exists. stephan@tiny ~/tmp $ f help addremove Usage: f addremove

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Kevin Ar18
* Have a command that automatically finds deleted files, new files, or modified files, etc... and then commits them as a new commit. See fossil extra. It won't do all of that, but it will show you new files - those which are not yet added to your repo. * Possibly maintain a list of

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Kevin Ar18
On Wed, Oct 26, 2011 at 9:20 PM, Nolan Darilek no...@thewordnerd.info wrote: What about addremove? It won't do the commit, but might get you closer still. Doh, i thought addremove was a hypothetical command, but it really exists. From my first post: I tried a number of

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-26 Thread Mike Meyer
On Wed, Oct 26, 2011 at 12:28 PM, Kevin Ar18 kevina...@hotmail.com wrote: Perhaps I should explain more about it?  At this stage, I am mostly using the VCS to backup and keep track of a single directory structure.  (Of course I may use it for other purposes.)  Point is, it would be really