Fixed How to git-svn clone the last n revisions from a Subversion repository? #dev #it #asnwer
Fixed How to git-svn clone the last n revisions from a Subversion repository? #dev #it #asnwer
How to git-svn clone the last n revisions from a Subversion repository?
Problem
How do you create a shallow copy with git-svn from a Subversion repository, i.e. how do you pull only the last three revisions?
The git clone command can get the last n revisions from a Git repository if you use the option depth, i.e. you get a shallow copy of the repository. Example:
git clone depth 3…
View On WordPress













