python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GIT SVN - Use SVN for Development and GIT for Release Important Milestone
We have team (Team A) of 10+ members, they change the code frequently and commit to SVN.
Another team (Team B) is using GIT (Azure DevOps).
We need to push source code (from SVN) changes at certain po...
Banng
Votes: 0
Answers: 1
Move SVN changes to git
In the company where I work, we are currently in the process of migrating from SVN to git and also updating frameworks and languages version in the process. as a result i currently have 2 repositories...
Franco Iannolo
Votes: 0
Answers: 2
Subgit: Pattern is not empty and doesn't have format segment1/segment2/.../segmentN
I am trying to convert a Subversion repository to Git using subgit. The SVN structure is roughly as follows:
trunk
├── Projects
│ ├── Project1
│ │ └── src
│ ├── Project2
│ └── Project3
├── S...
niclas
Votes: 0
Answers: 1
Remove all commits from git repository that have no changes (refer to same tree as parent commit) using filter-repo
I cloned an svn repository using git-svn. But I exluded everything except one folder (let's say folder A) using --include-paths. Since the svn repository contains many commits for other files (outside...
Pascal
Votes: 0
Answers: 0