]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: add support for using svnsync properties
authorEric Wong <normalperson@yhbt.net>
Sat, 17 Feb 2007 03:57:29 +0000 (19:57 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:13 +0000 (00:57 -0800)
commit62e349d235ecbb20c5338de5d4cbff9ce5c6aa66
tree6c7baf2f332ddd2111854bcbb9da928133519400
parentaea736cc6db64219b946adb4ca77f5d17bc7ab77
git-svn: add support for using svnsync properties

This is similar to useSvmProps, but far simpler in
implementation because svnsync retains a 1:1
between revision numbers and relative paths within
the repository

Config keys: svn.useSvnsyncProps
             svn-remote.<repo>.useSvnsyncProps

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