G'day,

I've recently installed codestriker on a test machine, and it mostly seems to 
be working for me for patch uploads.

However I'm having trouble with pulling from svn.

For the purpose of this test, I'm trying to pull the changes between rev 268 
and rev 272.  It dies with this:

Software error:
Command failed: Failed to execute "/usr/bin/svn" "cat" "--non-interactive" 
"--no-auth-cache" "--revision" "HEAD" 
"http://svn.openchange.org/openchange/trunk/libmapi"; > 
"/tmp/OhFqmleekd/stdout.txt" 2> "/tmp/OhFqmleekd/stderr.txt": 
 
at 
/var/www/codestriker/codestriker-1.9.4/bin/../lib/Codestriker/Repository/Subversion.pm
 
line 162

/usr/bin/svn cat --non-interactive --no-auth-cache --revision HEAD 
http://svn.openchange.org/openchange/trunk/libmapi
Check your webserver error log for more information.
 
at 
/var/www/codestriker/codestriker-1.9.4/bin/../lib/Codestriker/Repository/Subversion.pm
 
line 162

 For help, please send mail to the webmaster ([EMAIL PROTECTED]), giving this 
error message and the time and date of the error.


There are possibly two problems - it looks like it is trying to pull from 
trunk, instead of -r268:272, and it is asking for something that probably 
isn't going to work. If I run the resulting command (with --revision HEAD or 
-r268:272), it fails with:
$ /usr/bin/svn cat --non-interactive --no-auth-cache --revision HEAD 
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 
(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' refers 
to a directory

It still isn't pulling a diff though.

I guess I'm a bit confused.

Any suggestions?

Attachment: pgpAebAXaP2Ex.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to