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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 02:01:28 2024 UTC