php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39544 svn client does not retrieve https-located sources
Submitted: 2006-11-17 10:25 UTC Modified: 2006-11-17 11:36 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: ilya at lebedev dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.0 OS: Gentoo Linux
Private report: No CVE-ID: None
 [2006-11-17 10:25 UTC] ilya at lebedev dot net
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-17 10:27 UTC] ilya at lebedev dot net
Configuration:
./configure --prefix=/usr/lib/php5 --host=i686-pc-linux-gnu --mandir=/usr/lib/php5/man --infodir=/usr/lib/php5/info --sysconfdir=/etc --cache-file=./config.cache --enable-maintainer-zts --disable-cli --with-apxs2=/usr/sbin/apxs2 --with-config-file-path=/etc/php/apache2-php5 --with-config-file-scan-dir=/etc/php/apache2-php5/ext-active --without-pear --enable-bcmath=shared --with-bz2=shared --disable-calendar --with-curl=shared --with-curlwrappers --disable-dbase --enable-exif=shared --without-fbsql --without-fdftk --disable-filepro --enable-ftp=shared --with-gettext=shared --without-gmp --disable-hash --without-hwapi --without-informix --without-kerberos --enable-mbstring=shared --with-mcrypt=shared --enable-memory-limit --with-mhash=shared --without-ming --without-msql --without-mssql --with-ncurses=shared --with-openssl --with-openssl-dir=/usr --enable-pcntl=shared --without-pgsql --with-pspell=shared --without-recode --disable-shmop --without-snmp --enable-soap=shared --enable-sockets=shared --without-sybase --without-sybase-ct --disable-sysvmsg --disable-sysvsem --disable-sysvshm --without-tidy --disable-wddx --with-xmlrpc=shared --with-xsl=shared --with-zlib=shared --disable-debug --enable-dba=shared --without-cdb --with-db4 --without-flatfile --without-gdbm --without-inifile --without-qdbm --without-freetype-dir --without-t1lib --disable-gd-jis-conv --disable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr --without-xpm-dir --with-gd --with-mysql=shared,/usr/lib/mysql --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-mysqli=shared,/usr/bin/mysql_config --without-pdo-dblib --with-pdo-mysql=shared,/usr --without-pdo-odbc --without-pdo-pgsql --without-pdo-sqlite --with-readline --without-libedit --without-mm --without-sqlite --with-zend-vm=SWITCH
 [2006-11-17 11:36 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 23:00:03 2025 UTC