Tagged Questions
The svn-switch tag has no wiki summary.
31
votes
6answers
12k views
svn switch error - is not the same repository
I have recently moved the SVN server and now i am tring to relocate the working copies from my computer to the new server. But i get the strangest error.
i do :
svn switch ...
8
votes
5answers
3k views
What is a working copy and what does “switching” do for me in Tortoise SVN?
Alright, lets get back to SVN 101.
I have a software app and I've hit an important milestone, version 2.0.
I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I ...
3
votes
1answer
148 views
SVN Switch with relocate in Eclipse
My question can be claimed to be an extension/similar to the question posted here.
basically, I need to do the same functionality using Eclipse plugin Subclipse. Subclipse has a functionality to ...
3
votes
3answers
1k views
does svn switch ever delete locally-added files?
I need some clarification about the behaviour of "svn switch". I'm using svn version 1.6.5.
From reading the manual, my understanding of the behaviour is that local changes will be preserved. So I ...
1
vote
2answers
178 views
Database Versioning - How does branch switching work?
This is a question for those of you developing on a team of devs where all of you have separate databases. You're versioning your database using source control and other tools which will automatically ...