Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Document new --no-minimize-url option.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 3, 2011
1 parent 5a73de8 commit 7430bc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0

This release handles some corner cases with cloning git repositories, making svn2git applicable to wider environments.

* Added --no-minimize-url option (thanks fmjrey)

# 2.0.0 - 2010-05-29

This release adds the oft requested incremental SVN update support. If you run svn2git with the `--rebase` option on an existing
Expand Down
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ doc directory and the backup files you once accidently added.

$ svn2git http://svn.example.com/path/to/repo --exclude doc --exclude '.*~$'

6. The svn repo actually tracks several projects and you only want to migrate
one of them.

$ svn2git http://svn.example.com/path/to/repo/nested_project --no-minimize-url

The above will create a git repository in the current directory with the git
version of the svn repository. Hence, you need to make a directory that you
want your new git repo to exist in, change into it and then run one of the
Expand Down

0 comments on commit 7430bc3

Please sign in to comment.