mr_stevie
asked on
TortoiseSVN Issue
Hello EE.
I was setting up a subversion using TortoiseSVN on my laptop and I accidentally set up the repository on my desktop and now every time I try to commit, it will copy all my files onto the repository; which is not desired!
Is there any way to remove my Desktop as my repository.
I hope the way I explained it makes sense.
I was setting up a subversion using TortoiseSVN on my laptop and I accidentally set up the repository on my desktop and now every time I try to commit, it will copy all my files onto the repository; which is not desired!
Is there any way to remove my Desktop as my repository.
I hope the way I explained it makes sense.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
My solution seemed to have solved the issue I was having.
In case, you have actually installed svn server and setup a repository on desktop, best way is to take a dump of the entire repository and then restore it at a new location. you can use svnadmin dump command for that. See http://svnbook.red-bean.com/en/1.1/re31.html for details.