summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-01-31 11:06:56 (GMT)
committerEric Wong <normalperson@yhbt.net>2007-02-23 08:57:11 (GMT)
commit9760adccccc0cc4dccc2f28765611550db640ceb (patch)
treed51ae5da1c9d61b480183962a0992b13e4eb5c72 /Documentation/git-svn.txt
parent8a603774def11e5a90ae2dbbc0c8d4abacdb2d99 (diff)
downloadgit-9760adccccc0cc4dccc2f28765611550db640ceb.zip
git-9760adccccc0cc4dccc2f28765611550db640ceb.tar.gz
git-9760adccccc0cc4dccc2f28765611550db640ceb.tar.bz2
git-svn: reinstate --no-metadata, add --svn-remote=, variable cleanups
--svn-remote allows the default remote name to be overridden (useful for tracking multiple SVN repositories). Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 22dd7b2..2914042 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -301,6 +301,12 @@ section on
'<<tracking-multiple-repos,Tracking Multiple Repositories or Branches>>'
for more information on using GIT_SVN_ID.
+-R<remote name>::
+--svn-remote <remote name>::
+ Specify the [svn-remote "<remote name>"] section to use,
+ this allows multiple repositories to be tracked.
+ Default: git-svn
+
--follow-parent::
This is especially helpful when we're tracking a directory
that has been moved around within the repository, or if we