php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59630 [NEEDS PATCH] Not working with svn+cr_ssh:// scheme
Submitted: 2011-02-17 15:01 UTC Modified: 2011-05-31 22:36 UTC
From: davidck at gmail dot com Assigned:
Status: Verified Package: svn (PECL)
PHP Version: 5.3.2 OS: OSX 10.6.7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: davidck at gmail dot com
New email:
PHP Version: OS:

 

 [2011-02-17 15:01 UTC] davidck at gmail dot com
Description:
------------
$repositoryUrl = 'svn+cr_ssh://myrepo/trunk';

svn_ls($repositoryUrl);
// Throws the error below...

svn_ls() [<a href='function.svn-ls'>function.svn-ls</a>]: svn error(s) occured
125002 (Bogus URL) Undefined tunnel scheme 'cr_ssh'



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-17 15:38 UTC] davidck at gmail dot com
svn+ssh doesn't work either.
 [2011-02-20 22:25 UTC] alan at akbkhome dot com
This needs more investigation, I've not got time to look into 
in details.

Someone probably need to investigate the C API and see if 
a) there is some protocol registration that either should be 
done, or can be added as a method.
b) if we need to use a different API call to enable these.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC