Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Best practices
0 votes
0 replies
32 views

I have external repositories for the drivers setup for an svn project. How could I commit to the root project and those external projects instead of visiting them with cd one by one and committing ...
0 votes
1 answer
39 views

I am using Apache SVN on Ubuntu and everything works fine on the command line, but I'm trying to get RapidSVN (v0.12.1) to work. To that end, I have launched svnserve -d In RapidSVN I have added '...
0 votes
0 answers
32 views

I encounter a strange situation where SubWcRev.exe fails if the path passed as the 1st argument does match the name of an actual path but not the case (case sensitive). Context: Windows Sever 2019 ...
-2 votes
1 answer
78 views

I'm trying to migrate a SVN repository to GitLab where the SVN trunk becomes the Git master branch and a specific SVN branch becomes a Git branch. I'm using git svn clone to pull the repository from ...
1 vote
0 answers
38 views

My SVN repository used to have a folder that was deleted a long time ago. I am trying to find out when that folder was deleted and get the log history of changes to files in that folder using Tortoise ...
0 votes
0 answers
48 views

svn outputs garbled characters on Windows, it seems that utf-8 output of svn was read by terminal in gb2312. the activity code page of windows is set to utf-8(65001),but the system region code page is ...
1 vote
2 answers
83 views

I have a project in an SVN repository that is built with nmake on Windows. I have specified a mymak.mak file with a build target: my_target: a_second_target a_third_target ... a build action ...
1 vote
1 answer
85 views

We are moving our very old subversion server to a new one. The old one was running on centos 7.7 with subversion 1.7.14-14. We tried copying the entire repos folder to a new ubuntu 22 running ...
0 votes
1 answer
55 views

I am attempting to migrate an existing Repo from SVN to Perforce and maintain the full history of files and edits. Have been trying to use the script svn2p4.pl and it seems to be working fine, until ...
-1 votes
3 answers
118 views

We're migrating from SVN to Git using "git svn clone" followed by post-cleanup with some git-filter-repo scripts. So we're already rewriting history, and we don't need backwards interop ...
0 votes
1 answer
63 views

I've read that when updating a branch I should use merge revisions, but to me it seems that merge tree is almost always the better choice for whatever you're doing. I've always coded solo, but ...
0 votes
0 answers
39 views

I have a teamcity build task that contains several vcs roots. When I branch the project (replace the svn address of one of the vcs), the workspace svn path on the agent does not switch automatically. ...
0 votes
0 answers
28 views

I have a file xyz.py in production Performed svn co xyz.py (first time) Did some changes or no-changes and later moved to xyz_old.py(mv xyz.py xyz_old.py) Performed svn up xyz.py again. It is ...
0 votes
0 answers
102 views

I'm trying to replace htaccess passwords with LDAP for a SVN deployment. I have 2 apache virtual hosts that point to the same SVN repository using different hostnames. The https://svn.dev.example.com ...
0 votes
0 answers
104 views

The problem: We need to migrate an SVN repository to Git. The problem arise when svn contains branches that are rooted in sub-folders: Let suppose this example SVN with a simplified structure. https://...

15 30 50 per page
1
2 3 4 5
1777