php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59875 [PATCH NEEDED] Can not retrieve lock info
Submitted: 2011-07-28 02:34 UTC Modified: 2011-07-28 03:06 UTC
From: solsson at gmail dot com Assigned:
Status: Verified Package: svn (PECL)
PHP Version: 5.3.5 OS: Ubuntu Linux
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: solsson at gmail dot com
New email:
PHP Version: OS:

 

 [2011-07-28 02:34 UTC] solsson at gmail dot com
Description:
------------
Is it possible to retrieve lock info from a URL through the php-svn API? Using svn_ls I get the full details, like the command "svn ls --verbose" but not locks as in "svn ls --xml". There is no svn info function as far as I can see.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-28 03:06 UTC] alan at akbkhome dot com
To make this work we would have to use  svn_client_list  
svn_client_list2 or  

http://svn.collab.net/svn-doxygen/group__List.html#ga5

It should be quite simple to modify the code to do this, look 
for svn_ls in the PHP extension, and change the code to use 
the new API / function callback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 19:01:32 2024 UTC