I recently had to reinstall subversion on my hosting account. The repository I had setup is no longer considered working copy by the new SVN install. How can I added this repository back in to svn? I don't cant do an admincreate and copy it over. I have some checked out copies that need to stay in synch with this repository. How can I get the new SVN install up to speed with out compromising the checked out copy?

link|improve this question

I believe you mix up "working copy" and "repository". – Milen A. Radev Jun 15 '09 at 9:06
feedback

2 Answers

svn switch --relocate

link|improve this answer
trying this : svn switch --relocate file:///home2/digizald/svn/dev file:///home2/digizald/svn/dev2 I got svn: '.' is not a working copy – kevzettler Jun 14 '09 at 8:19
If you're getting not a working copy, then you've got a different kind of problem. Do you even have a .svn/ directory in your WC? – Joe Jun 14 '09 at 15:22
feedback
up vote 0 down vote accepted

I really messed my svn install up real bad. I reinstalled an older version or something and it wasn't recognizing my repository. Converted to a backup and then reinstalled svn to the newest version and things are cool now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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