From:             ilya at lebedev dot net
Operating system: Gentoo Linux
PHP version:      5.2.0
PHP Bug Type:     Unknown/Other Function
Bug description:  svn client does not retrieve https-located sources

Description:
------------
Originally this bug has been submitted to
http://websvn.tigris.org/issues/show_bug.cgi?id=107

But later tests had to show, that it is not the WebSVN related problem,
but PHP related one.

I have wrote the simple shell script and called it from both command line
and using shell_exec, exec, passthru and `` functions.

All commandline calls were successful, both http/https/file URIs worked
nice.

Any calls from PHP - failed at the certain point.

Reproduce code:
---------------
svn-sh.sh
===
#!/bin/bash
svn export -r $1 $2 $3
===

fetch.php
===
shell_exec (dirname(__FILE__)."/svn-sh.sh 85
'http://svn.debugger.ru/repos/jslibs/Virtual%20Keyboard/tags/VirtualKeyboard.v2.3.0/'
'/tmp/wsvnnQ1cUd/VirtualKeyboard.v2.3.0' > /dev/null 2>&1 ");
===

Expected result:
----------------
Retrieve the complete repository tree, including external resources.

Actual result:
--------------
https repository location: 
no output

https-located resources, linked using the svn:external keyword:
no resources included

-- 
Edit bug report at http://bugs.php.net/?id=39544&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39544&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39544&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39544&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39544&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39544&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39544&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39544&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39544&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39544&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39544&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39544&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39544&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39544&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39544&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39544&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39544&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39544&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39544&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39544&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39544&r=mysqlcfg

Reply via email to