git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SVN clone on Cygwin drops a / and reports "not a complete URL"
@ 2016-03-15 16:23 Adam Dinwoodie
  0 siblings, 0 replies; only message in thread
From: Adam Dinwoodie @ 2016-03-15 16:23 UTC (permalink / raw)
  To: git

Hi all,

Currently, attempting to clone a Subversion repository using an svn://
or https:// URI specified with -T fails on Cygwin:

    $ git svn init -T svn://svn.code.sf.net/p/squirrelmail/code/trunk
    Initialized empty Git repository in /home/add/tmp/.git/
    E: 'svn:/svn.code.sf.net/p/squirrelmail/code/trunk' is not a complete URL  and a separate URL is not specified

I don't think this is a problem in Git itself -- I see the same
behaviour on clean builds of both v2.7.0 and v2.2.0, and I'm pretty sure
this used to work, so that would imply there's something in the Cygwin
environment that's changed.  Nonetheless I'm reporting here in the hope
that somebody else will have seen a similar problem or have an idea what
might be going wrong.

Interestingly, the below _does_ work:

    $ git svn init svn://svn.code.sf.net/p/squirrelmail/code
    Initialized empty Git repository in /home/add/tmp/.git/

    $ git config svn-remote.svn.fetch trunk:refs/remotes/origin/trunk

    $ git svn fetch
    r1 = 12dc820c417dc5f12723307a3fcfa4629ea972fb (refs/remotes/origin/trunk)
            A       squirrelmail/ATHORS
            A       squirrelmail/login.php3
            A       squirrelmail/signout.php3
    ...

There are no obvious test case failures, either.

Does anyone have any ideas about what might be going wrong?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-15 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 16:23 SVN clone on Cygwin drops a / and reports "not a complete URL" Adam Dinwoodie

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).