On Fri, Oct 12, 2007 at 02:55:01PM +0000, Johan Sundstr�m (Achtung Liebe!) @ Pike (-) developers forum wrote:
I may be wrong here, but I think the stuff on pelix is some playground or similar and that Marcus' imported Pike repository resides here: https://svn.lysator.liu.se/repos/pike/
marcus initially announced a dump available at: pelix:/pike/home/marcus/pike_svn.dump.gzi
and then two months later peter announced that this dump would be available on the above url. (search for the thread with "subversion" in the subject line)
I think the way to achieve this kind of thing with subversion is to use its export-to-xml feature and work your magic on that before doing an import-from-xml. I haven't tried, though, so that could be a rumour.
git-svn works directly on the live svn repository. (so does git-cvsimport) it works bidirectional, that is, after importing it can then push commits back into the svn repository. (there is also a git-cvs-exportcommit tool which can commit to cvs, have not tried that yet though. being able to commit back to cvs/svn is one of the goals however, so that i (and anyone else who likes) may use git locally regardless of what the main repository is running)
greetings, martin.