Merge branch 'fc/show-non-empty-errors-in-test'
[gitweb.git] / Documentation / git-svn.txt
index 68c706d807957eea24946db751837782bb25f723..aad452f1697b92713a032c36bf40477c51008f04 100644 (file)
@@ -300,6 +300,11 @@ where <name> is the name of the SVN repository as specified by the -R option to
        git config --get-all svn-remote.<name>.commiturl
 +
 
+--parents;;
+       Create parent folders. This parameter is equivalent to the parameter
+       --parents on svn cp commands and is useful for non-standard repository
+       layouts.
+
 'tag'::
        Create a tag in the SVN repository. This is a shorthand for
        'branch -t'.