[IPython-dev] Moving pyreadline to launchpad
Hans Meine
hans_meine at gmx.net
Fri Jun 20 08:00:35 EDT 2008
Am Donnerstag, 19. Juni 2008 04:18:36 schrieb David Cournapeau:
> The only drawback is it requires you to have a fast access to the repo,
> which is trivial if you have the svn dump.
For the records: I have had success with using svnsync for fast conversion (to
mercurial in my case) in order to try out different conversion options.
Here's a quick walk-through:
FROMREPO="https://spacenav.svn.sourceforge.net/svnroot/spacenav"
TOREPO="file://`pwd`/spacenav-sf"
svnadmin create spacenav-sf
svnsync init "$TOREPO" "$FROMREPO"
svnsync --non-interactive sync "$TOREPO"
Ciao, / /
/--/
/ / ANS
More information about the IPython-dev
mailing list