You are not logged in.

#1 2008-04-21 08:39:59

kett
Member
Registered: 2008-04-21
Posts: 104

git-svn

Does anyone know where I can find git-svn? It's not in the default repositories.  Thank you

(By the way, its taken me quite several hours but I finally have a working Arch system.  Honestly I think at least half of the enjoyment of Arch is the satisfaction of getting it up and running.  To me, it felt like quite the accomplishment.)

Offline

#2 2008-04-21 09:42:25

olle
Member
Registered: 2008-04-21
Posts: 7

Re: git-svn

Easiest is probably to install both git and svn, otherwise you have to install the SVN::Core perl module which is not in cpan. So basically;

pacman -S git svn

and then you should be able to use git-svn

Offline

#3 2010-10-08 08:08:54

m4co
Member
Registered: 2009-12-29
Posts: 117
Website

Re: git-svn

In case somebody searches for this issue (like I did),

The correct way to use git-svn is "git svn" (without the - )

git svn clone -s http://repo 

Last edited by m4co (2010-10-08 08:09:08)


Don't panic !

Offline

#4 2011-03-14 22:01:47

jichuan89
Member
From: Mountain View, CA
Registered: 2010-03-10
Posts: 9
Website

Re: git-svn

m4co wrote:

In case somebody searches for this issue (like I did),

The correct way to use git-svn is "git svn" (without the - )

git svn clone -s http://repo 

Thanks, I was wondering why I couldn't seem to find a package that included git-svn... tongue

Offline

Board footer

Powered by FluxBB