Link to home
Create AccountLog in
Avatar of mr_stevie
mr_stevieFlag for Australia

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.
Avatar of brain_box
brain_box

Look like you are checking out on a desktop, if which case simply copy your 'repository copy' to a different location and it will start working from there.
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.
ASKER CERTIFIED SOLUTION
Avatar of mr_stevie
mr_stevie
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of mr_stevie

ASKER

My solution seemed to have solved the issue I was having.