git-svn is a bidirectional bridge between git and Subversion.

learn more… | top users | synonyms

0
votes
0answers
16 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
19 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 ...
1
vote
2answers
19 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
14 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
0answers
34 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
36 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
23 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
21 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
18 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
21 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
67 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
21 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
29 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
46 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
97 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
84 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
34 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
26 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
27 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
85 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
56 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
39 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
32 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
47 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
25 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
28 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
48 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 ...
0
votes
1answer
25 views

how to revert changes only for one file with git-svn?

I've corrupted one file and I'd like to revert it back. My project is using git-svn. So how can I revert this one particular file? Or even better if I could view whole change set of this file. ...
0
votes
2answers
46 views

Git-svn merge two SVN branches

I have read numerous SO questions and blogs on git-svn and merging. Some of them (notably git-svn man page) warns against using merge anywhere near the branch I plan to dcommit from. Others, like ...
1
vote
0answers
34 views

SVN commit txn-current-lock on Mountain Lion

I have facing SVN problem in Mac OS X .. When i am commit any file below are the error are generate. svn: Commit failed (details follow): svn: Can't get exclusive lock on file ...
0
votes
1answer
19 views

When using git-svn, is there a way to make a commit that 'git svn dcommit' will ignore pushing to its remote?

I want to know if there is a way to tell git-svn to ignore a commit in history, and never push it to the remote server.
0
votes
1answer
18 views

Using git/git-svn, how can I get out from remotes/trunk

My directory structure was like this: feipu123/ feipu123/trunk feipu123/trunk/work feipu123/tags feipu123/branch I used this command: git reset --hard remotes/trunk My directory structure ...
0
votes
0answers
63 views

Git-svn fetch failing with checksum mismatch

When fetching the latest set of changes from SVN through Git, I end up with the following error: git svn fetch Found possible branch point: https://server/svn/trunk/project => ...
1
vote
1answer
36 views

git external for pull requests

hello all you gitters, i worked with svn till today so i'm not so familiar with the advanced features of git... i want to clone a repo of some files that i use in my project my project is also in a ...
0
votes
1answer
37 views

Issue while pushing to repository

I was just pushing to master branch and in the mid of the process my laptop got shutdown. When I switch on again and trying to push to master branch its showing me this error. error: object file ...
0
votes
1answer
18 views

How to discover the layout of an svn repo for an svn2git conversion?

I'm attempting to convert an svn repo over to git, however I'm not entirely sure of the layout the current svn repo is using. As I'm not adept with svn I am not sure how to peak inside of svn and ...
2
votes
1answer
98 views

How to include other folders within the @INC for Perl? (Was: `Can't locate Git.pm in @INC` for svn2git)

I am attempting to import an svn repo into git via svn2git. When I run svn2git --verbose https://url_to_repo I end up getting the following output: Running command: git svn init --prefix=svn/ ...
0
votes
2answers
90 views

git-svn ignore large binary files

I'm working with a large svn repository (30,000+ revisions). I am using git-svn with limited success. My major problem is that the svn repository contains frequent updates to large binary files ...
2
votes
2answers
39 views

git svn branches in a large repository

I am using "git svn" to interact with a large SVN repo with non-standard branching convention. I see that there are multiple ways to clone the svn repo / branches as pointed out here I am seeing ...
1
vote
1answer
87 views

How to use git when pair programming

I am working on an Apache project. I am seeking advice on how best to use git to support our slightly unusual workflow. I'm familiar with the main git commands but inexperienced in using it on a group ...
1
vote
1answer
29 views

Pushing from git into a subversion repository

I have my work in a git repository, some of my coworkers want to incorporate it into their subversion repository. I'm going to keep working with git, but it would be nice have a subversion repo as a ...
0
votes
1answer
37 views

git: Merge branch logs

How can I merge history of my git project so that all commits histories are considered to be parts of one branch? Currently I have this: * 465a83a Highlight search * 37a367d Tab=3; AutosaveSession ...
3
votes
1answer
53 views

Forgot to push and lost changes

Git is configured on my local machine. I used the following commands git add . git commit -m "message " yesterday and forgot to push. I made several changes yesterday. Today due to some problem ...
1
vote
1answer
92 views

Removing unwanted files from history including all refs with filter-branch

I recently have cloned an SVN repository which used to have a few binaries in it, which are not needed any longer. Unfortunately, I have already pushed it to Github with the binaries inlcuded. I now ...
2
votes
2answers
35 views

How can i push a git history to svn

I have an existing git repository with a long history. For business reasons i have to mirror that repository to a svn server. I tried several ways but always failed so far.
1
vote
2answers
92 views

Single git-svn command not caching password for multiple svn actions

I'm using git-svn to connect to a subversion repository that authenticates via https. I'm using the git command line client on Linux (Ubuntu 12.04). When I perform any command that requires ...
1
vote
1answer
60 views

Can Git SVN Work Out svn mergeinfo --show-revs eligible

I am using SVN and have a stable production branch and an unstable trunk. For each release we cherry pick the items from trunk to be merged to production. I have cloned my SVN repo with git svn so ...
0
votes
0answers
76 views

git svn branch history missing

I am using "git svn" to clone a SVN repo. The SVN repo I am working with does not follow the standard convention for SVN branch (puts branch in say folder called "bugs", rather than "branch"). ...
0
votes
0answers
88 views

Accessing a git server with git or svn commands

Here´s my problem. I manage a git server with gitolite. I want to access this server using git or svn commands, the clients don´t even need to know whether that´s a git or svn server. When accessing ...

1 2 3 4 5 23