Autogenerated manpages for v2.47.0-rc1-33-g90fe38
[git-manpages.git] / man1 / git-svn.1
blob727cdad8e844f9539b10679bd57060d8b9e5ba2a
1 '\" t
2 .\"     Title: git-svn
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
5 .\"      Date: 2024-10-04
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.47.0.rc1.33.g90fe3800b9
8 .\"  Language: English
9 .\"
10 .TH "GIT\-SVN" "1" "2024-10-04" "Git 2\&.47\&.0\&.rc1\&.33\&.g9" "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 .SH "DESCRIPTION"
38 .sp
39 \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\&.
40 .sp
41 \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)\&.
42 .sp
43 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\&.
44 .SH "COMMANDS"
45 .PP
46 \fIinit\fR
47 .RS 4
48 Initializes an empty Git repository with additional metadata directories for
49 \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\&.
50 .PP
51 \-T<trunk\-subdir>, \-\-trunk=<trunk\-subdir>, \-t<tags\-subdir>, \-\-tags=<tags\-subdir>, \-b<branches\-subdir>, \-\-branches=<branches\-subdir>, \-s, \-\-stdlayout
52 .RS 4
53 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\&.
54 .RE
55 .PP
56 \-\-no\-metadata
57 .RS 4
58 Set the
59 \fInoMetadata\fR
60 option in the [svn\-remote] config\&. This option is not recommended, please read the
61 \fIsvn\&.noMetadata\fR
62 section of this manpage before using this option\&.
63 .RE
64 .PP
65 \-\-use\-svm\-props
66 .RS 4
67 Set the
68 \fIuseSvmProps\fR
69 option in the [svn\-remote] config\&.
70 .RE
71 .PP
72 \-\-use\-svnsync\-props
73 .RS 4
74 Set the
75 \fIuseSvnsyncProps\fR
76 option in the [svn\-remote] config\&.
77 .RE
78 .PP
79 \-\-rewrite\-root=<URL>
80 .RS 4
81 Set the
82 \fIrewriteRoot\fR
83 option in the [svn\-remote] config\&.
84 .RE
85 .PP
86 \-\-rewrite\-uuid=<UUID>
87 .RS 4
88 Set the
89 \fIrewriteUUID\fR
90 option in the [svn\-remote] config\&.
91 .RE
92 .PP
93 \-\-username=<user>
94 .RS 4
95 For transports that SVN handles authentication for (http, https, and plain svn), specify the username\&. For other transports (e\&.g\&.
96 \fBsvn+ssh://\fR), you must include the username in the URL, e\&.g\&.
97 \fBsvn+ssh://foo@svn\&.bar\&.com/project\fR
98 .RE
99 .PP
100 \-\-prefix=<prefix>
101 .RS 4
102 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
103 \fIorigin/\fR\&.
104 .if n \{\
107 .RS 4
108 .it 1 an-trap
109 .nr an-no-space-flag 1
110 .nr an-break-flag 1
112 .ps +1
113 \fBNote\fR
114 .ps -1
116 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
117 \fB\-\-prefix ""\fR
118 on the command line (\fB\-\-prefix=""\fR
119 may not work if your Perl\(cqs Getopt::Long is < v2\&.37)\&.
120 .sp .5v
124 \-\-ignore\-refs=<regex>
125 .RS 4
126 When passed to
127 \fIinit\fR
129 \fIclone\fR
130 this regular expression will be preserved as a config key\&. See
131 \fIfetch\fR
132 for a description of
133 \fB\-\-ignore\-refs\fR\&.
136 \-\-ignore\-paths=<regex>
137 .RS 4
138 When passed to
139 \fIinit\fR
141 \fIclone\fR
142 this regular expression will be preserved as a config key\&. See
143 \fIfetch\fR
144 for a description of
145 \fB\-\-ignore\-paths\fR\&.
148 \-\-include\-paths=<regex>
149 .RS 4
150 When passed to
151 \fIinit\fR
153 \fIclone\fR
154 this regular expression will be preserved as a config key\&. See
155 \fIfetch\fR
156 for a description of
157 \fB\-\-include\-paths\fR\&.
160 \-\-no\-minimize\-url
161 .RS 4
162 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
163 \fB\-\-no\-minimize\-url\fR
164 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)\&.
168 \fIfetch\fR
169 .RS 4
170 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\&.
172 This automatically updates the rev_map if needed (see
173 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
174 in the FILES section below for details)\&.
176 \-\-localtime
177 .RS 4
178 Store Git commit times in the local time zone instead of UTC\&. This makes
179 \fIgit log\fR
180 (even without \-\-date=local) show the same times that
181 \fBsvn log\fR
182 would in the local time zone\&.
184 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\&.
187 \-\-parent
188 .RS 4
189 Fetch only from the SVN parent of the current HEAD\&.
192 \-\-ignore\-refs=<regex>
193 .RS 4
194 Ignore refs for branches or tags matching the Perl regular expression\&. A "negative look\-ahead assertion" like
195 \fB^refs/remotes/origin/(?!tags/wanted\-tag|wanted\-branch)\&.*$\fR
196 can be used to allow only certain refs\&.
198 .if n \{\
199 .RS 4
202 config key: svn\-remote\&.<name>\&.ignore\-refs
204 .if n \{\
207 If the ignore\-refs configuration key is set, and the command\-line option is also given, both regular expressions will be used\&.
210 \-\-ignore\-paths=<regex>
211 .RS 4
212 This allows one to specify a Perl regular expression that will cause skipping of all matching paths from checkout from SVN\&. The
213 \fB\-\-ignore\-paths\fR
214 option should match for every
215 \fIfetch\fR
216 (including automatic fetches due to
217 \fIclone\fR,
218 \fIdcommit\fR,
219 \fIrebase\fR, etc) on a given repository\&.
221 .if n \{\
222 .RS 4
225 config key: svn\-remote\&.<name>\&.ignore\-paths
227 .if n \{\
230 If the ignore\-paths configuration key is set, and the command\-line option is also given, both regular expressions will be used\&.
232 Examples:
234 Skip "doc*" directory for every fetch
235 .RS 4
237 .if n \{\
238 .RS 4
241 \-\-ignore\-paths="^doc"
243 .if n \{\
248 Skip "branches" and "tags" of first level directories
249 .RS 4
251 .if n \{\
252 .RS 4
255 \-\-ignore\-paths="^[^/]+/(?:branches|tags)"
257 .if n \{\
263 \-\-include\-paths=<regex>
264 .RS 4
265 This allows one to specify a Perl regular expression that will cause the inclusion of only matching paths from checkout from SVN\&. The
266 \fB\-\-include\-paths\fR
267 option should match for every
268 \fIfetch\fR
269 (including automatic fetches due to
270 \fIclone\fR,
271 \fIdcommit\fR,
272 \fIrebase\fR, etc) on a given repository\&.
273 \fB\-\-ignore\-paths\fR
274 takes precedence over
275 \fB\-\-include\-paths\fR\&.
277 .if n \{\
278 .RS 4
281 config key: svn\-remote\&.<name>\&.include\-paths
283 .if n \{\
288 \-\-log\-window\-size=<n>
289 .RS 4
290 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
291 \fIclone\fR/\fIfetch\fR
292 to complete in reasonable time\&. But overly large values may lead to higher memory usage and request timeouts\&.
296 \fIclone\fR
297 .RS 4
298 Runs
299 \fIinit\fR
301 \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
302 \fIinit\fR
304 \fIfetch\fR
305 commands accept; with the exception of
306 \fB\-\-fetch\-all\fR
308 \fB\-\-parent\fR\&. After a repository is cloned, the
309 \fIfetch\fR
310 command will be able to update revisions without affecting the working tree; and the
311 \fIrebase\fR
312 command will be able to update the working tree with the latest changes\&.
314 \-\-preserve\-empty\-dirs
315 .RS 4
316 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\&.
319 \-\-placeholder\-filename=<filename>
320 .RS 4
321 Set the name of placeholder files created by \-\-preserve\-empty\-dirs\&. Default: "\&.gitignore"
325 \fIrebase\fR
326 .RS 4
327 This fetches revisions from the SVN parent of the current HEAD and rebases the current (uncommitted to SVN) work against it\&.
329 This works similarly to
330 \fBsvn update\fR
332 \fIgit pull\fR
333 except that it preserves linear history with
334 \fIgit rebase\fR
335 instead of
336 \fIgit merge\fR
337 for ease of dcommitting with
338 \fIgit svn\fR\&.
340 This accepts all options that
341 \fIgit svn fetch\fR
343 \fIgit rebase\fR
344 accept\&. However,
345 \fB\-\-fetch\-all\fR
346 only fetches from the current [svn\-remote], and not all [svn\-remote] definitions\&.
348 Like
349 \fIgit rebase\fR; this requires that the working tree be clean and have no uncommitted changes\&.
351 This automatically updates the rev_map if needed (see
352 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
353 in the FILES section below for details)\&.
355 \-l, \-\-local
356 .RS 4
357 Do not fetch remotely; only run
358 \fIgit rebase\fR
359 against the last fetched commit from the upstream SVN\&.
363 \fIdcommit\fR
364 .RS 4
365 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\&.
367 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\&.
369 Use of
370 \fIdcommit\fR
371 is preferred to
372 \fIset\-tree\fR
373 (below)\&.
375 \-\-no\-rebase
376 .RS 4
377 After committing, do not rebase or reset\&.
380 \-\-commit\-url <URL>
381 .RS 4
382 Commit to this SVN URL (the full path)\&. This is intended to allow existing
383 \fIgit svn\fR
384 repositories created with one transport method (e\&.g\&.
385 \fBsvn://\fR
387 \fBhttp://\fR
388 for anonymous read) to be reused if a user is later given access to an alternate transport method (e\&.g\&.
389 \fBsvn+ssh://\fR
391 \fBhttps://\fR) for commit\&.
393 .if n \{\
394 .RS 4
397 config key: svn\-remote\&.<name>\&.commiturl
398 config key: svn\&.commiturl (overwrites all svn\-remote\&.<name>\&.commiturl options)
400 .if n \{\
403 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\&.
405 Using this option for any other purpose (don\(cqt ask) is very strongly discouraged\&.
408 \-\-mergeinfo=<mergeinfo>
409 .RS 4
410 Add the given merge information during the dcommit (e\&.g\&.
411 \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)
413 .if n \{\
414 .RS 4
417 config key: svn\&.pushmergeinfo
419 .if n \{\
422 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\&.
425 \-\-interactive
426 .RS 4
427 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"\&.
429 \fIgit svn dcommit\fR
430 returns immediately if answer is "no" or "quit", without committing anything to SVN\&.
434 \fIbranch\fR
435 .RS 4
436 Create a branch in the SVN repository\&.
438 \-m, \-\-message
439 .RS 4
440 Allows to specify the commit message\&.
443 \-t, \-\-tag
444 .RS 4
445 Create a tag by using the tags_subdir instead of the branches_subdir specified during git svn init\&.
448 \-d<path>, \-\-destination=<path>
449 .RS 4
450 If more than one \-\-branches (or \-\-tags) option was given to the
451 \fIinit\fR
453 \fIclone\fR
454 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
456 .if n \{\
457 .RS 4
460 git config \-\-get\-all svn\-remote\&.<name>\&.branches
461 git config \-\-get\-all svn\-remote\&.<name>\&.tags
463 .if n \{\
467 where <name> is the name of the SVN repository as specified by the \-R option to
468 \fIinit\fR
469 (or "svn" by default)\&.
472 \-\-username
473 .RS 4
474 Specify the SVN username to perform the commit as\&. This option overrides the
475 \fIusername\fR
476 configuration property\&.
479 \-\-commit\-url
480 .RS 4
481 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
482 \fIcommiturl\fR\&.
484 .if n \{\
485 .RS 4
488 git config \-\-get\-all svn\-remote\&.<name>\&.commiturl
490 .if n \{\
495 \-\-parents
496 .RS 4
497 Create parent folders\&. This parameter is equivalent to the parameter \-\-parents on svn cp commands and is useful for non\-standard repository layouts\&.
501 \fItag\fR
502 .RS 4
503 Create a tag in the SVN repository\&. This is a shorthand for
504 \fIbranch \-t\fR\&.
507 \fIlog\fR
508 .RS 4
509 This should make it easy to look up svn log messages when svn users refer to \-r/\-\-revision numbers\&.
511 The following features from
512 \(lqsvn log\(rq
513 are supported:
515 \-r <n>[:<n>], \-\-revision=<n>[:<n>]
516 .RS 4
517 is supported, non\-numeric args are not: HEAD, NEXT, BASE, PREV, etc \&...\:
520 \-v, \-\-verbose
521 .RS 4
522 it\(cqs not completely compatible with the \-\-verbose output in svn log, but reasonably close\&.
525 \-\-limit=<n>
526 .RS 4
527 is NOT the same as \-\-max\-count, doesn\(cqt count merged/excluded commits
530 \-\-incremental
531 .RS 4
532 supported
535 New features:
537 \-\-show\-commit
538 .RS 4
539 shows the Git commit sha1, as well
542 \-\-oneline
543 .RS 4
544 our version of \-\-pretty=oneline
547 .if n \{\
550 .RS 4
551 .it 1 an-trap
552 .nr an-no-space-flag 1
553 .nr an-break-flag 1
555 .ps +1
556 \fBNote\fR
557 .ps -1
559 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\&.
560 .sp .5v
562 Any other arguments are passed directly to
563 \fIgit log\fR
566 \fIblame\fR
567 .RS 4
568 Show what revision and author last modified each line of a file\&. The output of this mode is format\-compatible with the output of
569 \(lqsvn blame\(rq
570 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
571 \fIgit blame\fR\&.
573 \-\-git\-format
574 .RS 4
575 Produce output in the same format as
576 \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\&.
580 \fIfind\-rev\fR
581 .RS 4
582 When given an SVN revision number of the form
583 \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\&.
585 \-B, \-\-before
586 .RS 4
587 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\&.
590 \-A, \-\-after
591 .RS 4
592 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\&.
596 \fIset\-tree\fR
597 .RS 4
598 You should consider using
599 \fIdcommit\fR
600 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
601 \fIgit svn\fR
602 functions\&.
605 \fIcreate\-ignore\fR
606 .RS 4
607 Recursively finds the svn:ignore and svn:global\-ignores properties 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\&.
610 \fIshow\-ignore\fR
611 .RS 4
612 Recursively finds and lists the svn:ignore and svn:global\-ignores properties on directories\&. The output is suitable for appending to the $GIT_DIR/info/exclude file\&.
615 \fImkdirs\fR
616 .RS 4
617 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\&.)
620 \fIcommit\-diff\fR
621 .RS 4
622 Commits the diff of two tree\-ish arguments from the command\-line\&. This command does not rely on being inside a
623 \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
624 \fIgit svn\fR\-aware repository (that has been
625 \fBinit\fR\-ed with
626 \fIgit svn\fR)\&. The \-r<revision> option is required for this\&.
628 The commit message is supplied either directly with the
629 \fB\-m\fR
631 \fB\-F\fR
632 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
633 \fB\-\-edit\fR
634 option below)\&.
636 \-m <msg>, \-\-message=<msg>
637 .RS 4
638 Use the given
639 \fBmsg\fR
640 as the commit message\&. This option disables the
641 \fB\-\-edit\fR
642 option\&.
645 \-F <filename>, \-\-file=<filename>
646 .RS 4
647 Take the commit message from the given file\&. This option disables the
648 \fB\-\-edit\fR
649 option\&.
653 \fIinfo\fR
654 .RS 4
655 Shows information about a file or directory similar to what
656 \(lqsvn info\(rq
657 provides\&. Does not currently support a \-r/\-\-revision argument\&. Use the \-\-url option to output only the value of the
658 \fIURL:\fR
659 field\&.
662 \fIproplist\fR
663 .RS 4
664 Lists the properties stored in the Subversion repository about a given file or directory\&. Use \-r/\-\-revision to refer to a specific Subversion revision\&.
667 \fIpropget\fR
668 .RS 4
669 Gets the Subversion property given as the first argument, for a file\&. A specific revision can be specified with \-r/\-\-revision\&.
672 \fIpropset\fR
673 .RS 4
674 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\&.
676 Example:
678 .if n \{\
679 .RS 4
682 git svn propset svn:keywords "FreeBSD=%H" devel/py\-tipper/Makefile
684 .if n \{\
688 This will set the property
689 \fIsvn:keywords\fR
691 \fIFreeBSD=%H\fR
692 for the file
693 \fIdevel/py\-tipper/Makefile\fR\&.
696 \fIshow\-externals\fR
697 .RS 4
698 Shows the Subversion externals\&. Use \-r/\-\-revision to specify a specific revision\&.
701 \fIgc\fR
702 .RS 4
703 Compress $GIT_DIR/svn/<refname>/unhandled\&.log files and remove $GIT_DIR/svn/<refname>/index files\&.
706 \fIreset\fR
707 .RS 4
708 Undoes the effects of
709 \fIfetch\fR
710 back to the specified revision\&. This allows you to re\-\fIfetch\fR
711 an SVN revision\&. Normally the contents of an SVN revision should never change and
712 \fIreset\fR
713 should not be necessary\&. However, if SVN permissions change, or if you alter your \-\-ignore\-paths option, a
714 \fIfetch\fR
715 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
716 \fIreset\fR\&.
718 Only the rev_map and refs/remotes/git\-svn are changed (see
719 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
720 in the FILES section below for details)\&. Follow
721 \fIreset\fR
722 with a
723 \fIfetch\fR
724 and then
725 \fIgit reset\fR
727 \fIgit rebase\fR
728 to move local branches onto the new tree\&.
730 \-r <n>, \-\-revision=<n>
731 .RS 4
732 Specify the most recent revision to keep\&. All later revisions are discarded\&.
735 \-p, \-\-parent
736 .RS 4
737 Discard the specified revision as well, keeping the nearest parent instead\&.
740 Example:
741 .RS 4
742 Assume you have local changes in "master", but you need to refetch "r2"\&.
744 .if n \{\
745 .RS 4
748     r1\-\-\-r2\-\-\-r3 remotes/git\-svn
749                 \e
750                  A\-\-\-B master
752 .if n \{\
756 Fix the ignore\-paths or SVN permissions problem that caused "r2" to be incomplete in the first place\&. Then:
758 .if n \{\
759 .RS 4
762 git svn reset \-r2 \-p
763 git svn fetch
765 .if n \{\
769 .if n \{\
770 .RS 4
773     r1\-\-\-r2\*(Aq\-\-r3\*(Aq remotes/git\-svn
774       \e
775        r2\-\-\-r3\-\-\-A\-\-\-B master
777 .if n \{\
781 Then fixup "master" with
782 \fIgit rebase\fR\&. Do NOT use
783 \fIgit merge\fR
784 or your history will not be compatible with a future
785 \fIdcommit\fR!
787 .if n \{\
788 .RS 4
791 git rebase \-\-onto remotes/git\-svn A^ master
793 .if n \{\
797 .if n \{\
798 .RS 4
801     r1\-\-\-r2\*(Aq\-\-r3\*(Aq remotes/git\-svn
802                 \e
803                  A\*(Aq\-\-B\*(Aq master
805 .if n \{\
810 .SH "OPTIONS"
812 \-\-shared[=(false|true|umask|group|all|world|everybody)], \-\-template=<template\-directory>
813 .RS 4
814 Only used with the
815 \fIinit\fR
816 command\&. These are passed directly to
817 \fIgit init\fR\&.
820 \-r <arg>, \-\-revision <arg>
821 .RS 4
822 Used with the
823 \fIfetch\fR
824 command\&.
826 This allows revision ranges for partial/cauterized history to be supported\&. $NUMBER, $NUMBER1:$NUMBER2 (numeric ranges), $NUMBER:HEAD, and BASE:$NUMBER are all supported\&.
828 This can allow you to make partial mirrors when running fetch; but is generally not recommended because history will be skipped and lost\&.
831 \-, \-\-stdin
832 .RS 4
833 Only used with the
834 \fIset\-tree\fR
835 command\&.
837 Read a list of commits from stdin and commit them in reverse order\&. Only the leading sha1 is read from each line, so
838 \fIgit rev\-list \-\-pretty=oneline\fR
839 output can be used\&.
842 \-\-rmdir
843 .RS 4
844 Only used with the
845 \fIdcommit\fR,
846 \fIset\-tree\fR
848 \fIcommit\-diff\fR
849 commands\&.
851 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\&.
853 .if n \{\
854 .RS 4
857 config key: svn\&.rmdir
859 .if n \{\
864 \-e, \-\-edit
865 .RS 4
866 Only used with the
867 \fIdcommit\fR,
868 \fIset\-tree\fR
870 \fIcommit\-diff\fR
871 commands\&.
873 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\&.
875 .if n \{\
876 .RS 4
879 config key: svn\&.edit
881 .if n \{\
886 \-l<num>, \-\-find\-copies\-harder
887 .RS 4
888 Only used with the
889 \fIdcommit\fR,
890 \fIset\-tree\fR
892 \fIcommit\-diff\fR
893 commands\&.
895 They are both passed directly to
896 \fIgit diff\-tree\fR; see
897 \fBgit-diff-tree\fR(1)
898 for more information\&.
900 .if n \{\
901 .RS 4
904 config key: svn\&.l
905 config key: svn\&.findcopiesharder
907 .if n \{\
912 \-A<filename>, \-\-authors\-file=<filename>
913 .RS 4
914 Syntax is compatible with the file used by
915 \fIgit cvsimport\fR
916 but an empty email address can be supplied with
917 \fI<>\fR:
919 .if n \{\
920 .RS 4
923         loginname = Joe User <user@example\&.com>
925 .if n \{\
929 If this option is specified and
930 \fIgit svn\fR
931 encounters an SVN committer name that does not exist in the authors\-file,
932 \fIgit svn\fR
933 will abort operation\&. The user will then have to add the appropriate entry\&. Re\-running the previous
934 \fIgit svn\fR
935 command after the authors\-file is modified should continue operation\&.
937 .if n \{\
938 .RS 4
941 config key: svn\&.authorsfile
943 .if n \{\
948 \-\-authors\-prog=<filename>
949 .RS 4
950 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\&.
952 Due to historical reasons a relative
953 \fIfilename\fR
954 is first searched relative to the current directory for
955 \fIinit\fR
957 \fIclone\fR
958 and relative to the root of the working tree for
959 \fIfetch\fR\&. If
960 \fIfilename\fR
961 is not found, it is searched like any other command in
962 \fI$PATH\fR\&.
964 .if n \{\
965 .RS 4
968 config key: svn\&.authorsProg
970 .if n \{\
975 \-q, \-\-quiet
976 .RS 4
977 Make
978 \fIgit svn\fR
979 less verbose\&. Specify a second time to make it even less verbose\&.
982 \-m, \-\-merge, \-s<strategy>, \-\-strategy=<strategy>, \-p, \-\-rebase\-merges
983 .RS 4
984 These are only used with the
985 \fIdcommit\fR
987 \fIrebase\fR
988 commands\&.
990 Passed directly to
991 \fIgit rebase\fR
992 when using
993 \fIdcommit\fR
994 if a
995 \fIgit reset\fR
996 cannot be used (see
997 \fIdcommit\fR)\&.
1000 \-n, \-\-dry\-run
1001 .RS 4
1002 This can be used with the
1003 \fIdcommit\fR,
1004 \fIrebase\fR,
1005 \fIbranch\fR
1007 \fItag\fR
1008 commands\&.
1011 \fIdcommit\fR, print out the series of Git arguments that would show which diffs would be committed to SVN\&.
1014 \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\&.
1017 \fIbranch\fR
1019 \fItag\fR, display the urls that will be used for copying when creating the branch or tag\&.
1022 \-\-use\-log\-author
1023 .RS 4
1024 When retrieving svn commits into Git (as part of
1025 \fIfetch\fR,
1026 \fIrebase\fR, or
1027 \fIdcommit\fR
1028 operations), look for the first
1029 \fBFrom:\fR
1030 line or
1031 \fBSigned\-off\-by\fR
1032 trailer in the log message and use that as the author string\&.
1034 .if n \{\
1035 .RS 4
1038 config key: svn\&.useLogAuthor
1040 .if n \{\
1045 \-\-add\-author\-from
1046 .RS 4
1047 When committing to svn from Git (as part of
1048 \fIset\-tree\fR
1050 \fIdcommit\fR
1051 operations), if the existing log message doesn\(cqt already have a
1052 \fBFrom:\fR
1054 \fBSigned\-off\-by\fR
1055 trailer, append a
1056 \fBFrom:\fR
1057 line based on the Git commit\(cqs author string\&. If you use this, then
1058 \fB\-\-use\-log\-author\fR
1059 will retrieve a valid author string for all commits\&.
1061 .if n \{\
1062 .RS 4
1065 config key: svn\&.addAuthorFrom
1067 .if n \{\
1071 .SH "ADVANCED OPTIONS"
1073 \-i<GIT_SVN_ID>, \-\-id <GIT_SVN_ID>
1074 .RS 4
1075 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
1076 \fIlog\fR
1078 \fIdcommit\fR
1079 commands no longer require this switch as an argument\&.
1082 \-R<remote\-name>, \-\-svn\-remote <remote\-name>
1083 .RS 4
1084 Specify the [svn\-remote "<remote\-name>"] section to use, this allows SVN multiple repositories to be tracked\&. Default: "svn"
1087 \-\-follow\-parent
1088 .RS 4
1089 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
1090 \fIgit svn\fR
1091 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\&.
1093 .if n \{\
1094 .RS 4
1097 config key: svn\&.followparent
1099 .if n \{\
1103 .SH "CONFIG FILE\-ONLY OPTIONS"
1105 svn\&.noMetadata, svn\-remote\&.<name>\&.noMetadata
1106 .RS 4
1107 This gets rid of the
1108 \fIgit\-svn\-id:\fR
1109 lines at the end of every commit\&.
1111 This option can only be used for one\-shot imports as
1112 \fIgit svn\fR
1113 will not be able to fetch again without metadata\&. Additionally, if you lose your
1114 \fI$GIT_DIR/svn/**/\&.rev_map\&.*\fR
1115 files,
1116 \fIgit svn\fR
1117 will not be able to rebuild them\&.
1120 \fIgit svn log\fR
1121 command will not work on repositories using this, either\&. Using this conflicts with the
1122 \fIuseSvmProps\fR
1123 option for (hopefully) obvious reasons\&.
1125 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
1126 \m[blue]\fBgit\-filter\-repo\fR\m[]\&\s-2\u[1]\d\s+2
1127 instead\&. filter\-repo also allows reformatting of metadata for ease\-of\-reading and rewriting authorship info for non\-"svn\&.authorsFile" users\&.
1130 svn\&.useSvmProps, svn\-remote\&.<name>\&.useSvmProps
1131 .RS 4
1132 This allows
1133 \fIgit svn\fR
1134 to re\-map repository URLs and UUIDs from mirrors created using SVN::Mirror (or svk) for metadata\&.
1136 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\&.
1139 svn\&.useSvnsyncProps, svn\-remote\&.<name>\&.useSvnsyncprops
1140 .RS 4
1141 Similar to the useSvmProps option; this is for users of the svnsync(1) command distributed with SVN 1\&.4\&.x and later\&.
1144 svn\-remote\&.<name>\&.rewriteRoot
1145 .RS 4
1146 This allows users to create repositories from alternate URLs\&. For example, an administrator could run
1147 \fIgit svn\fR
1148 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\&.
1151 svn\-remote\&.<name>\&.rewriteUUID
1152 .RS 4
1153 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\&.
1156 svn\-remote\&.<name>\&.pushurl
1157 .RS 4
1158 Similar to Git\(cqs
1159 \fBremote\&.<name>\&.pushurl\fR, this key is designed to be used in cases where
1160 \fIurl\fR
1161 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
1162 \fIcommiturl\fR,
1163 \fIpushurl\fR
1164 is a base path\&. If either
1165 \fIcommiturl\fR
1167 \fIpushurl\fR
1168 could be used,
1169 \fIcommiturl\fR
1170 takes precedence\&.
1173 svn\&.brokenSymlinkWorkaround
1174 .RS 4
1175 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
1176 \fIgit svn\fR
1177 is running and take effect on the next revision fetched\&. If unset,
1178 \fIgit svn\fR
1179 assumes this option to be "true"\&.
1182 svn\&.pathnameencoding
1183 .RS 4
1184 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\&.
1187 svn\-remote\&.<name>\&.automkdirs
1188 .RS 4
1189 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,
1190 \fIgit svn\fR
1191 assumes this option to be "true"\&.
1194 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\&.
1196 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\&.
1197 .SH "BASIC EXAMPLES"
1199 Tracking and contributing to the trunk of a Subversion\-managed project (ignoring tags and branches):
1201 .if n \{\
1202 .RS 4
1205 # Clone a repo (like git clone):
1206         git svn clone http://svn\&.example\&.com/project/trunk
1207 # Enter the newly cloned directory:
1208         cd trunk
1209 # You should be on master branch, double\-check with \*(Aqgit branch\*(Aq
1210         git branch
1211 # Do some work and commit locally to Git:
1212         git commit \&.\&.\&.
1213 # Something is committed to SVN, rebase your local changes against the
1214 # latest changes in SVN:
1215         git svn rebase
1216 # Now commit your changes (that were committed previously using Git) to SVN,
1217 # as well as automatically updating your working HEAD:
1218         git svn dcommit
1219 # Append svn:ignore and svn:global\-ignores settings to the default Git exclude file:
1220         git svn show\-ignore >> \&.git/info/exclude
1222 .if n \{\
1226 Tracking and contributing to an entire Subversion\-managed project (complete with a trunk, tags and branches):
1228 .if n \{\
1229 .RS 4
1232 # Clone a repo with standard SVN directory layout (like git clone):
1233         git svn clone http://svn\&.example\&.com/project \-\-stdlayout \-\-prefix svn/
1234 # Or, if the repo uses a non\-standard directory layout:
1235         git svn clone http://svn\&.example\&.com/project \-T tr \-b branch \-t tag \-\-prefix svn/
1236 # View all branches and tags you have cloned:
1237         git branch \-r
1238 # Create a new branch in SVN
1239         git svn branch waldo
1240 # Reset your master to trunk (or any other branch, replacing \*(Aqtrunk\*(Aq
1241 # with the appropriate name):
1242         git reset \-\-hard svn/trunk
1243 # You may only dcommit to one branch/tag/trunk at a time\&.  The usage
1244 # of dcommit/rebase/show\-ignore should be the same as above\&.
1246 .if n \{\
1250 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:
1252 .if n \{\
1253 .RS 4
1256 # Do the initial import on a server
1257         ssh server "cd /pub && git svn clone http://svn\&.example\&.com/project [options\&.\&.\&.]"
1258 # Clone locally \- make sure the refs/remotes/ space matches the server
1259         mkdir project
1260         cd project
1261         git init
1262         git remote add origin server:/pub/project
1263         git config \-\-replace\-all remote\&.origin\&.fetch \*(Aq+refs/remotes/*:refs/remotes/*\*(Aq
1264         git fetch
1265 # Prevent fetch/pull from remote Git server in the future,
1266 # we only want to use git svn for future updates
1267         git config \-\-remove\-section remote\&.origin
1268 # Create a local branch from one of the branches just fetched
1269         git checkout \-b master FETCH_HEAD
1270 # Initialize \*(Aqgit svn\*(Aq locally (be sure to use the same URL and
1271 # \-\-stdlayout/\-T/\-b/\-t/\-\-prefix options as were used on server)
1272         git svn init http://svn\&.example\&.com/project [options\&.\&.\&.]
1273 # Pull the latest changes from Subversion
1274         git svn rebase
1276 .if n \{\
1279 .SH "REBASE VS\&. PULL/MERGE"
1281 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\&.
1283 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\&.
1284 .SH "MERGE TRACKING"
1286 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)\&.
1287 .SH "HANDLING OF SVN BRANCHES"
1289 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\&.
1291 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>"\&.
1293 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\&.
1295 Note that this may mean that multiple Git commits are created for a single SVN revision\&.
1297 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/)\&.
1298 .SH "CAVEATS"
1300 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\&.
1302 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\&.
1304 If you do merge, note the following rule: \fIgit svn dcommit\fR will attempt to commit on top of the SVN commit named in
1306 .if n \{\
1307 .RS 4
1310 git log \-\-grep=^git\-svn\-id: \-\-first\-parent \-1
1312 .if n \{\
1316 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\&.
1318 \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\&.
1320 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\&.
1322 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\&.
1324 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\&.
1326 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:
1328 .if n \{\
1329 .RS 4
1332 branches = stable/*:refs/remotes/svn/stable/*
1333 branches = debug/*:refs/remotes/svn/debug/*
1335 .if n \{\
1338 .SH "CONFIGURATION"
1340 \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:
1342 .if n \{\
1343 .RS 4
1346 [svn\-remote "project\-a"]
1347         url = http://server\&.org/svn
1348         fetch = trunk/project\-a:refs/remotes/project\-a/trunk
1349         branches = branches/*/project\-a:refs/remotes/project\-a/branches/*
1350         branches = branches/release_*:refs/remotes/project\-a/branches/release_*
1351         branches = branches/re*se:refs/remotes/project\-a/branches/*
1352         tags = tags/*/project\-a:refs/remotes/project\-a/tags/*
1354 .if n \{\
1358 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\&.
1360 Also note that only one asterisk is allowed per word\&. For example:
1362 .if n \{\
1363 .RS 4
1366 branches = branches/re*se:refs/remotes/project\-a/branches/*
1368 .if n \{\
1372 will match branches \fIrelease\fR, \fIrese\fR, \fIre123se\fR, however
1374 .if n \{\
1375 .RS 4
1378 branches = branches/re*s*e:refs/remotes/project\-a/branches/*
1380 .if n \{\
1384 will produce an error\&.
1386 It is also possible to fetch a subset of branches or tags by using a comma\-separated list of names within braces\&. For example:
1388 .if n \{\
1389 .RS 4
1392 [svn\-remote "huge\-project"]
1393         url = http://server\&.org/svn
1394         fetch = trunk/src:refs/remotes/trunk
1395         branches = branches/{red,green}/src:refs/remotes/project\-a/branches/*
1396         tags = tags/{1\&.0,2\&.0}/src:refs/remotes/project\-a/tags/*
1398 .if n \{\
1402 Multiple fetch, branches, and tags keys are supported:
1404 .if n \{\
1405 .RS 4
1408 [svn\-remote "messy\-repo"]
1409         url = http://server\&.org/svn
1410         fetch = trunk/project\-a:refs/remotes/project\-a/trunk
1411         fetch = branches/demos/june\-project\-a\-demo:refs/remotes/project\-a/demos/june\-demo
1412         branches = branches/server/*:refs/remotes/project\-a/branches/*
1413         branches = branches/demos/2011/*:refs/remotes/project\-a/2011\-demos/*
1414         tags = tags/server/*:refs/remotes/project\-a/tags/*
1416 .if n \{\
1420 Creating a branch in such a configuration requires disambiguating which location to use using the \-d or \-\-destination flag:
1422 .if n \{\
1423 .RS 4
1426 $ git svn branch \-d branches/server release\-2\-3\-0
1428 .if n \{\
1432 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\&.
1433 .SH "FILES"
1435 $GIT_DIR/svn/**/\&.rev_map\&.*
1436 .RS 4
1437 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
1438 \fIsvn\&.noMetadata\fR
1439 section above for details)\&.
1441 \fIgit svn fetch\fR
1443 \fIgit svn rebase\fR
1444 automatically update the rev_map if it is missing or not up to date\&.
1445 \fIgit svn reset\fR
1446 automatically rewinds it\&.
1448 .SH "BUGS"
1450 We ignore all SVN properties except svn:executable\&. Any unhandled properties are logged to $GIT_DIR/svn/<refname>/unhandled\&.log
1452 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\&.
1454 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\&.
1455 .SH "SEE ALSO"
1457 \fBgit-rebase\fR(1)
1458 .SH "GIT"
1460 Part of the \fBgit\fR(1) suite
1461 .SH "NOTES"
1462 .IP " 1." 4
1463 git-filter-repo
1464 .RS 4
1465 \%https://github.com/newren/git-filter-repo