git-svn: allow dcommit for those who only fetch from SVM with useSvmProps
commit60d9c97adf96533e4f02d3fc2fecec998104e8ea
authorEric Wong <normalperson@yhbt.net>
Thu, 15 Feb 2007 02:47:16 +0000 (14 18:47 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:13 +0000 (23 00:57 -0800)
tree0a682347c55b56d45896d610429fea45779fee50
parent7447b4bc837d2f73fb4cd34f2a44a0cb120c5c39
git-svn: allow dcommit for those who only fetch from SVM with useSvmProps

This allows users to use SVM (SVN::Mirror) to mirror a remote
repository to use dcommit to commit to the repository that SVM
was mirroring.  When dcommit is used in this manner, the automatic
fetch + rebase/reset does not happen; in which case the user will
have to manually invoke svm/svk, run 'git svn fetch', and finally
'git rebase'.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl