X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=22a0389f1ed12a79f0b5784c30e0b2be9716c170;hb=af4f6405296dec699321ca59d48583ffa0323b0e;hp=068aa58a5b55dfa0fb7c33d16e2d5fa89cf645ba;hpb=2da9ee0888a8570f9a85ef11f208556c5316e3d4;p=git.git diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 068aa58a5..22a0389f1 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -80,6 +80,17 @@ COMMANDS When passed to 'init' or 'clone' this regular expression will be preserved as a config key. See 'fetch' for a description of '--ignore-paths'. +--no-minimize-url;; + 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 '--no-minimize-url' 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). 'fetch':: Fetch unfetched revisions from the Subversion remote we are