git svn externals
Introduction
This script can be used to clone an SVN repository with externals.
Usage
- Run 'perl git_svn_externals.pl' in the root of git-svn cloned repository
- profit :)
Features
- 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.
Known problems
None known.
Author
Dmitry Sushko Dmitry.Sushko@yahoo.com