Autogenerated manpages for v2.45.1-313-g3a57a
[git-manpages.git] / man1 / git-svn.1
blobcda8eda0c04d5cd43fb9baf9e6466114e24c520a
1 '\" t
2 .\"     Title: git-svn
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 2024-05-28
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.45.1.313.g3a57aa566a
8 .\"  Language: English
9 .\"
10 .TH "GIT\-SVN" "1" "2024\-05\-28" "Git 2\&.45\&.1\&.313\&.g3a57aa" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-svn \- Bidirectional operation between a Subversion repository and Git
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit svn\fR <command> [<options>] [<arguments>]
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .sp
40 \fIgit svn\fR is a simple conduit for changesets between Subversion and Git\&. It provides a bidirectional flow of changes between a Subversion and a Git repository\&.
41 .sp
42 \fIgit svn\fR can track a standard Subversion repository, following the common "trunk/branches/tags" layout, with the \-\-stdlayout option\&. It can also follow branches and tags in any layout with the \-T/\-t/\-b options (see options to \fIinit\fR below, and also the \fIclone\fR command)\&.
43 .sp
44 Once tracking a Subversion repository (with any of the above methods), the Git repository can be updated from Subversion by the \fIfetch\fR command and Subversion updated from Git by the \fIdcommit\fR command\&.
45 .SH "COMMANDS"
46 .PP
47 \fIinit\fR
48 .RS 4
49 Initializes an empty Git repository with additional metadata directories for
50 \fIgit svn\fR\&. 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\&.
51 .PP
52 \-T<trunk\-subdir>, \-\-trunk=<trunk\-subdir>, \-t<tags\-subdir>, \-\-tags=<tags\-subdir>, \-b<branches\-subdir>, \-\-branches=<branches\-subdir>, \-s, \-\-stdlayout
53 .RS 4
54 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)\&. You can specify more than one \-\-tags and/or \-\-branches options, in case your Subversion repository places tags or branches under multiple paths\&. 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\&.
55 .RE
56 .PP
57 \-\-no\-metadata
58 .RS 4
59 Set the
60 \fInoMetadata\fR
61 option in the [svn\-remote] config\&. This option is not recommended, please read the
62 \fIsvn\&.noMetadata\fR
63 section of this manpage before using this option\&.
64 .RE
65 .PP
66 \-\-use\-svm\-props
67 .RS 4
68 Set the
69 \fIuseSvmProps\fR
70 option in the [svn\-remote] config\&.
71 .RE
72 .PP
73 \-\-use\-svnsync\-props
74 .RS 4
75 Set the
76 \fIuseSvnsyncProps\fR
77 option in the [svn\-remote] config\&.
78 .RE
79 .PP
80 \-\-rewrite\-root=<URL>
81 .RS 4
82 Set the
83 \fIrewriteRoot\fR
84 option in the [svn\-remote] config\&.
85 .RE
86 .PP
87 \-\-rewrite\-uuid=<UUID>
88 .RS 4
89 Set the
90 \fIrewriteUUID\fR
91 option in the [svn\-remote] config\&.
92 .RE
93 .PP
94 \-\-username=<user>
95 .RS 4
96 For transports that SVN handles authentication for (http, https, and plain svn), specify the username\&. For other transports (e\&.g\&.
97 \fBsvn+ssh://\fR), you must include the username in the URL, e\&.g\&.
98 \fBsvn+ssh://foo@svn\&.bar\&.com/project\fR
99 .RE
101 \-\-prefix=<prefix>
102 .RS 4
103 This allows one to specify a prefix which is prepended to the names of remotes if trunk/branches/tags are specified\&. The prefix does not automatically include a trailing slash, so be sure you include one in the argument if that is what you want\&. If \-\-branches/\-b is specified, the prefix must include a trailing slash\&. Setting a prefix (with a trailing slash) is strongly encouraged in any case, as your SVN\-tracking refs will then be located at "refs/remotes/$prefix/\fB", which is compatible with Git\(cqs own remote\-tracking ref layout (refs/remotes/$remote/\fR)\&. Setting a prefix is also useful if you wish to track multiple projects that share a common repository\&. By default, the prefix is set to
104 \fIorigin/\fR\&.
105 .if n \{\
108 .RS 4
109 .it 1 an-trap
110 .nr an-no-space-flag 1
111 .nr an-break-flag 1
113 .ps +1
114 \fBNote\fR
115 .ps -1
117 Before Git v2\&.0, the default prefix was "" (no prefix)\&. This meant that SVN\-tracking refs were put at "refs/remotes/*", which is incompatible with how Git\(cqs own remote\-tracking refs are organized\&. If you still want the old default, you can get it by passing
118 \fB\-\-prefix ""\fR
119 on the command line (\fB\-\-prefix=""\fR
120 may not work if your Perl\(cqs Getopt::Long is < v2\&.37)\&.
121 .sp .5v
125 \-\-ignore\-refs=<regex>
126 .RS 4
127 When passed to
128 \fIinit\fR
130 \fIclone\fR
131 this regular expression will be preserved as a config key\&. See
132 \fIfetch\fR
133 for a description of
134 \fB\-\-ignore\-refs\fR\&.
137 \-\-ignore\-paths=<regex>
138 .RS 4
139 When passed to
140 \fIinit\fR
142 \fIclone\fR
143 this regular expression will be preserved as a config key\&. See
144 \fIfetch\fR
145 for a description of
146 \fB\-\-ignore\-paths\fR\&.
149 \-\-include\-paths=<regex>
150 .RS 4
151 When passed to
152 \fIinit\fR
154 \fIclone\fR
155 this regular expression will be preserved as a config key\&. See
156 \fIfetch\fR
157 for a description of
158 \fB\-\-include\-paths\fR\&.
161 \-\-no\-minimize\-url
162 .RS 4
163 When tracking multiple directories (using \-\-stdlayout, \-\-branches, or \-\-tags options), git svn will attempt to connect to the root (or highest allowed level) of the Subversion repository\&. This default allows better tracking of history if entire projects are moved within a repository, but may cause issues on repositories where read access restrictions are in place\&. Passing
164 \fB\-\-no\-minimize\-url\fR
165 will allow git svn to accept URLs as\-is without attempting to connect to a higher level directory\&. This option is off by default when only one URL/branch is tracked (it would do little good)\&.
169 \fIfetch\fR
170 .RS 4
171 Fetch unfetched revisions from the Subversion remote we are tracking\&. The name of the [svn\-remote "\&..."] section in the $GIT_DIR/config file may be specified as an optional command\-line argument\&.
173 This automatically updates the rev_map if needed (see
174 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
175 in the FILES section below for details)\&.
177 \-\-localtime
178 .RS 4
179 Store Git commit times in the local time zone instead of UTC\&. This makes
180 \fIgit log\fR
181 (even without \-\-date=local) show the same times that
182 \fBsvn log\fR
183 would in the local time zone\&.
185 This doesn\(cqt interfere with interoperating with the Subversion repository you cloned from, but if you wish for your local Git repository to be able to interoperate with someone else\(cqs local Git repository, either don\(cqt use this option or you should both use it in the same local time zone\&.
188 \-\-parent
189 .RS 4
190 Fetch only from the SVN parent of the current HEAD\&.
193 \-\-ignore\-refs=<regex>
194 .RS 4
195 Ignore refs for branches or tags matching the Perl regular expression\&. A "negative look\-ahead assertion" like
196 \fB^refs/remotes/origin/(?!tags/wanted\-tag|wanted\-branch)\&.*$\fR
197 can be used to allow only certain refs\&.
199 .if n \{\
200 .RS 4
203 config key: svn\-remote\&.<name>\&.ignore\-refs
205 .if n \{\
209 If the ignore\-refs configuration key is set, and the command\-line option is also given, both regular expressions will be used\&.
212 \-\-ignore\-paths=<regex>
213 .RS 4
214 This allows one to specify a Perl regular expression that will cause skipping of all matching paths from checkout from SVN\&. The
215 \fB\-\-ignore\-paths\fR
216 option should match for every
217 \fIfetch\fR
218 (including automatic fetches due to
219 \fIclone\fR,
220 \fIdcommit\fR,
221 \fIrebase\fR, etc) on a given repository\&.
223 .if n \{\
224 .RS 4
227 config key: svn\-remote\&.<name>\&.ignore\-paths
229 .if n \{\
233 If the ignore\-paths configuration key is set, and the command\-line option is also given, both regular expressions will be used\&.
235 Examples:
237 Skip "doc*" directory for every fetch
238 .RS 4
240 .if n \{\
241 .RS 4
244 \-\-ignore\-paths="^doc"
246 .if n \{\
252 Skip "branches" and "tags" of first level directories
253 .RS 4
255 .if n \{\
256 .RS 4
259 \-\-ignore\-paths="^[^/]+/(?:branches|tags)"
261 .if n \{\
268 \-\-include\-paths=<regex>
269 .RS 4
270 This allows one to specify a Perl regular expression that will cause the inclusion of only matching paths from checkout from SVN\&. The
271 \fB\-\-include\-paths\fR
272 option should match for every
273 \fIfetch\fR
274 (including automatic fetches due to
275 \fIclone\fR,
276 \fIdcommit\fR,
277 \fIrebase\fR, etc) on a given repository\&.
278 \fB\-\-ignore\-paths\fR
279 takes precedence over
280 \fB\-\-include\-paths\fR\&.
282 .if n \{\
283 .RS 4
286 config key: svn\-remote\&.<name>\&.include\-paths
288 .if n \{\
294 \-\-log\-window\-size=<n>
295 .RS 4
296 Fetch <n> log entries per request when scanning Subversion history\&. The default is 100\&. For very large Subversion repositories, larger values may be needed for
297 \fIclone\fR/\fIfetch\fR
298 to complete in reasonable time\&. But overly large values may lead to higher memory usage and request timeouts\&.
302 \fIclone\fR
303 .RS 4
304 Runs
305 \fIinit\fR
307 \fIfetch\fR\&. It will automatically create a directory based on the basename of the URL passed to it; or if a second argument is passed; it will create a directory and work within that\&. It accepts all arguments that the
308 \fIinit\fR
310 \fIfetch\fR
311 commands accept; with the exception of
312 \fB\-\-fetch\-all\fR
314 \fB\-\-parent\fR\&. After a repository is cloned, the
315 \fIfetch\fR
316 command will be able to update revisions without affecting the working tree; and the
317 \fIrebase\fR
318 command will be able to update the working tree with the latest changes\&.
320 \-\-preserve\-empty\-dirs
321 .RS 4
322 Create a placeholder file in the local Git repository for each empty directory fetched from Subversion\&. This includes directories that become empty by removing all entries in the Subversion repository (but not the directory itself)\&. The placeholder files are also tracked and removed when no longer necessary\&.
325 \-\-placeholder\-filename=<filename>
326 .RS 4
327 Set the name of placeholder files created by \-\-preserve\-empty\-dirs\&. Default: "\&.gitignore"
331 \fIrebase\fR
332 .RS 4
333 This fetches revisions from the SVN parent of the current HEAD and rebases the current (uncommitted to SVN) work against it\&.
335 This works similarly to
336 \fBsvn update\fR
338 \fIgit pull\fR
339 except that it preserves linear history with
340 \fIgit rebase\fR
341 instead of
342 \fIgit merge\fR
343 for ease of dcommitting with
344 \fIgit svn\fR\&.
346 This accepts all options that
347 \fIgit svn fetch\fR
349 \fIgit rebase\fR
350 accept\&. However,
351 \fB\-\-fetch\-all\fR
352 only fetches from the current [svn\-remote], and not all [svn\-remote] definitions\&.
354 Like
355 \fIgit rebase\fR; this requires that the working tree be clean and have no uncommitted changes\&.
357 This automatically updates the rev_map if needed (see
358 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
359 in the FILES section below for details)\&.
361 \-l, \-\-local
362 .RS 4
363 Do not fetch remotely; only run
364 \fIgit rebase\fR
365 against the last fetched commit from the upstream SVN\&.
369 \fIdcommit\fR
370 .RS 4
371 Commit each diff from the current branch directly to the SVN repository, and then rebase or reset (depending on whether or not there is a diff between SVN and head)\&. This will create a revision in SVN for each commit in Git\&.
373 When an optional Git branch name (or a Git commit object name) is specified as an argument, the subcommand works on the specified branch, not on the current branch\&.
375 Use of
376 \fIdcommit\fR
377 is preferred to
378 \fIset\-tree\fR
379 (below)\&.
381 \-\-no\-rebase
382 .RS 4
383 After committing, do not rebase or reset\&.
386 \-\-commit\-url <URL>
387 .RS 4
388 Commit to this SVN URL (the full path)\&. This is intended to allow existing
389 \fIgit svn\fR
390 repositories created with one transport method (e\&.g\&.
391 \fBsvn://\fR
393 \fBhttp://\fR
394 for anonymous read) to be reused if a user is later given access to an alternate transport method (e\&.g\&.
395 \fBsvn+ssh://\fR
397 \fBhttps://\fR) for commit\&.
399 .if n \{\
400 .RS 4
403 config key: svn\-remote\&.<name>\&.commiturl
404 config key: svn\&.commiturl (overwrites all svn\-remote\&.<name>\&.commiturl options)
406 .if n \{\
410 Note that the SVN URL of the commiturl config key includes the SVN branch\&. If you rather want to set the commit URL for an entire SVN repository use svn\-remote\&.<name>\&.pushurl instead\&.
412 Using this option for any other purpose (don\(cqt ask) is very strongly discouraged\&.
415 \-\-mergeinfo=<mergeinfo>
416 .RS 4
417 Add the given merge information during the dcommit (e\&.g\&.
418 \fB\-\-mergeinfo="/branches/foo:1\-10"\fR)\&. All svn server versions can store this information (as a property), and svn clients starting from version 1\&.5 can make use of it\&. To specify merge information from multiple branches, use a single space character between the branches (\fB\-\-mergeinfo="/branches/foo:1\-10 /branches/bar:3,5\-6,8"\fR)
420 .if n \{\
421 .RS 4
424 config key: svn\&.pushmergeinfo
426 .if n \{\
430 This option will cause git\-svn to attempt to automatically populate the svn:mergeinfo property in the SVN repository when possible\&. Currently, this can only be done when dcommitting non\-fast\-forward merges where all parents but the first have already been pushed into SVN\&.
433 \-\-interactive
434 .RS 4
435 Ask the user to confirm that a patch set should actually be sent to SVN\&. For each patch, one may answer "yes" (accept this patch), "no" (discard this patch), "all" (accept all patches), or "quit"\&.
437 \fIgit svn dcommit\fR
438 returns immediately if answer is "no" or "quit", without committing anything to SVN\&.
442 \fIbranch\fR
443 .RS 4
444 Create a branch in the SVN repository\&.
446 \-m, \-\-message
447 .RS 4
448 Allows to specify the commit message\&.
451 \-t, \-\-tag
452 .RS 4
453 Create a tag by using the tags_subdir instead of the branches_subdir specified during git svn init\&.
456 \-d<path>, \-\-destination=<path>
457 .RS 4
458 If more than one \-\-branches (or \-\-tags) option was given to the
459 \fIinit\fR
461 \fIclone\fR
462 command, you must provide the location of the branch (or tag) you wish to create in the SVN repository\&. <path> specifies which path to use to create the branch or tag and should match the pattern on the left\-hand side of one of the configured branches or tags refspecs\&. You can see these refspecs with the commands
464 .if n \{\
465 .RS 4
468 git config \-\-get\-all svn\-remote\&.<name>\&.branches
469 git config \-\-get\-all svn\-remote\&.<name>\&.tags
471 .if n \{\
475 where <name> is the name of the SVN repository as specified by the \-R option to
476 \fIinit\fR
477 (or "svn" by default)\&.
480 \-\-username
481 .RS 4
482 Specify the SVN username to perform the commit as\&. This option overrides the
483 \fIusername\fR
484 configuration property\&.
487 \-\-commit\-url
488 .RS 4
489 Use the specified URL to connect to the destination Subversion repository\&. This is useful in cases where the source SVN repository is read\-only\&. This option overrides configuration property
490 \fIcommiturl\fR\&.
492 .if n \{\
493 .RS 4
496 git config \-\-get\-all svn\-remote\&.<name>\&.commiturl
498 .if n \{\
503 \-\-parents
504 .RS 4
505 Create parent folders\&. This parameter is equivalent to the parameter \-\-parents on svn cp commands and is useful for non\-standard repository layouts\&.
509 \fItag\fR
510 .RS 4
511 Create a tag in the SVN repository\&. This is a shorthand for
512 \fIbranch \-t\fR\&.
515 \fIlog\fR
516 .RS 4
517 This should make it easy to look up svn log messages when svn users refer to \-r/\-\-revision numbers\&.
519 The following features from \(oqsvn log\(cq are supported:
521 \-r <n>[:<n>], \-\-revision=<n>[:<n>]
522 .RS 4
523 is supported, non\-numeric args are not: HEAD, NEXT, BASE, PREV, etc \&...
526 \-v, \-\-verbose
527 .RS 4
528 it\(cqs not completely compatible with the \-\-verbose output in svn log, but reasonably close\&.
531 \-\-limit=<n>
532 .RS 4
533 is NOT the same as \-\-max\-count, doesn\(cqt count merged/excluded commits
536 \-\-incremental
537 .RS 4
538 supported
541 New features:
543 \-\-show\-commit
544 .RS 4
545 shows the Git commit sha1, as well
548 \-\-oneline
549 .RS 4
550 our version of \-\-pretty=oneline
553 .if n \{\
556 .RS 4
557 .it 1 an-trap
558 .nr an-no-space-flag 1
559 .nr an-break-flag 1
561 .ps +1
562 \fBNote\fR
563 .ps -1
565 SVN itself only stores times in UTC and nothing else\&. The regular svn client converts the UTC time to the local time (or based on the TZ= environment)\&. This command has the same behaviour\&.
566 .sp .5v
568 Any other arguments are passed directly to
569 \fIgit log\fR
572 \fIblame\fR
573 .RS 4
574 Show what revision and author last modified each line of a file\&. The output of this mode is format\-compatible with the output of \(oqsvn blame\(cq by default\&. Like the SVN blame command, local uncommitted changes in the working tree are ignored; the version of the file in the HEAD revision is annotated\&. Unknown arguments are passed directly to
575 \fIgit blame\fR\&.
577 \-\-git\-format
578 .RS 4
579 Produce output in the same format as
580 \fIgit blame\fR, but with SVN revision numbers instead of Git commit hashes\&. In this mode, changes that haven\(cqt been committed to SVN (including local working\-copy edits) are shown as revision 0\&.
584 \fIfind\-rev\fR
585 .RS 4
586 When given an SVN revision number of the form
587 \fIrN\fR, returns the corresponding Git commit hash (this can optionally be followed by a tree\-ish to specify which branch should be searched)\&. When given a tree\-ish, returns the corresponding SVN revision number\&.
589 \-B, \-\-before
590 .RS 4
591 Don\(cqt require an exact match if given an SVN revision, instead find the commit corresponding to the state of the SVN repository (on the current branch) at the specified revision\&.
594 \-A, \-\-after
595 .RS 4
596 Don\(cqt require an exact match if given an SVN revision; if there is not an exact match return the closest match searching forward in the history\&.
600 \fIset\-tree\fR
601 .RS 4
602 You should consider using
603 \fIdcommit\fR
604 instead of this command\&. Commit specified commit or tree objects to SVN\&. This relies on your imported fetch data being up to date\&. This makes absolutely no attempts to do patching when committing to SVN, it simply overwrites files with those specified in the tree or commit\&. All merging is assumed to have taken place independently of
605 \fIgit svn\fR
606 functions\&.
609 \fIcreate\-ignore\fR
610 .RS 4
611 Recursively finds the svn:ignore property on directories and creates matching \&.gitignore files\&. The resulting files are staged to be committed, but are not committed\&. Use \-r/\-\-revision to refer to a specific revision\&.
614 \fIshow\-ignore\fR
615 .RS 4
616 Recursively finds and lists the svn:ignore property on directories\&. The output is suitable for appending to the $GIT_DIR/info/exclude file\&.
619 \fImkdirs\fR
620 .RS 4
621 Attempts to recreate empty directories that core Git cannot track based on information in $GIT_DIR/svn/<refname>/unhandled\&.log files\&. Empty directories are automatically recreated when using "git svn clone" and "git svn rebase", so "mkdirs" is intended for use after commands like "git checkout" or "git reset"\&. (See the svn\-remote\&.<name>\&.automkdirs config file option for more information\&.)
624 \fIcommit\-diff\fR
625 .RS 4
626 Commits the diff of two tree\-ish arguments from the command\-line\&. This command does not rely on being inside a
627 \fBgit svn init\fR\-ed repository\&. This command takes three arguments, (a) the original tree to diff against, (b) the new tree result, (c) the URL of the target Subversion repository\&. The final argument (URL) may be omitted if you are working from a
628 \fIgit svn\fR\-aware repository (that has been
629 \fBinit\fR\-ed with
630 \fIgit svn\fR)\&. The \-r<revision> option is required for this\&.
632 The commit message is supplied either directly with the
633 \fB\-m\fR
635 \fB\-F\fR
636 option, or indirectly from the tag or commit when the second tree\-ish denotes such an object, or it is requested by invoking an editor (see
637 \fB\-\-edit\fR
638 option below)\&.
640 \-m <msg>, \-\-message=<msg>
641 .RS 4
642 Use the given
643 \fBmsg\fR
644 as the commit message\&. This option disables the
645 \fB\-\-edit\fR
646 option\&.
649 \-F <filename>, \-\-file=<filename>
650 .RS 4
651 Take the commit message from the given file\&. This option disables the
652 \fB\-\-edit\fR
653 option\&.
657 \fIinfo\fR
658 .RS 4
659 Shows information about a file or directory similar to what \(oqsvn info\(cq provides\&. Does not currently support a \-r/\-\-revision argument\&. Use the \-\-url option to output only the value of the
660 \fIURL:\fR
661 field\&.
664 \fIproplist\fR
665 .RS 4
666 Lists the properties stored in the Subversion repository about a given file or directory\&. Use \-r/\-\-revision to refer to a specific Subversion revision\&.
669 \fIpropget\fR
670 .RS 4
671 Gets the Subversion property given as the first argument, for a file\&. A specific revision can be specified with \-r/\-\-revision\&.
674 \fIpropset\fR
675 .RS 4
676 Sets the Subversion property given as the first argument, to the value given as the second argument for the file given as the third argument\&.
678 Example:
680 .if n \{\
681 .RS 4
684 git svn propset svn:keywords "FreeBSD=%H" devel/py\-tipper/Makefile
686 .if n \{\
690 This will set the property
691 \fIsvn:keywords\fR
693 \fIFreeBSD=%H\fR
694 for the file
695 \fIdevel/py\-tipper/Makefile\fR\&.
698 \fIshow\-externals\fR
699 .RS 4
700 Shows the Subversion externals\&. Use \-r/\-\-revision to specify a specific revision\&.
703 \fIgc\fR
704 .RS 4
705 Compress $GIT_DIR/svn/<refname>/unhandled\&.log files and remove $GIT_DIR/svn/<refname>/index files\&.
708 \fIreset\fR
709 .RS 4
710 Undoes the effects of
711 \fIfetch\fR
712 back to the specified revision\&. This allows you to re\-\fIfetch\fR
713 an SVN revision\&. Normally the contents of an SVN revision should never change and
714 \fIreset\fR
715 should not be necessary\&. However, if SVN permissions change, or if you alter your \-\-ignore\-paths option, a
716 \fIfetch\fR
717 may fail with "not found in commit" (file not previously visible) or "checksum mismatch" (missed a modification)\&. If the problem file cannot be ignored forever (with \-\-ignore\-paths) the only way to repair the repo is to use
718 \fIreset\fR\&.
720 Only the rev_map and refs/remotes/git\-svn are changed (see
721 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
722 in the FILES section below for details)\&. Follow
723 \fIreset\fR
724 with a
725 \fIfetch\fR
726 and then
727 \fIgit reset\fR
729 \fIgit rebase\fR
730 to move local branches onto the new tree\&.
732 \-r <n>, \-\-revision=<n>
733 .RS 4
734 Specify the most recent revision to keep\&. All later revisions are discarded\&.
737 \-p, \-\-parent
738 .RS 4
739 Discard the specified revision as well, keeping the nearest parent instead\&.
742 Example:
743 .RS 4
744 Assume you have local changes in "master", but you need to refetch "r2"\&.
746 .if n \{\
747 .RS 4
750     r1\-\-\-r2\-\-\-r3 remotes/git\-svn
751                 \e
752                  A\-\-\-B master
754 .if n \{\
758 Fix the ignore\-paths or SVN permissions problem that caused "r2" to be incomplete in the first place\&. Then:
760 .if n \{\
761 .RS 4
764 git svn reset \-r2 \-p
765 git svn fetch
767 .if n \{\
773 .if n \{\
774 .RS 4
777     r1\-\-\-r2\*(Aq\-\-r3\*(Aq remotes/git\-svn
778       \e
779        r2\-\-\-r3\-\-\-A\-\-\-B master
781 .if n \{\
785 Then fixup "master" with
786 \fIgit rebase\fR\&. Do NOT use
787 \fIgit merge\fR
788 or your history will not be compatible with a future
789 \fIdcommit\fR!
791 .if n \{\
792 .RS 4
795 git rebase \-\-onto remotes/git\-svn A^ master
797 .if n \{\
803 .if n \{\
804 .RS 4
807     r1\-\-\-r2\*(Aq\-\-r3\*(Aq remotes/git\-svn
808                 \e
809                  A\*(Aq\-\-B\*(Aq master
811 .if n \{\
817 .SH "OPTIONS"
819 \-\-shared[=(false|true|umask|group|all|world|everybody)], \-\-template=<template\-directory>
820 .RS 4
821 Only used with the
822 \fIinit\fR
823 command\&. These are passed directly to
824 \fIgit init\fR\&.
827 \-r <arg>, \-\-revision <arg>
828 .RS 4
829 Used with the
830 \fIfetch\fR
831 command\&.
833 This allows revision ranges for partial/cauterized history to be supported\&. $NUMBER, $NUMBER1:$NUMBER2 (numeric ranges), $NUMBER:HEAD, and BASE:$NUMBER are all supported\&.
835 This can allow you to make partial mirrors when running fetch; but is generally not recommended because history will be skipped and lost\&.
838 \-, \-\-stdin
839 .RS 4
840 Only used with the
841 \fIset\-tree\fR
842 command\&.
844 Read a list of commits from stdin and commit them in reverse order\&. Only the leading sha1 is read from each line, so
845 \fIgit rev\-list \-\-pretty=oneline\fR
846 output can be used\&.
849 \-\-rmdir
850 .RS 4
851 Only used with the
852 \fIdcommit\fR,
853 \fIset\-tree\fR
855 \fIcommit\-diff\fR
856 commands\&.
858 Remove directories from the SVN tree if there are no files left behind\&. SVN can version empty directories, and they are not removed by default if there are no files left in them\&. Git cannot version empty directories\&. Enabling this flag will make the commit to SVN act like Git\&.
860 .if n \{\
861 .RS 4
864 config key: svn\&.rmdir
866 .if n \{\
872 \-e, \-\-edit
873 .RS 4
874 Only used with the
875 \fIdcommit\fR,
876 \fIset\-tree\fR
878 \fIcommit\-diff\fR
879 commands\&.
881 Edit the commit message before committing to SVN\&. This is off by default for objects that are commits, and forced on when committing tree objects\&.
883 .if n \{\
884 .RS 4
887 config key: svn\&.edit
889 .if n \{\
895 \-l<num>, \-\-find\-copies\-harder
896 .RS 4
897 Only used with the
898 \fIdcommit\fR,
899 \fIset\-tree\fR
901 \fIcommit\-diff\fR
902 commands\&.
904 They are both passed directly to
905 \fIgit diff\-tree\fR; see
906 \fBgit-diff-tree\fR(1)
907 for more information\&.
909 .if n \{\
910 .RS 4
913 config key: svn\&.l
914 config key: svn\&.findcopiesharder
916 .if n \{\
922 \-A<filename>, \-\-authors\-file=<filename>
923 .RS 4
924 Syntax is compatible with the file used by
925 \fIgit cvsimport\fR
926 but an empty email address can be supplied with
927 \fI<>\fR:
929 .if n \{\
930 .RS 4
933         loginname = Joe User <user@example\&.com>
935 .if n \{\
939 If this option is specified and
940 \fIgit svn\fR
941 encounters an SVN committer name that does not exist in the authors\-file,
942 \fIgit svn\fR
943 will abort operation\&. The user will then have to add the appropriate entry\&. Re\-running the previous
944 \fIgit svn\fR
945 command after the authors\-file is modified should continue operation\&.
947 .if n \{\
948 .RS 4
951 config key: svn\&.authorsfile
953 .if n \{\
959 \-\-authors\-prog=<filename>
960 .RS 4
961 If this option is specified, for each SVN committer name that does not exist in the authors file, the given file is executed with the committer name as the first argument\&. The program is expected to return a single line of the form "Name <email>" or "Name <>", which will be treated as if included in the authors file\&.
963 Due to historical reasons a relative
964 \fIfilename\fR
965 is first searched relative to the current directory for
966 \fIinit\fR
968 \fIclone\fR
969 and relative to the root of the working tree for
970 \fIfetch\fR\&. If
971 \fIfilename\fR
972 is not found, it is searched like any other command in
973 \fI$PATH\fR\&.
975 .if n \{\
976 .RS 4
979 config key: svn\&.authorsProg
981 .if n \{\
987 \-q, \-\-quiet
988 .RS 4
989 Make
990 \fIgit svn\fR
991 less verbose\&. Specify a second time to make it even less verbose\&.
994 \-m, \-\-merge, \-s<strategy>, \-\-strategy=<strategy>, \-p, \-\-rebase\-merges
995 .RS 4
996 These are only used with the
997 \fIdcommit\fR
999 \fIrebase\fR
1000 commands\&.
1002 Passed directly to
1003 \fIgit rebase\fR
1004 when using
1005 \fIdcommit\fR
1006 if a
1007 \fIgit reset\fR
1008 cannot be used (see
1009 \fIdcommit\fR)\&.
1012 \-n, \-\-dry\-run
1013 .RS 4
1014 This can be used with the
1015 \fIdcommit\fR,
1016 \fIrebase\fR,
1017 \fIbranch\fR
1019 \fItag\fR
1020 commands\&.
1023 \fIdcommit\fR, print out the series of Git arguments that would show which diffs would be committed to SVN\&.
1026 \fIrebase\fR, display the local branch associated with the upstream svn repository associated with the current branch and the URL of svn repository that will be fetched from\&.
1029 \fIbranch\fR
1031 \fItag\fR, display the urls that will be used for copying when creating the branch or tag\&.
1034 \-\-use\-log\-author
1035 .RS 4
1036 When retrieving svn commits into Git (as part of
1037 \fIfetch\fR,
1038 \fIrebase\fR, or
1039 \fIdcommit\fR
1040 operations), look for the first
1041 \fBFrom:\fR
1042 line or
1043 \fBSigned\-off\-by\fR
1044 trailer in the log message and use that as the author string\&.
1046 .if n \{\
1047 .RS 4
1050 config key: svn\&.useLogAuthor
1052 .if n \{\
1058 \-\-add\-author\-from
1059 .RS 4
1060 When committing to svn from Git (as part of
1061 \fIset\-tree\fR
1063 \fIdcommit\fR
1064 operations), if the existing log message doesn\(cqt already have a
1065 \fBFrom:\fR
1067 \fBSigned\-off\-by\fR
1068 trailer, append a
1069 \fBFrom:\fR
1070 line based on the Git commit\(cqs author string\&. If you use this, then
1071 \fB\-\-use\-log\-author\fR
1072 will retrieve a valid author string for all commits\&.
1074 .if n \{\
1075 .RS 4
1078 config key: svn\&.addAuthorFrom
1080 .if n \{\
1085 .SH "ADVANCED OPTIONS"
1087 \-i<GIT_SVN_ID>, \-\-id <GIT_SVN_ID>
1088 .RS 4
1089 This sets GIT_SVN_ID (instead of using the environment)\&. This allows the user to override the default refname to fetch from when tracking a single URL\&. The
1090 \fIlog\fR
1092 \fIdcommit\fR
1093 commands no longer require this switch as an argument\&.
1096 \-R<remote\-name>, \-\-svn\-remote <remote\-name>
1097 .RS 4
1098 Specify the [svn\-remote "<remote\-name>"] section to use, this allows SVN multiple repositories to be tracked\&. Default: "svn"
1101 \-\-follow\-parent
1102 .RS 4
1103 This option is only relevant if we are tracking branches (using one of the repository layout options \-\-trunk, \-\-tags, \-\-branches, \-\-stdlayout)\&. For each tracked branch, try to find out where its revision was copied from, and set a suitable parent in the first Git commit for the branch\&. This is especially helpful when we\(cqre tracking a directory that has been moved around within the repository\&. If this feature is disabled, the branches created by
1104 \fIgit svn\fR
1105 will all be linear and not share any history, meaning that there will be no information on where branches were branched off or merged\&. However, following long/convoluted histories can take a long time, so disabling this feature may speed up the cloning process\&. This feature is enabled by default, use \-\-no\-follow\-parent to disable it\&.
1107 .if n \{\
1108 .RS 4
1111 config key: svn\&.followparent
1113 .if n \{\
1118 .SH "CONFIG FILE\-ONLY OPTIONS"
1120 svn\&.noMetadata, svn\-remote\&.<name>\&.noMetadata
1121 .RS 4
1122 This gets rid of the
1123 \fIgit\-svn\-id:\fR
1124 lines at the end of every commit\&.
1126 This option can only be used for one\-shot imports as
1127 \fIgit svn\fR
1128 will not be able to fetch again without metadata\&. Additionally, if you lose your
1129 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
1130 files,
1131 \fIgit svn\fR
1132 will not be able to rebuild them\&.
1135 \fIgit svn log\fR
1136 command will not work on repositories using this, either\&. Using this conflicts with the
1137 \fIuseSvmProps\fR
1138 option for (hopefully) obvious reasons\&.
1140 This option is NOT recommended as it makes it difficult to track down old references to SVN revision numbers in existing documentation, bug reports, and archives\&. If you plan to eventually migrate from SVN to Git and are certain about dropping SVN history, consider
1141 \m[blue]\fBgit\-filter\-repo\fR\m[]\&\s-2\u[1]\d\s+2
1142 instead\&. filter\-repo also allows reformatting of metadata for ease\-of\-reading and rewriting authorship info for non\-"svn\&.authorsFile" users\&.
1145 svn\&.useSvmProps, svn\-remote\&.<name>\&.useSvmProps
1146 .RS 4
1147 This allows
1148 \fIgit svn\fR
1149 to re\-map repository URLs and UUIDs from mirrors created using SVN::Mirror (or svk) for metadata\&.
1151 If an SVN revision has a property, "svm:headrev", it is likely that the revision was created by SVN::Mirror (also used by SVK)\&. The property contains a repository UUID and a revision\&. We want to make it look like we are mirroring the original URL, so introduce a helper function that returns the original identity URL and UUID, and use it when generating metadata in commit messages\&.
1154 svn\&.useSvnsyncProps, svn\-remote\&.<name>\&.useSvnsyncprops
1155 .RS 4
1156 Similar to the useSvmProps option; this is for users of the svnsync(1) command distributed with SVN 1\&.4\&.x and later\&.
1159 svn\-remote\&.<name>\&.rewriteRoot
1160 .RS 4
1161 This allows users to create repositories from alternate URLs\&. For example, an administrator could run
1162 \fIgit svn\fR
1163 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\&.
1166 svn\-remote\&.<name>\&.rewriteUUID
1167 .RS 4
1168 Similar to the useSvmProps option; this is for users who need to remap the UUID manually\&. This may be useful in situations where the original UUID is not available via either useSvmProps or useSvnsyncProps\&.
1171 svn\-remote\&.<name>\&.pushurl
1172 .RS 4
1173 Similar to Git\(cqs
1174 \fBremote\&.<name>\&.pushurl\fR, this key is designed to be used in cases where
1175 \fIurl\fR
1176 points to an SVN repository via a read\-only transport, to provide an alternate read/write transport\&. It is assumed that both keys point to the same repository\&. Unlike
1177 \fIcommiturl\fR,
1178 \fIpushurl\fR
1179 is a base path\&. If either
1180 \fIcommiturl\fR
1182 \fIpushurl\fR
1183 could be used,
1184 \fIcommiturl\fR
1185 takes precedence\&.
1188 svn\&.brokenSymlinkWorkaround
1189 .RS 4
1190 This disables potentially expensive checks to workaround broken symlinks checked into SVN by broken clients\&. Set this option to "false" if you track a SVN repository with many empty blobs that are not symlinks\&. This option may be changed while
1191 \fIgit svn\fR
1192 is running and take effect on the next revision fetched\&. If unset,
1193 \fIgit svn\fR
1194 assumes this option to be "true"\&.
1197 svn\&.pathnameencoding
1198 .RS 4
1199 This instructs git svn to recode pathnames to a given encoding\&. It can be used by windows users and by those who work in non\-utf8 locales to avoid corrupted file names with non\-ASCII characters\&. Valid encodings are the ones supported by Perl\(cqs Encode module\&.
1202 svn\-remote\&.<name>\&.automkdirs
1203 .RS 4
1204 Normally, the "git svn clone" and "git svn rebase" commands attempt to recreate empty directories that are in the Subversion repository\&. If this option is set to "false", then empty directories will only be created if the "git svn mkdirs" command is run explicitly\&. If unset,
1205 \fIgit svn\fR
1206 assumes this option to be "true"\&.
1209 Since the noMetadata, rewriteRoot, rewriteUUID, useSvnsyncProps and useSvmProps options all affect the metadata generated and used by \fIgit svn\fR; they \fBmust\fR be set in the configuration file before any history is imported and these settings should never be changed once they are set\&.
1211 Additionally, only one of these options can be used per svn\-remote section because they affect the \fIgit\-svn\-id:\fR metadata line, except for rewriteRoot and rewriteUUID which can be used together\&.
1212 .SH "BASIC EXAMPLES"
1214 Tracking and contributing to the trunk of a Subversion\-managed project (ignoring tags and branches):
1216 .if n \{\
1217 .RS 4
1220 # Clone a repo (like git clone):
1221         git svn clone http://svn\&.example\&.com/project/trunk
1222 # Enter the newly cloned directory:
1223         cd trunk
1224 # You should be on master branch, double\-check with \*(Aqgit branch\*(Aq
1225         git branch
1226 # Do some work and commit locally to Git:
1227         git commit \&.\&.\&.
1228 # Something is committed to SVN, rebase your local changes against the
1229 # latest changes in SVN:
1230         git svn rebase
1231 # Now commit your changes (that were committed previously using Git) to SVN,
1232 # as well as automatically updating your working HEAD:
1233         git svn dcommit
1234 # Append svn:ignore settings to the default Git exclude file:
1235         git svn show\-ignore >> \&.git/info/exclude
1237 .if n \{\
1242 Tracking and contributing to an entire Subversion\-managed project (complete with a trunk, tags and branches):
1244 .if n \{\
1245 .RS 4
1248 # Clone a repo with standard SVN directory layout (like git clone):
1249         git svn clone http://svn\&.example\&.com/project \-\-stdlayout \-\-prefix svn/
1250 # Or, if the repo uses a non\-standard directory layout:
1251         git svn clone http://svn\&.example\&.com/project \-T tr \-b branch \-t tag \-\-prefix svn/
1252 # View all branches and tags you have cloned:
1253         git branch \-r
1254 # Create a new branch in SVN
1255         git svn branch waldo
1256 # Reset your master to trunk (or any other branch, replacing \*(Aqtrunk\*(Aq
1257 # with the appropriate name):
1258         git reset \-\-hard svn/trunk
1259 # You may only dcommit to one branch/tag/trunk at a time\&.  The usage
1260 # of dcommit/rebase/show\-ignore should be the same as above\&.
1262 .if n \{\
1267 The initial \fIgit svn clone\fR can be quite time\-consuming (especially for large Subversion repositories)\&. If multiple people (or one person with multiple machines) want to use \fIgit svn\fR to interact with the same Subversion repository, you can do the initial \fIgit svn clone\fR to a repository on a server and have each person clone that repository with \fIgit clone\fR:
1269 .if n \{\
1270 .RS 4
1273 # Do the initial import on a server
1274         ssh server "cd /pub && git svn clone http://svn\&.example\&.com/project [options\&.\&.\&.]"
1275 # Clone locally \- make sure the refs/remotes/ space matches the server
1276         mkdir project
1277         cd project
1278         git init
1279         git remote add origin server:/pub/project
1280         git config \-\-replace\-all remote\&.origin\&.fetch \*(Aq+refs/remotes/*:refs/remotes/*\*(Aq
1281         git fetch
1282 # Prevent fetch/pull from remote Git server in the future,
1283 # we only want to use git svn for future updates
1284         git config \-\-remove\-section remote\&.origin
1285 # Create a local branch from one of the branches just fetched
1286         git checkout \-b master FETCH_HEAD
1287 # Initialize \*(Aqgit svn\*(Aq locally (be sure to use the same URL and
1288 # \-\-stdlayout/\-T/\-b/\-t/\-\-prefix options as were used on server)
1289         git svn init http://svn\&.example\&.com/project [options\&.\&.\&.]
1290 # Pull the latest changes from Subversion
1291         git svn rebase
1293 .if n \{\
1297 .SH "REBASE VS\&. PULL/MERGE"
1299 Prefer to use \fIgit svn rebase\fR or \fIgit rebase\fR, rather than \fIgit pull\fR or \fIgit merge\fR to synchronize unintegrated commits with a \fIgit svn\fR branch\&. Doing so will keep the history of unintegrated commits linear with respect to the upstream SVN repository and allow the use of the preferred \fIgit svn dcommit\fR subcommand to push unintegrated commits back into SVN\&.
1301 Originally, \fIgit svn\fR recommended that developers pulled or merged from the \fIgit svn\fR branch\&. This was because the author favored \fBgit svn set\-tree B\fR to commit a single head rather than the \fBgit svn set\-tree A\&.\&.B\fR notation to commit multiple commits\&. Use of \fIgit pull\fR or \fIgit merge\fR with \fBgit svn set\-tree A\&.\&.B\fR will cause non\-linear history to be flattened when committing into SVN and this can lead to merge commits unexpectedly reversing previous commits in SVN\&.
1302 .SH "MERGE TRACKING"
1304 While \fIgit svn\fR can track copy history (including branches and tags) for repositories adopting a standard layout, it cannot yet represent merge history that happened inside git back upstream to SVN users\&. Therefore it is advised that users keep history as linear as possible inside Git to ease compatibility with SVN (see the CAVEATS section below)\&.
1305 .SH "HANDLING OF SVN BRANCHES"
1307 If \fIgit svn\fR is configured to fetch branches (and \-\-follow\-branches is in effect), it sometimes creates multiple Git branches for one SVN branch, where the additional branches have names of the form \fIbranchname@nnn\fR (with nnn an SVN revision number)\&. These additional branches are created if \fIgit svn\fR cannot find a parent commit for the first commit in an SVN branch, to connect the branch to the history of the other branches\&.
1309 Normally, the first commit in an SVN branch consists of a copy operation\&. \fIgit svn\fR will read this commit to get the SVN revision the branch was created from\&. It will then try to find the Git commit that corresponds to this SVN revision, and use that as the parent of the branch\&. However, it is possible that there is no suitable Git commit to serve as parent\&. This will happen, among other reasons, if the SVN branch is a copy of a revision that was not fetched by \fIgit svn\fR (e\&.g\&. because it is an old revision that was skipped with \fB\-\-revision\fR), or if in SVN a directory was copied that is not tracked by \fIgit svn\fR (such as a branch that is not tracked at all, or a subdirectory of a tracked branch)\&. In these cases, \fIgit svn\fR will still create a Git branch, but instead of using an existing Git commit as the parent of the branch, it will read the SVN history of the directory the branch was copied from and create appropriate Git commits\&. This is indicated by the message "Initializing parent: <branchname>"\&.
1311 Additionally, it will create a special branch named \fI<branchname>@<SVN\-Revision>\fR, where <SVN\-Revision> is the SVN revision number the branch was copied from\&. This branch will point to the newly created parent commit of the branch\&. If in SVN the branch was deleted and later recreated from a different version, there will be multiple such branches with an \fI@\fR\&.
1313 Note that this may mean that multiple Git commits are created for a single SVN revision\&.
1315 An example: in an SVN repository with a standard trunk/tags/branches layout, a directory trunk/sub is created in r\&.100\&. In r\&.200, trunk/sub is branched by copying it to branches/\&. \fIgit svn clone \-s\fR will then create a branch \fIsub\fR\&. It will also create new Git commits for r\&.100 through r\&.199 and use these as the history of branch \fIsub\fR\&. Thus there will be two Git commits for each revision from r\&.100 to r\&.199 (one containing trunk/, one containing trunk/sub/)\&. Finally, it will create a branch \fIsub@200\fR pointing to the new parent commit of branch \fIsub\fR (i\&.e\&. the commit for r\&.200 and trunk/sub/)\&.
1316 .SH "CAVEATS"
1318 For the sake of simplicity and interoperating with Subversion, it is recommended that all \fIgit svn\fR users clone, fetch and dcommit directly from the SVN server, and avoid all \fIgit clone\fR/\fIpull\fR/\fImerge\fR/\fIpush\fR operations between Git repositories and branches\&. The recommended method of exchanging code between Git branches and users is \fIgit format\-patch\fR and \fIgit am\fR, or just \*(Aqdcommit\(cqing to the SVN repository\&.
1320 Running \fIgit merge\fR or \fIgit pull\fR is NOT recommended on a branch you plan to \fIdcommit\fR from because Subversion users cannot see any merges you\(cqve made\&. Furthermore, if you merge or pull from a Git branch that is a mirror of an SVN branch, \fIdcommit\fR may commit to the wrong branch\&.
1322 If you do merge, note the following rule: \fIgit svn dcommit\fR will attempt to commit on top of the SVN commit named in
1324 .if n \{\
1325 .RS 4
1328 git log \-\-grep=^git\-svn\-id: \-\-first\-parent \-1
1330 .if n \{\
1335 You \fImust\fR therefore ensure that the most recent commit of the branch you want to dcommit to is the \fIfirst\fR parent of the merge\&. Chaos will ensue otherwise, especially if the first parent is an older commit on the same SVN branch\&.
1337 \fIgit clone\fR does not clone branches under the refs/remotes/ hierarchy or any \fIgit svn\fR metadata, or config\&. So repositories created and managed with using \fIgit svn\fR should use \fIrsync\fR for cloning, if cloning is to be done at all\&.
1339 Since \fIdcommit\fR uses rebase internally, any Git branches you \fIgit push\fR to before \fIdcommit\fR on will require forcing an overwrite of the existing ref on the remote repository\&. This is generally considered bad practice, see the \fBgit-push\fR(1) documentation for details\&.
1341 Do not use the \-\-amend option of \fBgit-commit\fR(1) on a change you\(cqve already dcommitted\&. It is considered bad practice to \-\-amend commits you\(cqve already pushed to a remote repository for other users, and dcommit with SVN is analogous to that\&.
1343 When cloning an SVN repository, if none of the options for describing the repository layout is used (\-\-trunk, \-\-tags, \-\-branches, \-\-stdlayout), \fIgit svn clone\fR will create a Git repository with completely linear history, where branches and tags appear as separate directories in the working copy\&. While this is the easiest way to get a copy of a complete repository, for projects with many branches it will lead to a working copy many times larger than just the trunk\&. Thus for projects using the standard directory structure (trunk/branches/tags), it is recommended to clone with option \fB\-\-stdlayout\fR\&. If the project uses a non\-standard structure, and/or if branches and tags are not required, it is easiest to only clone one directory (typically trunk), without giving any repository layout options\&. If the full history with branches and tags is required, the options \fB\-\-trunk\fR / \fB\-\-branches\fR / \fB\-\-tags\fR must be used\&.
1345 When using multiple \-\-branches or \-\-tags, \fIgit svn\fR does not automatically handle name collisions (for example, if two branches from different paths have the same name, or if a branch and a tag have the same name)\&. In these cases, use \fIinit\fR to set up your Git repository then, before your first \fIfetch\fR, edit the $GIT_DIR/config file so that the branches and tags are associated with different name spaces\&. For example:
1347 .if n \{\
1348 .RS 4
1351 branches = stable/*:refs/remotes/svn/stable/*
1352 branches = debug/*:refs/remotes/svn/debug/*
1354 .if n \{\
1357 .SH "CONFIGURATION"
1359 \fIgit svn\fR stores [svn\-remote] configuration information in the repository $GIT_DIR/config file\&. It is similar the core Git [remote] sections except \fIfetch\fR keys do not accept glob arguments; but they are instead handled by the \fIbranches\fR and \fItags\fR keys\&. Since some SVN repositories are oddly configured with multiple projects glob expansions such those listed below are allowed:
1361 .if n \{\
1362 .RS 4
1365 [svn\-remote "project\-a"]
1366         url = http://server\&.org/svn
1367         fetch = trunk/project\-a:refs/remotes/project\-a/trunk
1368         branches = branches/*/project\-a:refs/remotes/project\-a/branches/*
1369         branches = branches/release_*:refs/remotes/project\-a/branches/release_*
1370         branches = branches/re*se:refs/remotes/project\-a/branches/*
1371         tags = tags/*/project\-a:refs/remotes/project\-a/tags/*
1373 .if n \{\
1378 Keep in mind that the \fB*\fR (asterisk) wildcard of the local ref (right of the \fB:\fR) \fBmust\fR be the farthest right path component; however the remote wildcard may be anywhere as long as it\(cqs an independent path component (surrounded by \fB/\fR or EOL)\&. This type of configuration is not automatically created by \fIinit\fR and should be manually entered with a text\-editor or using \fIgit config\fR\&.
1380 Also note that only one asterisk is allowed per word\&. For example:
1382 .if n \{\
1383 .RS 4
1386 branches = branches/re*se:refs/remotes/project\-a/branches/*
1388 .if n \{\
1392 will match branches \fIrelease\fR, \fIrese\fR, \fIre123se\fR, however
1394 .if n \{\
1395 .RS 4
1398 branches = branches/re*s*e:refs/remotes/project\-a/branches/*
1400 .if n \{\
1404 will produce an error\&.
1406 It is also possible to fetch a subset of branches or tags by using a comma\-separated list of names within braces\&. For example:
1408 .if n \{\
1409 .RS 4
1412 [svn\-remote "huge\-project"]
1413         url = http://server\&.org/svn
1414         fetch = trunk/src:refs/remotes/trunk
1415         branches = branches/{red,green}/src:refs/remotes/project\-a/branches/*
1416         tags = tags/{1\&.0,2\&.0}/src:refs/remotes/project\-a/tags/*
1418 .if n \{\
1423 Multiple fetch, branches, and tags keys are supported:
1425 .if n \{\
1426 .RS 4
1429 [svn\-remote "messy\-repo"]
1430         url = http://server\&.org/svn
1431         fetch = trunk/project\-a:refs/remotes/project\-a/trunk
1432         fetch = branches/demos/june\-project\-a\-demo:refs/remotes/project\-a/demos/june\-demo
1433         branches = branches/server/*:refs/remotes/project\-a/branches/*
1434         branches = branches/demos/2011/*:refs/remotes/project\-a/2011\-demos/*
1435         tags = tags/server/*:refs/remotes/project\-a/tags/*
1437 .if n \{\
1442 Creating a branch in such a configuration requires disambiguating which location to use using the \-d or \-\-destination flag:
1444 .if n \{\
1445 .RS 4
1448 $ git svn branch \-d branches/server release\-2\-3\-0
1450 .if n \{\
1455 Note that git\-svn keeps track of the highest revision in which a branch or tag has appeared\&. If the subset of branches or tags is changed after fetching, then $GIT_DIR/svn/\&.metadata must be manually edited to remove (or reset) branches\-maxRev and/or tags\-maxRev as appropriate\&.
1456 .SH "FILES"
1458 $GIT_DIR/svn/**/\&.rev_map\&.*
1459 .RS 4
1460 Mapping between Subversion revision numbers and Git commit names\&. In a repository where the noMetadata option is not set, this can be rebuilt from the git\-svn\-id: lines that are at the end of every commit (see the
1461 \fIsvn\&.noMetadata\fR
1462 section above for details)\&.
1464 \fIgit svn fetch\fR
1466 \fIgit svn rebase\fR
1467 automatically update the rev_map if it is missing or not up to date\&.
1468 \fIgit svn reset\fR
1469 automatically rewinds it\&.
1471 .SH "BUGS"
1473 We ignore all SVN properties except svn:executable\&. Any unhandled properties are logged to $GIT_DIR/svn/<refname>/unhandled\&.log
1475 Renamed and copied directories are not detected by Git and hence not tracked when committing to SVN\&. I do not plan on adding support for this as it\(cqs quite difficult and time\-consuming to get working for all the possible corner cases (Git doesn\(cqt do it, either)\&. Committing renamed and copied files is fully supported if they\(cqre similar enough for Git to detect them\&.
1477 In SVN, it is possible (though discouraged) to commit changes to a tag (because a tag is just a directory copy, thus technically the same as a branch)\&. When cloning an SVN repository, \fIgit svn\fR cannot know if such a commit to a tag will happen in the future\&. Thus it acts conservatively and imports all SVN tags as branches, prefixing the tag name with \fItags/\fR\&.
1478 .SH "SEE ALSO"
1480 \fBgit-rebase\fR(1)
1481 .SH "GIT"
1483 Part of the \fBgit\fR(1) suite
1484 .SH "NOTES"
1485 .IP " 1." 4
1486 git-filter-repo
1487 .RS 4
1488 \%https://github.com/newren/git-filter-repo