Tagged Questions

2
votes
2answers
48 views

git-svn and a large project

I've scoured the web and found a lot about working with git-svn and branches, but nothing that fits my situation. I'm working on a large project, and I work on several of many bra …
1
vote
3answers
70 views

git-svn problem

Is it possible to clone a git repository which has more than one revisions? We tried to do it, and after the 1000'th commit it does a GC and exits leaving the clone in a unusable s …
1
vote
1answer
31 views

Can’t invoke git-svn from command line

Hello, I just installed git on my linux machine (Kubuntu distro) by running the following command: sudo apt-get install git-core git-doc gitweb git-gui gitk git-email git-svn I …
0
votes
2answers
21 views

How do you view the status of your svn-git repo?

I understand how to initialize a git-svn repo, create a branch, do some work, merge branch, then use git svn rebase and git svn dcommit to push back to the svn repo. But between th …
0
votes
1answer
21 views

Best way to import a svn repo to git that has trunk, tags, branches and releases

I run a project on sourceforge called mqmanager.NET that I inherited from the original author. Long story short I want to migrate this, and the rest of, my sourceforge projects to …
0
votes
1answer
27 views

git svn clone result cannot be cloned

I've got several Subversion repositories for which I'm the only committer. Based on Paul Dowman's excellent instructions, I did the following: $ git svn clone https://localhost/sv …
2
votes
3answers
51 views

How do I fix checking out HEAD^ in git.

Okay so I made some changes in my project that resulted in a huge mess. I had already committed the changes so I could go back to it later, and then used git checkout HEAD^ to chec …
8
votes
4answers
141 views

Working locally with Git when main repository is SVN

There is an open source project I want to checkout and contribute to. The main repository is SVN but I want to work in Git. Is this possible? Most of my searches turns up guides w …
0
votes
1answer
19 views

Unable to determine upstream SVN information from HEAD history.

I get this on every git svn command I try. I am using git version 1.6.4.2 on OS 10.6 The initial git svn fetch works, and i can do further fetches after that, but they do not ente …
5
votes
4answers
92 views

Questions on workflow for a team using a git-svn repo

I've bee reading up on git and git-svn. I'm pretty new to git but I've been able to create some basic repos. However, I'm a bit confused on how the workflow would go for git-svn be …
2
votes
1answer
34 views

git-svn password change

I'm using TortoiseGit on Windows XP. My team all use a central svn server as our central "canonical" code repository. It's all run on a windows network. I work locally with git, …
2
votes
1answer
45 views

Importing History from SVN to Git - Change Committer Information

I'm working on converting some Subversion repositories over to Git using the git-svn tool. I noticed that even though it imports the author information correctly, the committer in …
3
votes
1answer
48 views

Git-SVN with multiple branch locations?

Our company subversion repo is a bit tricky: We've got a basic "default" layout with trunk, tags and branches. However, inside the branches, we have a "work" directory which contai …
0
votes
2answers
103 views

Converting svn to git, how to get the branches not to be just remote in the svn repo?

I'm quite new to git and I'm trying to move a svn repository to git. I followed the guide below so now I have a git repo on my server http://pauldowman.com/2008/07/26/how-to-conver …
0
votes
0answers
19 views

How can I synchronize tags (or branches) with an svn repository using git-svn?

I've done some searching, and I cannot seem to find a clear answer as to how one would go about synchronizing a local git branches with a remote subversion ones. Specifically, I w …

1 2 3 4 5 10 next
15 30 50 per page