You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,13 @@ Optionally pushes everything to a remote repository.
14
14
15
15
### Getting Started
16
16
17
-
**Important**: The [standard layout for subversion repositories](http://blogs.collab.net/subversion/subversion_repo) is required. If you use a different layout for your subversion repository, please adjust it first to the standard layout and then use this tool to migrate to Git.
17
+
**Important**: since version 2.1.0 ```svn2git migrate``` does not asume
18
+
[standard layout for subversion repositories](http://blogs.collab.net/subversion/subversion_repo) anymore.
19
+
To migrate a subversion repository with standard layout you can use the same options as available on ```git svn clone```:
0 commit comments