G'day,
I've recently installed codestriker on a test machine, and it mostly seems =
to=20
be working for me for patch uploads.
However I'm having trouble with pulling from svn.
=46or the purpose of this test, I'm trying to pull the changes between rev =
268=20
and rev 272. It dies with this:
Software error:
Command failed: Failed to execute "/usr/bin/svn" "cat" "--non-interactive"=
=20
"--no-auth-cache" "--revision" "HEAD"=20
"http://svn.openchange.org/openchange/trunk/libmapi" >=20
"/tmp/OhFqmleekd/stdout.txt" 2> "/tmp/OhFqmleekd/stderr.txt":=20
=20
at /var/www/codestriker/codestriker-1.9.4/bin/../lib/Codestriker/Repository=
/Subversion.pm=20
line 162
/usr/bin/svn cat --non-interactive --no-auth-cache --revision HEAD=20
http://svn.openchange.org/openchange/trunk/libmapi
Check your webserver error log for more information.
=20
at /var/www/codestriker/codestriker-1.9.4/bin/../lib/Codestriker/Repository=
/Subversion.pm=20
line 162
For help, please send mail to the webmaster (root@...), giving this=
=20
error message and the time and date of the error.
There are possibly two problems - it looks like it is trying to pull from=20
trunk, instead of -r268:272, and it is asking for something that probably=20
isn't going to work. If I run the resulting command (with --revision HEAD o=
r=20
=2Dr268:272), it fails with:
$ /usr/bin/svn cat --non-interactive --no-auth-cache --revision HEAD=20
http://svn.openchange.org/openchange/trunk/libmapi
svn: PROPFIND request failed on '/openchange/trunk/libmapi'
svn: PROPFIND of '/openchange/trunk/libmapi': 405 Method Not Allowed=20
(http://svn.openchange.org)
I've tried changing the repo to https, and that helps a bit:
svn: warning: URL 'https://svn.openchange.org/openchange/trunk/libmapi' ref=
ers=20
to a directory
It still isn't pulling a diff though.
I guess I'm a bit confused.
Any suggestions?
|