git-svn is a bidirectional bridge between git and Subversion.
0
votes
0answers
21 views
Different authentication for different branch in git
At our company, we are evaulating to migrate to GIT from SVN. Here we are following a process in which we have the following branch and access control.
...
0
votes
1answer
21 views
git-svn clone dying with signal 6
So I have been cloning a bunch of projects in my repository in order to migrate over to Git. I have been able to successfully clone all of them except for one. It happens to be the largest project, ...
0
votes
1answer
19 views
Git: Use git-merge-file to resolve conflicts using theirs/ours
I have don a git svn rebase and I got a conflict. I want to use git-merge-file to merge the two versions of the file by choosing the version on the server. git-merge-file has this option called ...
0
votes
1answer
29 views
Git: Diff a list of files
Is it possible to add a list of files somewhere to a changelist or file or something, and to run git diff commit1 commit2 myListOfFiles and to get the diff of just that list of files? Or is it ...
0
votes
0answers
33 views
Ability of Jenkins to checkin in SVN repository
I am new to Jenkins, so please do forgive me if the question is stupid.
I have a project in GIT. and I have configured it in Jenkins.
The same project also exists in a svn repo.
Now, whenever there ...
0
votes
0answers
10 views
How should I merge an SVN branch after migrating the repo to Git?
I migrated a SourceForge.net project from Subversion to Git using (mostly) the instructions at http://chris.iluo.net/blog/2009/08/28/moving-from-svn-to-git/.
It imported my branches and trunk ...
2
votes
1answer
35 views
Why parent is stored in git notes?
The way git store notes:
Git only store one note per commit for single namespace. One can have multiple namespace. Default namespace is commit.
.git/refs/notes/ contain one hash (say, MainHash_2), ...
1
vote
2answers
30 views
How to undo branch push to master
Okay, so I have a forked repo on GitHub, and the upstream repo hasn't been updated since I forked it. Yesterday, I created a branch based from the very last upstream commit which was made before I ...
0
votes
0answers
16 views
Recover git-svn mirror after svn repository was “rolled back”
How can i repair my git-svn mirror repository?
It is set up with git svn init ..., then github remote was added. The cron job is doing git svn rebase && git push periodically.
Everything was ...
0
votes
1answer
14 views
git svn “Unable to determine upstream SVN information from working tree directory”
I have a git repo that was initially cloned from an svn repo.
When I tried a
git svn rebase
I'm getting
Unable to determine upstream SVN information from working tree history
I have ...
0
votes
1answer
22 views
git svn shows not correct merge graph
I use git svn bridge and have created some branches that I merged back into master, the problem is if a co-worker fetches the same repo with git-svn, the merge is not shown in his log.
git ...
0
votes
2answers
17 views
Git pre-svn-dcommit hook
I work on a remote SVN repository using git-svn and I use git-flow workflow for my local development.
Unfortunately accidentally a couple of times I did the svn dcommit while being on a feature ...
0
votes
1answer
12 views
Git-svn - determine branch being tracked?
Is it possible to determine which branch (if any) is being tracked with git-svn? (in bash)
Thanks!
0
votes
1answer
18 views
Git-svn: determine number of commits ahead or behind
Is there a way with git-svn to determine how many commits ahead or behind I am?
Thanks!
0
votes
0answers
13 views
Fastest way to migrate big svn repo to Git
I am interested to know what is the fastest/best way to migrate a big project from our svn server (svn server is multi project and has 330000 rev in total).
Uur svn has following structure :
svn
- ...
0
votes
1answer
17 views
Git-SVN: how can i merge branch to trunk?
I am working on a git-svn project with two branches, lets call them
trunk
branches/foo
How can i merge branches/foo to trunk?
they both have the latest update
Thanks
1
vote
1answer
46 views
Git: git status takes too long
I'm working on a project where the version control system is SVN and I want to use git. I did a git svn clone but git status works terribly slow (around 8 minutes). The repository has around 63000 ...
0
votes
2answers
35 views
Git-SVN: Update Git repo from centralized SVN server
I'm working on a project for which everyone uses SVN as a centralized server and everybody pushes the changes they do on that server. I want to use Git locally and I'm pretty new to git svn. I did a ...
2
votes
1answer
31 views
Can I make a file in git read-only?
I'm writing an iOS app that uses a versioned Core Data model. I just very nearly released a version of the app which crashed on upgrade because I'd accidentally edited the old version as well as ...
0
votes
1answer
27 views
Repeated git log entry after merge failed
I have a git-svn repository and wanted to merge a branch onto master. To do so, I performed the following steps, starting on the branch:
git commit -m "my commit message" # commit the changes on ...
1
vote
1answer
30 views
How to clone a Subversion repository with “GitHub for Windows”?
Question
I have GitHub for Windows installed and was wondering whether I can clone a Subversion repository with the "Git Shell" that comes along with "GitHub for Windows".
Trial and error
I tried ...
1
vote
0answers
29 views
Git Svn - Workflow for a Readonly SVN repos
Basically, we have a situation where we are working with client teams across the globe.
Now, one of the clients have provided us with read-only access to their svn server, where their developers ...
0
votes
0answers
32 views
Tried clone files from Git repo. Only (.git) folder is downloaded and it has nothing
I am new to Git.
I am in Windows7 and using CygWin. Below us the clone command I tried.
git clone http://git.fadv.com/abg/abg.git GIT1/
I got only HEAD files. Below are the folders and files I ...
0
votes
1answer
27 views
Git svn clone with author name like “/CN=myname”
I'm trying to switch from svn to git on windows 7 using git svn clone command.
On one of my repository I try this:
git svn clone --stdlayout --no-metadata -A users.txt --username=/CN=john ...
2
votes
2answers
29 views
line endings in files which are checked out by svn and commited by git-svn
The team is using subversion as a version control system. I love git. So I cloned it with git-svn.
autocrlf setting:
$ git config core.autocrlf
true
So files changed by me will have LF as line ...
0
votes
0answers
18 views
trunk mirroring from svn into git branch
I would like to make trunk mirror from svn into trunk git branch.
I do such steps:
git svn clone <svn_url>/trunk # here I have trunk local directory from svn
git clone ...
2
votes
1answer
42 views
SVN -> Git migration with structure variations
I, currently, have the following SVN structure:
project1
branches
trunk
tags
project2
branches
trunk
tags
muchMoreStuff
branches
trunk
tags
which originally had this structure:
project
...
0
votes
1answer
60 views
SubGit: How to exclude branches?
I'm testing SubGit as a way of migrating from SVN to Git.
What I would like to do is be able to create remote branches in the git repository that all users can use that *emphasized text*does ...
1
vote
0answers
36 views
Keep svn repository in sync with git one
my team mate and I are struggling to get our svn repository in sync with our git one.
We are working on a project and we are requested to share our code on an svn repository (hosted by the ...
1
vote
1answer
27 views
Export svn to git without a folder
I would like to migrate svn solution but without a specified files/folder.
My problem is such because I commited a big library (50 mb) into svn which I do not need now, and I do not need project ...
1
vote
2answers
20 views
Is there a way to merge the commit history from an SVN repository to a Git branch?
We currently have several small semi-related SVN repos that are inactive as far as commits go. However, they occasionally need to be used and/or their commit history needs to be reviewed. We would ...
0
votes
1answer
33 views
Can I use the Maven release plugin directly with git-svn?
At work, most people still host their code in Subversion. If I want to work with one of these projects, I usually check it out with git-svn. The only catch is that if I want to cut a release with ...
2
votes
3answers
82 views
How do I see my local unpushed commits?
If I have a local branch test and the remote branch is test.
So if I did a push it would be push origin test:test
How can I see my local unpushed commits that I did on that branch?
git log?
0
votes
1answer
22 views
How to restore repo to before last checkout
I accidentally did
git checkout 12345
How can undo that and put it back to how it was before I did that? Can I do some type of reset?
0
votes
2answers
36 views
Tried to to do a git pull and there were merge conficts. Tried git mergetool but no tool started
I tried to do a git pull origin develop and it tried merging but there were some conflicts.
I tried git mergetool but it doesn't start up a tool. This is first time I've tried to merge
How do I merge ...
3
votes
1answer
51 views
Migrating a git-svn branch to a git branch
My project (which is rather large, at ~2 million lines of code and tens of thousands of commits) is currently switching from git-svn to git. Many users have git-svn branches with history that would be ...
4
votes
1answer
147 views
Git svn clone not working using a SVN repository
In this way I can clone a SVN repository:
svn co svn+ssh://<username>@<url>/var/lib/svn/<repository_name> /var/www/<repository_name>
It starts to create the expected files ...
1
vote
2answers
86 views
How to make git to clone svn settings also?
I'd like to create a read-only Git mirror of a SVN repository. I don't need to setup the Git->SVN direction and I've already done the SVN-Git synchronization.
Now I would like to somehow "clone" the ...
0
votes
1answer
52 views
SVN: how can I merge changes to a local repository to a master repository, preserving history?
For reasons to long to describe here, I created a local SVN repository, copied the contents of a remote repository, and make a total of 60 commits to it. In the mean time, the remote repository hasn't ...
0
votes
0answers
34 views
why should I got the “fatal: empty ident <dougg#torque.net> not allowed ” error msg when I do the “git rebase”?
There are things I want to do:
I got a modified linux kernel repo from my friend, and I want import the repo into a svn repo.
so:
git clone git@server:linux-kernel.git
cd linux-kernel
svn mkdir ...
0
votes
1answer
12 views
Migrate SVN history to GIT for certain files
I am converting a PHP application that is stored in a SVN repository to an MVC framework and I would like to store the new code in a GIT repository.
Most of what I am copying from the old code is ...
2
votes
1answer
35 views
git-svn fetch error “0 [main] ?4828 fhandler_base::fork_fixup: /libexec/git-core/git-svn - Win3 2 error 6, handle io_handle<0x0>”
When I ran git svn fetch, I got the following error message. How do I fix it? Thanks very much.
F:\gitsvntest>git svn fetch
0 [main] ?4828 fhandler_base::fork_fixup: /libexec/git-core/git-svn - ...
0
votes
0answers
161 views
git-svn dcommit fail for “URL access forbidden for unknown reason”
When I type git svn dcommit, I got this
Committing to https://some.server.com/proj1/v3 ...
URL access forbidden for unknown reason: access to '/proj1/!svn/bc/579/v3/path/to/a.php' forbidden at ...
0
votes
1answer
79 views
git release management model : releases always from master branch?
I am reading up http://nvie.com/posts/a-successful-git-branching-model/ which seems very promising.
I am looking for a few clarifications which are kind of missing from this piece:
Releases are ...
0
votes
1answer
49 views
Modified files after git svn fetch. What does it mean and how to fix that
We're going to use git instead of SVN and doing some research at the moment. I've tried to create git repository based on our SVN one. git svn is perfect. But after clone/fetch I've seen modified ...
2
votes
1answer
48 views
Does SmartGit support git-svn?
If SmartGit even supports git-svn, how would I go about using it? Would I clone my svn repository first then somehow link it to my git repository or vise versa? I found git-svn mentioned very briefly ...
0
votes
1answer
76 views
How do I update the perl subversion bindings on OSX?
I'm having a problem with git-svn that may be related to the perl svn bindings. Even after installing new versions of subversion and git using homebrew, git-svn is using an old version of svn:
$ git ...
0
votes
1answer
29 views
git-svn cloning repo that has been moved?
We're in the process of switching from svn to git in a project.
Now one of the svn repos that we want to move, has quite a long history that we want to keep.
So I've tried doing git-svn clone on ...
0
votes
1answer
35 views
How to remove svn url from commit messages?
I'm trying to push a git-svn repo to github but I don't want the url to appear in my commit messages.
They appear because I'm developing with svn and only using git-svn to push to github. So all my ...
0
votes
1answer
74 views
How do I fix “git-svn died of signal 6” during clone?
I'm trying to clone a new SVN repository with little more than trunk/branches/tags in it, but it fails with relatively little information:
git svn clone --stdlayout https://mydomain.com/svn/myrepo
...

