commit | aea736cc6db64219b946adb4ca77f5d17bc7ab77 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Fri Feb 16 19:15:21 2007 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Feb 23 00:57:13 2007 -0800 |
tree | 4b264b0c3377ca909819e4fd6c5c4586ddab2fb8 | |
parent | 0425ea90889f967c3966ace3e5a85b9a5a44c358 [diff] |
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>