-
Notifications
You must be signed in to change notification settings - Fork 6
Home
sushdm edited this page Sep 13, 2010
·
4 revisions
Welcome to the git_svn_externals wiki!
This script can be used to clone an SVN repository with externals.
- Run ‘perl git_svn_externals.pl’ in the root of git-svn cloned repository
- profit :)
- Script fetches all svn externals specified recursively.
- On subseqent runs script fetches new externals and updates existing ones.
- Svn externals with revision specified will be updated to apropriate revisions everytime the revision specified changes in svn repository.
- Running ‘git svn dcommit’ is possible due to all fetched svn externals being excluded from the “root” git repository.
- Svn externals containing spaces are not handled well
Dmitry Sushko <[email protected]>