Pascal Obry <pascal@xxxxxxxx> wrote: > Eric, > > > Not without error messages of some sort. git svn was designed with poor > > network conditions in mind and clone is resumable, so you can just > > resume like this: > > > > cd project.git && git svn fetch > > What about --revision option. I mean if I have this clone interrupted: > > $ git svn clone --revision=345:HEAD svn+ssh://... > > Should I specify --revision when restarting with fetch? I think I had an > issue with this... > > Maybe some other options are also to be passed to fetch? Hi Pascal, --revision may be passed to fetch, but its optional. fetch should always know where to pickup after it left off. "git svn $command -h" shows you all options a particular $command allows. -- Eric Wong -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html