Hello,
I'm desperate, I have a script in PHP that uses an 'exec-function' to do
an export of the HEAD of a repository.
This script worked fine when it was used on the Subversion and PHP
versions distributed with the 9.1 release
of SuSE Linux. But after upgrading to the versions distributed with
10.1, I always get a returncode of 1.
I've copied the command, as it is generated and used from the script, to
a command-line and then it works
fine, the export is being performed.
I've tried a number of different commands instead of the 'svn export'
(like svnlook and svnadmin) by updating
my script, and they all work fine.
But for example an 'svn help' doesn't work. Always when I use the
svn-command I get an rc of 1.
The command I use is:
svn export --force --non-interactive --username user --password pw
file:///wrk/repos/images /srv/www/images
If anybody could point me to a solution I would be very thankful.
Gerard Verhoeven
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 22 15:35:42 2006