R – How to move a project to a new SVN repository

repositorysvntortoisesvn

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.)

Best Answer

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.