git-svn and local feature branch (git svn dcommit error ?)

Jim Paris jim at jtan.com
Wed May 25 12:21:06 EDT 2011


Derek Atkins wrote:
> John Ralls <jralls at ceridwen.us> 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





More information about the gnucash-devel mailing list