From: Eric Wong <normalperson@yhbt.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: Eric Wieser <wieser.eric@gmail.com>,
git@vger.kernel.org, Sebastian Schuberth <sschuberth@gmail.com>
Subject: Re: [PATCH] git-svn: Support custom tunnel schemes instead of SSH only
Date: Wed, 27 Mar 2013 04:32:55 +0000 [thread overview]
Message-ID: <20130327043255.GA3667@dcvr.yhbt.net> (raw)
In-Reply-To: <51521216.2050309@gmail.com>
Sebastian Schuberth <sschuberth@gmail.com> wrote:
> This originates from an msysgit pull request, see:
>
> https://github.com/msysgit/git/pull/58
>
> Signed-off-by: Eric Wieser <wieser.eric@gmail.com>
> Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Thanks, looks obviously correct.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
> diff --git a/perl/Git/SVN/Ra.pm b/perl/Git/SVN/Ra.pm
> index 049c97b..6a212eb 100644
> --- a/perl/Git/SVN/Ra.pm
> +++ b/perl/Git/SVN/Ra.pm
> @@ -295,7 +295,7 @@ sub gs_do_switch {
> my $full_url = add_path_to_url( $self->url, $path );
> my ($ra, $reparented);
>
> - if ($old_url =~ m#^svn(\+ssh)?://# ||
> + if ($old_url =~ m#^svn(\+\w+)?://# ||
> ($full_url =~ m#^https?://# &&
> canonicalize_url($full_url) ne $full_url)) {
> $_[0] = undef;
> --
Junio:
The following changes since commit 2bba2f0e6542d541e9f27653d8c9d5fc8d0e679c:
More topics from the second batch for 1.8.3 (2013-03-26 13:16:11 -0700)
are available in the git repository at:
git://git.bogomips.org/git-svn.git master
for you to fetch changes up to 3747c015704399dea1aa7ae6569a507e5727e20b:
git-svn: Support custom tunnel schemes instead of SSH only (2013-03-27 04:28:04 +0000)
----------------------------------------------------------------
Sebastian Schuberth (1):
git-svn: Support custom tunnel schemes instead of SSH only
perl/Git/SVN/Ra.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
next prev parent reply other threads:[~2013-03-27 4:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 21:24 [PATCH] git-svn: Support custom tunnel schemes instead of SSH only Sebastian Schuberth
2013-03-27 4:32 ` Eric Wong [this message]
2013-03-27 16:27 ` Junio C Hamano
2013-03-27 18:08 ` Eric Wong
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=20130327043255.GA3667@dcvr.yhbt.net \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=sschuberth@gmail.com \
--cc=wieser.eric@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.