-1

I have a repo containing lots of projects as folders, now I have possibility to separate them. So each directory is actually a separate repo. I dont have access to current servers ssh, so I can't use svnadmin.

The question is: how do I create repos from another repos folder?

Thank you.

Daniel
  • 304
  • 1
  • 4
  • 17

2 Answers2

2

Use svnsync to make a remote copy of the source repository.

Shane Madden
  • 114,520
  • 13
  • 181
  • 251
0

Without access to the current server, you cannot preserve the revision history. But you can copy files into new repository and commit.

quanta
  • 51,413
  • 19
  • 159
  • 217