Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move a project to a new SVN repository?

What's the best/easiest/fastest way to move a project from a local copy to a new repository?

The machine hosting the original repository died and I am in the process of recreating a repo on a new machine from local copies.

EDIT: I should have mentioned that all the clients are Windows machines and only one has cygwyn (to support the rm command.)

like image 585
Paul Sasik Avatar asked Sep 14 '09 20:09

Paul Sasik


1 Answers

Everyone here is suggesting to delete the svn folders. SVN has a "export" command to make a copy of the folder without the .svn folders, which is ready for import later.

like image 134
marcc Avatar answered Oct 05 '22 04:10

marcc