Aaron Stone wrote: > On Tue, Aug 9, 2005, Paul J Stevens <[EMAIL PROTECTED]> said: > > [snip] > >>Of course I'll keep the main SVN tree at IC&S in-sync with my ongoing >>work, and vice-versa. > > > Sounds neat. I like the web interface. But... I plan on sticking with the > SVN side. Too many source control systems hurt my head :-P
It's interface is quite similar to svn. I wouldn't use it otherwise. > Can you make > sure to keep the SVN tree in sync with the Git tree on an event-driven > basis? That would prevent changes within say, the same hour, from > colliding. Well, I can. I can setup a commit-hook: $GIT_DIR/hooks/commit-post If the file exists and is executable it will be executed upon completion of the commit. The script is passed two arguments. The first argument is the commit ID and the second is the branchname. A sample commit-post script might look like: #!/bin/sh id=$1 branch=$2 echo "Committed $id in $branch" | mail [EMAIL PROTECTED] And I do have a shoot and forget script for applying new patches to my svn working copy and committing them. That script also updates the ChangeLog automatically. But it's a new script written only yesterday, so I want to run it manually for now. Also, I still need to setup the other route from svn to git. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl