Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
20 views

Computer crashed during Tortoise SVN repository checkout

I was in the process of getting all of the project files for work that I had just started and in the middle of the download my computer had crashed. I have some of the files, but I still need to get ...
Jbro's user avatar
  • 269
2 votes
1 answer
90 views

Tortoise SVN and Unreal - lock specific files on server repo

Using Tortoise SVN in a team setting with Unreal. I haven't used SVN for over a decade, only Perforce and Git. My understanding is that one of the pitfalls with SVN is that without careful ...
Bachalo's user avatar
  • 7,173
0 votes
1 answer
189 views

Operation did not complete successfully because of virus - svn checkout

trying to checkout my develop branch but getting error:- Can't open file: 'D:\Code\develop\.svn\pristine\9f\9dffg.......sdf.svn-base' Operation did not complete successfully because the file contains ...
dynamo's user avatar
  • 311
1 vote
1 answer
237 views

Creating new SVN Repo: E180001: Unable to open repository

We're starting a new Unreal project and it looks like we need to use SVN. Some of us have used it, but none of us have set up the repo before. I'm loosely following the instructions in this quick ...
Nightmare Games's user avatar
0 votes
1 answer
261 views

I've setup SVN to automatically update the revision number in a txt file but only on changes to file. I'd like it to update Rev on every commit

So if the text file is altered and I commit those changes, the $Revison 12345 number updates to match. How can I have the revision number in the text file update when it was other files/folders ...
Tom Woodland's user avatar
-1 votes
1 answer
180 views

How can I find out a file's current HEAD revision in Tortoise SVN?

I use Tortoise SVN for file version control. I have a file with multiple commits across time. The most recent committed version is the HEAD revision, naturally. I wished to move the file's HEAD ...
user3325294's user avatar
2 votes
1 answer
62 views

What are the consequences of moving a folder and reverting that move in SVN?

We accidentally moved a major folder in our SVN repository with a long history. It happened because we selected "move and rename" instead of "copy and rename" to create a new ...
Sedenion's user avatar
  • 5,851
0 votes
1 answer
172 views

Abridged changelog from svn commit history

Does anyone have any advice on best practices on automatically generating changelogs from version control system commit logs (specifically SVN). I am aware that you can use the cli to generate a text ...
Niatross's user avatar
0 votes
1 answer
34 views

TortoiseSVN: How to get a list of all revisions that update files in specific directories

Say I have a project with the following structure: Some-Project > src > inputs > outputs > docs > libs How can I get a list of all SVN revisions where updates are made to any code ...
Barry's user avatar
  • 256
0 votes
1 answer
357 views

Git Repository Inside of a Tortoise SVN Repository

One of my customers has some folders on his server which are synchronized with a Tortoise SVN server. I work in a subfolder of one of these folders and would like to set up a local Git repository ...
MatterOfFact's user avatar
  • 1,485
1 vote
1 answer
203 views

Is there a way to force an SVN file update before locking that file?

Question: Is there a way in SVN to force a file update when a binary file is locked? This would appear to solve the issue we are having below, by forcing the locking action to update the file to the ...
CSpanMan's user avatar
0 votes
1 answer
39 views

Difference between release lock and clean up

I am Tortoise SVN 1.14, and I've trouble understanding the difference between release lock and clean up action. Are they not supposed to do the same thing, unlocking the locked files ?
tony497's user avatar
  • 390
0 votes
2 answers
223 views

SVN parallel branches

I took a couple of SVN tutorials on how using branches/merge to work in team but something is still not working in the flow. I am using Tortoise SVN + Visual SVN Server in LAN. There are N developers. ...
Marco's user avatar
  • 779
0 votes
1 answer
687 views

Create repository in non-empty remote folder

It's been 14 years since I last worked with svn and appearently I have forgotten everything... I have an existing web-project, consisting of a bunch of php, html, js and other files in a directory ...
Merion's user avatar
  • 215
0 votes
1 answer
45 views

Revert a single revision from a merge commit in SVN

Following a merge commit under SVN (Merge commit with more than 10 revisions), I want to revert a single revision from the merge commit. Is it possible to do this manipulation on SVN ?
Mahmoud's user avatar
  • 335

15 30 50 per page
1
2 3 4 5
28