Skip to main content

All Questions

Tagged with
0 votes
0 answers
131 views

Git Svn Command Errors On Svn Tag Containing A Trailing Space

I've inherited a Subversion (SVN) repository with 10 years of history, but when I am trying to convert to GitHub using git svn command, although the following command is running perfectly, I am still ...
Alan's user avatar
  • 11
-1 votes
1 answer
98 views

svn2git kde rules errors - converting tags

I am using svn2git all fast export and I am getting the following error: - I had my rules for tags along these lines: match /(<folder>/Source/<folder>/[^/]+/)tags/ repository repo ...
Idris.AH's user avatar
  • 420
0 votes
2 answers
1k views

What dependencies does running "git svn" need to have installed in order to run correctly?

I've been struggling with getting a Subversion to Git migration to work on a corporate-IT managed Red Hat 6.4 Linux workstation. Our IT organization provides several versions of most of the OTS ...
Ogre Psalm33's user avatar
7 votes
1 answer
10k views

Install git or update git without apt-get or yum

I have some linux boxes that do not allow me to use yum to install packages. Instead I need to download the zip or tar and then use a package manager to install the items on my linux boxes. When you ...
Chris Bolton's user avatar
  • 2,314
5 votes
1 answer
21k views

How do I completely uninstall git from my Linux Machine

I had installed git by downloading the tar ball and then doing the following steps ./configure --prefix=/scratch/custom/git make make install But after running these commands, I still see that git ...
raghuram gururajan's user avatar
1 vote
1 answer
285 views

How to make git-svn use specific version of SVN?

On my Linux machine I use both SVN and Git. To make my life easier I added source /opt/svn/linux64/ix86/svn_1.8.5/interface/startup/svn_1.8.5_64.env to my .bashrc and thus writing svn –...
Adam Badura's user avatar
  • 5,399
2 votes
1 answer
337 views

'git svn' does not start git-svn any more

On my linux system (Centos 5.9) 'git svn' stopped working and I don't know why and how. output is: $ git svn git: 'svn' is not a git command. See 'git --help'. /usr/libexec/git-core/git-svn exists ...
frans's user avatar
  • 9,858
0 votes
1 answer
178 views

How git-svn or git-flow commands are executed without dash in between

When installing git-flow I realized it is just putting files in /usr/local/bin mainly git-flow which is the executable, I'm able to invoke the script git-flow by running git flow (without dash in ...
opensourcegeek's user avatar
5 votes
4 answers
27k views

Unable to install git

I ran the following commands on linux mint 12 lisa: 1). sudo rm -rf /var/lib/apt/lists/* -vf 2). sudo apt-get update 3). sudo apt-get install git I am getting the following error on running 3. That ...
Jannat Arora's user avatar
  • 2,999
32 votes
1 answer
2k views

git-svn rejected Basic challenge now that VPN is required

I have been using git-svn for a few months now as an interface to the SVN repository for my company. However, about a week ago my company changed their policy such that SVN is only reachable if ...
Warren Wright's user avatar
4 votes
1 answer
9k views

Hardware Requirement for GIT server (RHEL linux) [closed]

I am migrating from SVN to GIT. Currently my SVN server hosts 30+ svn repos accessed by 1000+ developers 24x7. While migrating, I observed that it uses lot of cpu and makes the system slower. Also ...
rohit's user avatar
  • 505
1 vote
1 answer
5k views

How configure SVN in Cpanel/WHM?

I want to install SVN server in my Linax VPS with cpanel/WHM running. When checking RPM packages through WHM and SSH I saw that SVN is Installed as RPM package. How can I make it work ? I'm not that ...
Ashfaq Rahman's user avatar
1 vote
1 answer
626 views

Calling GIT SVN FETCH from a Crontab

I'm trying to run a scheduled cron job using a crontab from a linux box where I'd run the command git svn fetch on a periodic basis. here is what my crontab looks like: 1 #!/bin/bash 2 PATH="/...
sksallaj's user avatar
  • 4,010
2 votes
1 answer
2k views

git-svn ignores http proxy (debian)

Searching how to use git with a proxy I found two solutions: the http_proxy environment variable the git config http.proxy Since export http_proxy=http://proxy.fqdn:8080 made wget work, but not git-...
Lars Hanke's user avatar
2 votes
3 answers
4k views

git mingw32 and long path/file names under windows

I have a production SVN repository that i want to clone with git. when I try to git svn clone it I get error that has to do with some files that have a long combination of path filename. I figure ...
Michael's user avatar
  • 23k

15 30 50 per page