> I think the best would be to import it into an url like > > http://svn.python.org/projects/sandbox/trunk/ctypes/ > > Is it possible to take the CVS repository files (they can be accessed > with rsync), and import that, preserving the whole history, into SVN?
It should be possible to use cvs2svn itself, creating a dump file, and loading that dump file into an existing repository with 'svnadmin load --parent-dir'. -- Gustavo Niemeyer http://niemeyer.net _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com