Re: Compiling git svn from source

2013-12-10 Thread Jeff King
On Wed, Dec 11, 2013 at 01:54:26AM +0530, avinash r wrote: > but running the command, > > $ git svn init --username= http://mydomain.com/myrepo causes > the command to fail with the following error: > > Can't locate SVN/Core.pm in @INC (@INC contains: > /usr/local/share/perl/5.14.2 /etc/perl /us

Re: Compiling git svn from source

2013-12-10 Thread avinash r
Hi Jonathan, I managed to get `git svn` installed using old school commands executed before the commands I mentioned. $ make configure $ ./configure I wrote before: > $ make all > > $ sudo make install thanks for asking about the config. Jonathan Nieder wrote: > What is the content of "config.

Re: Compiling git svn from source

2013-12-10 Thread Jonathan Nieder
Hi, avinash r wrote: >I followed the installation instructions at > git-scm.com, but somehow the sub-command svn (git svn) is not being > installed. [...] > Here is how i'm compiling: > > $ make all > > $ sudo make install What is the content of "config.mak"? Is there a file

Compiling git svn from source

2013-12-10 Thread avinash r
Hi, I'm compiling git from source due to outdated binaries in Linux-flavour 'X'. I followed the installation instructions at git-scm.com, but somehow the sub-command svn (git svn) is not being installed. How us it that I would be able to install it from source? I have Googled for this, and the t