26,650 questions
Score of 0
0 answers
39 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 ...
Score of 0
1 answer
44 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 '...
Score of 0
0 answers
38 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
...
Score of -2
1 answer
92 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 ...
Score of 1
0 answers
44 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 ...
Score of 0
0 answers
55 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 ...
Score of 1
2 answers
96 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 ...
Score of 1
1 answer
95 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 ...
Score of 0
1 answer
59 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 ...
Score of -1
3 answers
124 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 ...
Score of 0
1 answer
71 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 ...
Score of 0
0 answers
30 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 ...
Score of 0
0 answers
117 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://...
Score of -1
1 answer
47 views
Getting composer packages from local svn repository sub folder
Suppose a local svn repository Vendor has a subfolder tt containing multiple packages: core, core-analytics and so on. Each trunk folder for each package contains a composer.json file - naturally. ...
Score of 0
1 answer
58 views
eclipse crashes with no output on "new repository location" using subversive
I have a really odd behaviour. Whenever I click on the "new Repository Location" Button in the "SVN Repository Explorer" my eclipse crashes with no further output. (I've checked ...