26,655 questions
Best practices
0
votes
0
replies
32
views
how to have external repos in svn comitted alongside with the host repo (and synchronized on svn copy)
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
38
views
RapidSVN and svnserve
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
31
views
Is SVN's SubWcRev.exe case sensitive regarding its path argument?
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
72
views
SVN Git migration [duplicate]
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
36
views
How do you view changes log for items in a previously deleted folder?
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
47
views
svn outputs garbled characters on Windows10
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
80
views
Can I trigger an nmake .mak file build target based on SVN revision?
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
83
views
subversion upgrade BDB DB_VERSION_MISMATCH:
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
53
views
Migrating from SVN to Perforce but files in the repo have @ signs
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
How to cut and splice two sequences of Git commits so that A-D and B-C become A-B-C-D?
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
60
views
Clarification sought over TortoiseSVN merge tree vs merging range
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
How can the TeamCity workspace automatically switch to the SVN path when there is no new content in the SVN branch?
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
svn up of an existing file(which is moved to other file with some name.) is not happening
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
99
views
SVN & LDAP configuration not working as expected
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
102
views
How to properly migrate SVN to Git with branches rooted in different directories?
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://...