From: Georg-Johann Lay <avr@gjlay.de>
To: Jakub Narebski <jnareb@gmail.com>
Cc: Christian Couder <christian.couder@gmail.com>, git@vger.kernel.org
Subject: Re: subversion-perl missing
Date: Wed, 28 Sep 2011 17:54:38 +0200 [thread overview]
Message-ID: <4E83433E.9000702@gjlay.de> (raw)
In-Reply-To: <201109281459.31689.jnareb@gmail.com>
Jakub Narebski schrieb:
> On Wed, 28 Sep 2011, Georg-Johann Lay wrote:
>> As far as I understand, alien-svn comes with SVN sources which it uses for its
>> own perl packages to provide svn stuff to perl, but don't install/build new svn
>> version.
>
> Step by step instruction.
>
> 1. Follow instructions on local::lib manpage
> http://search.cpan.org/perldoc?local::lib
>
> c.f. http://perl.jonallen.info/writing/articles/install-perl-modules-without-root
>
> 2. (Optional). Follow instructions on cpanm manpage, e.g. http://cpanmin.us
> or http://search.cpan.org/perldoc?cpanm
>
> 3. Install Alien::SVN from CPAN using 'cpan' client or 'cpanm', e.g.
>
> $ cpanm Alien::SVN
>
> Now you are able to install Perl modules in your home directory.
Thank you very much, I never would have found the way through all that jungle
alone!
After steps 1-3 succeeded (as far as I can tell) I can run git svn (but not
git-svn) now.
With an SVN repo I can do
$ svn list http://repo/path
archive/
branches/
tags/
trunk/
and
$ svn checkout http://repo/path
but git svn complains:
$ git svn clone -s --username=georg http://repo/path
Initialized empty Git repository in /local/georg/path/.git/
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://repo/path' at
/usr/local/libexec/git-core/git-svn line 1941
Does git svn not support http?
>From what I read in git svn --help this should suffice to checkout from SVN and
http is mentioned explicitly in an example.
So is my git-svn still broken/not functional or am I missing something from the
docs?
Johann
next prev parent reply other threads:[~2011-09-28 15:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-26 11:48 subversion-perl missing Georg-Johann Lay
2011-09-26 13:03 ` Michael J Gruber
2011-09-26 13:41 ` Georg-Johann Lay
2011-09-26 14:18 ` Michael J Gruber
2011-09-26 14:51 ` Georg-Johann Lay
2011-09-26 14:54 ` Michael J Gruber
2011-09-26 21:11 ` Andreas Schwab
2011-09-26 14:48 ` Christian Couder
2011-09-26 16:49 ` Georg-Johann Lay
2011-09-26 17:17 ` Jakub Narebski
2011-09-28 10:06 ` Georg-Johann Lay
2011-09-28 12:59 ` Jakub Narebski
2011-09-28 15:54 ` Georg-Johann Lay [this message]
2011-11-29 15:39 ` Jason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E83433E.9000702@gjlay.de \
--to=avr@gjlay.de \
--cc=christian.couder@gmail.com \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.