Search Results

3
votes
6answers
191 views

What is a correct way to move directories with TortoiseSVN?

If I move a directory to another place inside the same repository by dragging it to the new place in Tortoise, I cannot checkout revisions prior to the move, because the URL to the …
1
vote
2answers
202 views

How to create a branch of an old revision with TortoiseSVN?

I have a repository where in revision 1 the folders trunk, branches and tags were added. The source was kept in trunk. Revision 7 happened, and development continued up to revision 16. Now I have t …
1
vote
5answers
258 views

How to remove 1 revision of a folder in Subversion

I have several projects in my repository, each project has it's own folder. Is it possible to remove the last revision of one of the projects without changing anything else? Example: Projec …
0
votes

What is a correct way to move directories with TortoiseSVN?

Problem was: I tried to checkout an old revision while looking at the tree of the head revision in the repository browser. In that view, I tried to checkout trunk/folder2/source of …
0
votes

How to create a branch of an old revision with TortoiseSVN?

I found a solution: Check out old revision from your working copy, create a branch It seems that this must be done using a working copy and not directly in the …