Christopher Barker wrote: > Christian Blouin wrote: >> Keep TRAC, certainly. > > Thanks. Now all I need is some time to make the migration. > > Does anyone know if it's possible (that is, easy) to move an SVN project > to a subproject on another server, and keep the history? It would be > nice to keep at least some of the history.
That can be done with the svnadmin dump and load commands, although they need to be run on the servers where the repository is located. See http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate http://svnbook.red-bean.com/en/1.4/svn.ref.svnadmin.c.dump.html http://svnbook.red-bean.com/en/1.4/svn.ref.svnadmin.c.load.html -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
