Autogenerated manpages for v1.5.3-rc6-17-g1911
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 23 Aug 2007 08:41:33 +0000 (08:41 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 23 Aug 2007 08:41:33 +0000 (08:41 +0000)
man1/git-svn.1

index 91d101dea8e2771c72946d7df25b68091429645e..4b39a809a05609148597f7a263b6c31ac1f15d88 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SVN" "1" "08/23/2007" "Git 1.5.3.rc6.9.gaabb2" "Git Manual"
+.TH "GIT\-SVN" "1" "08/23/2007" "Git 1.5.3.rc6.17.g1911" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -23,8 +23,8 @@ git\-svn is especially useful when it comes to tracking repositories not organiz
 Initializes an empty git repository with additional metadata directories for git\-svn. The Subversion URL may be specified as a command\-line argument, or as full URL arguments to \-T/\-t/\-b. Optionally, the target directory to operate on can be specified as a second argument. Normally this command initializes the current directory.
 .RS
 .TP
-\-T<trunk_subdir> , \-\-trunk=<trunk_subdir> , \-t<tags_subdir> , \-\-tags=<tags_subdir> , \-b<branches_subdir> , \-\-branches=<branches_subdir>
-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)
+\-T<trunk_subdir> , \-\-trunk=<trunk_subdir> , \-t<tags_subdir> , \-\-tags=<tags_subdir> , \-b<branches_subdir> , \-\-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). 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.
 .TP
 \-\-no\-metadata
 Set the \fInoMetadata\fR option in the [svn\-remote] config.