Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit a6def05

Browse files
committed
Add note for changed stdlayout functionality
1 parent d965faf commit a6def05

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ Optionally pushes everything to a remote repository.
1414

1515
### Getting Started
1616

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```:
20+
```bash
21+
$ bin/svn2git migrate [-A|--authors-file="..."] [--remote="..."] [-s|--stdlayout] [-T|--trunk="..."] [-b|--branches="..."] [-t|--tags="..."] [--preserve-empty-dirs] [--placeholder-filename="..."] source
22+
```
23+
Check the migrate command help or the git svn man pages for more information.
1824

1925
#### Install Dependencies
2026
```composer install```

0 commit comments

Comments
 (0)