Tagged Questions
9
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
77 views
SVN: How to automagically remove the Working Copy but preserve ignored items?
I currently have a Working Copy with two branches in it:
/Source
/Source/v1.2
/Source/v1.3
I want to delete this and instead only check out the branch I need (i.e. go one level down the directory ...
2
votes
4answers
314 views
How do I copy my entire working copy between hard drives?
Whenever I try to copy an entire working copy using simple drag and drop between two computers (e.g. from an old computer to a new one, or from one VM to another) in order to avoid having to ...
0
votes
1answer
28 views
Switch working copy to a branch without commiting to the original location
I have a slight problem with SVN:
I added some new folders and files to my working copy and wanted to commit those new elements to a developer branch instead of to the real location implied by the ...
0
votes
4answers
98 views
TortoiseSVN: Show status of multiple working folders in parent folder
I have repository configured like this:
\Util_1
\branches
\tags
\trunk
\Util_2
\branches
\tags
\trunk
...
Now, on my local disk i have:
\dev
\Utils
\Util_1
\Util_2
In ...
0
votes
1answer
350 views
Create a tag / branch from local working copy using SVN
I have a Nant script which updates a directory with the latest source code (checked out from the svn repository), then updates Assembly Info and a few other files and does some builds.
I want the ...
0
votes
2answers
131 views
How to show any working copy folders in effect for a subversion project?
I am new to SVN and I've poked around looking for an answer on this but I haven't found it yet so here goes:
Using TortoiseSVN, I bring up the REPO browser and navigate to the root of the repository ...