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.

link|improve this question

25% accept rate
1  
Does new repo exist? – quanta Sep 25 '11 at 14:17
i can create it. basically on new server i can do anything, but can't do anything at current one. – Daniel Sep 25 '11 at 16:19
feedback

closed as off topic by mailq, Ward, Scott Pack, MDMarra, sysadmin1138 Feb 25 at 0:43

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

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

link|improve this answer
Thank you! This solves one piece of problem – Daniel Sep 26 '11 at 8:18
feedback

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

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.