On Thursday 07 May 2009, Zach Welch wrote: > > > If this were using "git", I'd have done it already ... is the > > > magic SVN command "svn switch -r REVISION"? At least there's > > > only one development sequence, no branch merges to resolve. ;) > > > > svn will probably do this *MUCH* slower than git with a cloned > > repository of course, but the syntax is essentially: > > > > svn checkout -r N ... > > > > http://svnbook.red-bean.com/en/1.0/re04.html > > Everyone thinking about hitting the repository this hard should be sure > to look into 'svnsync', which allows you to create a read-only copy of > the repository on your local machine that will be _much_ faster to use.
If one must use SVN ... $ svnsync init oocd-svn svn://svn.berlios.de/openocd/trunk svnsync: Try 'svnsync help' for more info svnsync: Path 'oocd-svn' is not a URL $ And none of the permutations listed in "man url" let it work, even adding ought-to-be-needless file: and other prefixes. Now, "git-svn clone svn://svn.berlios.de/openocd/trunk oocd" was working just fine, albeit somewhat slowly, until something broke the network connection. A couple manual tweaks to create a ref where HEAD says it should be ... continue ... it's done now, and I seriously doubt that "git bisect" will lose as badly as "svn-bisect" did. _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development