-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
  • 274
  • 1
  • 4
  • 16

2 Answers2

2

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

Shane Madden
  • 112,982
  • 12
  • 174
  • 248
0

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

quanta
  • 50,327
  • 19
  • 152
  • 213