From: Junio C Hamano Date: Thu, 23 Aug 2007 08:41:31 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.3-rc6-17-g1911 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=377018d6a9542bbf1ff146837845b14e3b2c5259;p=git.git Autogenerated HTML docs for v1.5.3-rc6-17-g1911 --- diff --git a/git-svn.html b/git-svn.html index f40dcc183..290eacd2d 100644 --- a/git-svn.html +++ b/git-svn.html @@ -323,12 +323,21 @@ branches, tags directories).

--branches=<branches_subdir>
+
+-s +
+
+--stdlayout +

These are optional command-line options for init. Each of these flags can point to a relative repository path (--tags=project/tags') or a full url - (--tags=https://foo.org/project/tags) + (--tags=https://foo.org/project/tags). The option --stdlayout is + a shorthand way of setting trunk,tags,branches as the relative paths, + which is the Subversion default. If any of the other options are given + as well, they take precedence.

@@ -1050,7 +1059,7 @@ should be manually entered with a text-editor or using diff --git a/git-svn.txt b/git-svn.txt index fbc58871f..3e2a63b74 100644 --- a/git-svn.txt +++ b/git-svn.txt @@ -44,10 +44,15 @@ COMMANDS --tags=;; -b;; --branches=;; +-s;; +--stdlayout;; These are optional command-line options for init. Each of these flags can point to a relative repository path (--tags=project/tags') or a full url - (--tags=https://foo.org/project/tags) + (--tags=https://foo.org/project/tags). The option --stdlayout is + a shorthand way of setting trunk,tags,branches as the relative paths, + which is the Subversion default. If any of the other options are given + as well, they take precedence. --no-metadata;; Set the 'noMetadata' option in the [svn-remote] config. --use-svm-props;;