Search Results

2
votes
5answers
155 views

How to maintain slightly different software?

I have some projects that run on custom hardware. Now the hardware has changed, which required some software changes. Therefore, there is source A for "old hardware" and source B for "new hardware" …
1
vote
3answers
110 views

How to fix path-problem in Subversion

I have a subversion repository that was used with VisualSVN before. Code was committed using https: urls. Now the repository is used without VisualSVN, only with TortoiseSVN. The paths are now file …
3
votes
6answers
187 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
196 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
247 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 fix path-problem in Subversion

I found the solution in this post. Thanks for the answers. …
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 …