Hi, list. Googled and searched the list on this problem. No luck... ------------------8<----------------------- $ git svn clone https://host/svn/myrepo Initialized empty Git repository in /tmp/myrepo/.git/ Bad URL passed to RA layer: Unrecognized URL scheme for 'https://host/svn/myrepo' at /usr/libexec/git-core/git-svn line 1770 ------------------8<----------------------- Could not clone from a repository. Although if I issue 'svn checkout https://host/svn/myrepo' it will work, so it seems that the problem is connected with git. Cannot check if this happens only with 'https', sorry. versions used: ------------------8<----------------------- $ git --version git version 1.7.1 $ svn --version svn, version 1.6.11 (r934486) compiled Apr 30 2010, 02:06:58 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme ------------------8<----------------------- Running on Slackware-current. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html