diff options
author | martin f. krafft <madduck@madduck.net> | 2007-07-14 11:25:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-23 00:18:02 -0700 |
commit | 8f728fb96f00860cae58f4f2c5c9c96651e6a626 (patch) | |
tree | 6ce0204ade6c3898a7219bd892322bc785aeefbb /Documentation/git-svn.txt | |
parent | b1d884a9e3968db1fff91c2d066d871a3b8b013c (diff) | |
download | git-8f728fb96f00860cae58f4f2c5c9c96651e6a626.tar.gz git-8f728fb96f00860cae58f4f2c5c9c96651e6a626.tar.xz |
git-svn init/clone --stdlayout option to default-init trunk/tags/branches
The --stdlayout option to git-svn init/clone initialises the default
Subversion values of trunk,tags,branches: -T trunk -b branches -t tags.
If any of the -T/-t/-b options are given in addition, they are given
preference.
[ew: fixed whitespace and added "-s" shortcut]
Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index fbc58871f..3e2a63b74 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -44,10 +44,15 @@ COMMANDS --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) + (--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;; |