git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* requirements to compile git-svn support
@ 2009-07-02 14:02 Graeme Geldenhuys
  0 siblings, 0 replies; 4+ messages in thread
From: Graeme Geldenhuys @ 2009-07-02 14:02 UTC (permalink / raw)
  To: git

Hi,

I'm running Ubuntu 8.04 and compiled Git 1.6.2.2 and previously some 
other 1.6.x release and every time git-svn is nowhere to be found. What 
do I need to do / install to get git-svn available?


Regards,
   - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: requirements to compile git-svn support
@ 2009-07-02 17:55 Anders Kaseorg
  2009-07-03  9:34 ` Graeme Geldenhuys
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Kaseorg @ 2009-07-02 17:55 UTC (permalink / raw)
  To: Graeme Geldenhuys; +Cc: git

On Thu, 2009-07-02 at 16:02 +0200, Graeme Geldenhuys wrote:
> I'm running Ubuntu 8.04 and compiled Git 1.6.2.2 and previously some 
> other 1.6.x release and every time git-svn is nowhere to be found. What 
> do I need to do / install to get git-svn available?

I maintain up-to-date Git packages for Ubuntu 8.04, 8.10, and 9.04 at
https://launchpad.net/~git-core/+archive/ppa
including a git-svn package.

Note that the command you actually need to run is `git svn`, not 
`git-svn`.

Anders

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: requirements to compile git-svn support
  2009-07-02 17:55 Anders Kaseorg
@ 2009-07-03  9:34 ` Graeme Geldenhuys
  2009-07-03  9:51   ` Graeme Geldenhuys
  0 siblings, 1 reply; 4+ messages in thread
From: Graeme Geldenhuys @ 2009-07-03  9:34 UTC (permalink / raw)
  To: git

Anders Kaseorg wrote:
> 
> I maintain up-to-date Git packages for Ubuntu 8.04, 8.10, and 9.04 at

Thanks, I'll take a look at that. If I apt-get install the original git 
(v1.5.x) from the apt repository, 'git svn' works fine, but when using 
my own compiled git, I get the following output.


Yes I know that the command is 'git svn', but I followed the syntax as 
used in the documentation, adding the hyphen followed by the command. If 
I run 'git svn', I get the following output on my system.

==============================
$ git svn
Can't locate SVN/Core.pm in @INC (@INC contains: 
/usr/local/share/perl/5.8.8 /etc/perl /usr/local/lib/perl/5.8.8 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
/usr/local/lib/site_perl .) at /usr/local/libexec/git-core/git-svn line 29.
==============================


Regards,
   - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: requirements to compile git-svn support
  2009-07-03  9:34 ` Graeme Geldenhuys
@ 2009-07-03  9:51   ` Graeme Geldenhuys
  0 siblings, 0 replies; 4+ messages in thread
From: Graeme Geldenhuys @ 2009-07-03  9:51 UTC (permalink / raw)
  To: git

Graeme Geldenhuys wrote:
> I run 'git svn', I get the following output on my system.
> 
> ==============================
> $ git svn
> Can't locate SVN/Core.pm in @INC (@INC contains: 
> /usr/local/share/perl/5.8.8 /etc/perl /usr/local/lib/perl/5.8.8 
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
> /usr/local/lib/site_perl .) at /usr/local/libexec/git-core/git-svn line 29.
> ==============================


I did some more Google'ing and finally found the answer. All that was 
missing was libsvn-perl.  The following command installed it and solved 
my problem. :-)

  $ sudo apt-get install libsvn-perl


Regards,
   - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-03  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 14:02 requirements to compile git-svn support Graeme Geldenhuys
  -- strict thread matches above, loose matches on Subject: below --
2009-07-02 17:55 Anders Kaseorg
2009-07-03  9:34 ` Graeme Geldenhuys
2009-07-03  9:51   ` Graeme Geldenhuys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).