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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC