]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: add ability to specify --commit-url for dcommit
authorEric Wong <normalperson@yhbt.net>
Thu, 7 Aug 2008 09:06:16 +0000 (02:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2008 20:16:47 +0000 (13:16 -0700)
commitba24e7457aa1f958370bbb67dfb97e3ec806fd4a
tree24931f4f653b44e8b9d7e90ce1166003f293498a
parentb3bc97cba45e3b97243d31927fbf2343c21b6766
git-svn: add ability to specify --commit-url for dcommit

This allows one to use public svn:// URLs for fetch and
svn+ssh:// URLs for committing (without using the complicated
rewriteRoot option, reimporting or git-filter-branch).

Using this can also help avoid unnecessary server
authentication/encryption overhead on busy SVN servers.

Along with the new --revision option, this can also be allowed
to override the branch detection in dcommit, too.  This is
potentially dangerous and not recommended!  (And also purposely
undocumented, but the loaded gun is there in case somebody
wants to make it safe).

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
git-svn.perl