Questions tagged [svn]
SVN is short for "Subversion" and is an open source version control system
226 questions
0
votes
3
answers
173
views
Merging Python2.7 code to its ported Python3.9 version
I am working on a Django based project that is version controlled with SVN. My main objective is porting it from Python2.7 to Python3.9. Whilst I port the project, my team brought some updates, now I ...
-1
votes
1
answer
97
views
Version control organization for large .NET solutions
I'm trying to come up with a better way to organize my C# projects on SVN. The .NET solution for my main GUI has about 28 class library projects. These libraries fall into two categories. Some of them ...
9
votes
2
answers
790
views
Disadvantages for having completely different codebases in different git branches
One senior member of my team setup a new git repository for our product we are working on, since we are migrating from SVN to git. Our product consists of different software components that are ...
2
votes
2
answers
1k
views
Migrate an SVN repository (that was previously the merge of 2 repositories) to Git while retaining history
Background
I am trying to migrate an SVN repository that was formerly 2 svn repositories (but within the same svn server, so sharing commit numbers), which was then combined.
So initial state (two ...
2
votes
2
answers
400
views
Who is the potential audience of a commit message?
I've been taking a course on plain language writing, in order to make my commit messages more readable and understandable.
One of the main ideas in plain language writing is that your first identify ...
0
votes
1
answer
86
views
SVN - Using branch for beta release of game and advise for repository layout?
I'm setting up the SVN repository for my hobby game project.
I have the main version of the game and a beta version. The game is already online with a few players.
The beta version is isolated from ...
1
vote
2
answers
431
views
Managing the same files in four separate SVN repositories
We have four repositories in SVN, in which most of the files are same in all four of them. The reason why we are using four different repositories is, we have four different software products which ...
29
votes
7
answers
10k
views
Is my company merging branches wrong?
I recently came across an MSDN article about branching and merging and SCM: Branching and Merging Primer - Chris Birmele.
In the article they say 'big bang merge' is a merging antipattern:
Big Bang ...
3
votes
1
answer
241
views
Git structure for multi platform projects
Currently I use SVN for my project and the structure looks like this:
trunk/SharedLibrary/
trunk/platform/wordpress/ <- platform base directory
trunk/platform/wordpress/SharedLibrary <- ...
2
votes
1
answer
108
views
How to version control a fragmented codebase until it is properly merged?
My team has a mix of software developers and scientists, and version control has been messy in the past. We're trying to do better, which leads me to ask this question.
We have a central codebase for ...
3
votes
1
answer
898
views
How to manage same source code for different country in SVN?
as per my current requirement. I would like to maintain common source code for different country releases.
Below are the cases which are required to be covered in the new process of code manage.
...
2
votes
3
answers
225
views
Git project organization
My company currently has SVN as main version control and we are in process of migrating to Git. Doing that is a perfect chance to do a structure reorganization.
Before I get to that let me describe ...
8
votes
3
answers
620
views
Is it a good idea to lock svn
I have to define the new way of working for a development team which goes from a one man unit, to a distributed team with programmers al over the world. The team will work with svn. This is a non-...
3
votes
1
answer
133
views
Would This Workflow Work For a Distributed Team With CI/CD
Because the reaction of @DanCornilescu I understood that my question was not clear. That is why I edited the question heavily.
I was brought in on a project where there was only one developer. All ...
1
vote
2
answers
108
views
SVN / Git How to administer branches
I'm the technical lead for a small company (6 developers). We currently use SVN and we're slowly porting over to Git, after everyone gets their training.
Currently our clients are the ones who "pull ...