git-svn: allow overriding of the SVN repo root in metadata
commitaea736cc6db64219b946adb4ca77f5d17bc7ab77
authorEric Wong <normalperson@yhbt.net>
Sat, 17 Feb 2007 03:15:21 +0000 (16 19:15 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:13 +0000 (23 00:57 -0800)
tree4b264b0c3377ca909819e4fd6c5c4586ddab2fb8
parent0425ea90889f967c3966ace3e5a85b9a5a44c358
git-svn: allow overriding of the SVN repo root in metadata

This feature allows users to create repositories from alternate
URLs.  For example, an administrator could run git-svn on the
server locally (accessing via file://) but wish to distribute
the repository with a public http:// or svn:// URL in the
metadata so users of it will see the public URL.

Config key: svn-remote.<remote>.rewriteRoot

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