Derek Atkins wrote: > John Ralls <[email protected]> writes: > > >> I think that upgrading Code to a more recent OS is a necessary step, but > >> the migration from SVN -> GIT can happen afterwards. > > > > OK. I hadn't thought about the scripts. Git can deal with ssh, that's how > > Gnome does it, so security shouldn't be any more of a problem than with svn. > > Is there the concept of pre-commit and post-commit hooks (similar to > svn) in order to implement access control and "perform this post-commit > operation" hooks? > > I've never set up a git server repository so I have no experience there.
Yeah, see http://www.kernel.org/pub/software/scm/git/docs/githooks.html These hooks are set up on the bare repository on the server and are just like svn hooks. Hooks are executed if you pushing through git protocol or smart HTTP. Dumb (WebDAV) HTTP doesn't execute them but there's no reason to run that. -jim _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
