Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue cloning large repositories #20

Open
MichaelMackus opened this issue Jun 20, 2014 · 1 comment
Open

Issue cloning large repositories #20

MichaelMackus opened this issue Jun 20, 2014 · 1 comment

Comments

@MichaelMackus
Copy link

I had an issue in cloning large repositories. Took me a little while to track down (learned some more bash along the way), and I've created a fork which basically disables cloning the entire revision history for SVN externals. This allows large repos (like Symfony projects) to be cloned without waiting hours for everything to be indexed.

Just in case anybody had the same issue: https://github.com/MichaelMackus/git-svn-clone-externals

@MichaelMackus
Copy link
Author

This would probably be best implemented as an "option" passed to the command but I didn't have time to do that.

I also added another sed command to fix weird SVN paths like: /path/URL path2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant