Displaying 1 result from an estimated 1 matches for "execute_with_error_log".
2008 May 06
4
Git support - kinda works, have design questions
...t from Git repository, run a builder
on it, and even run the dashboard. Build pages look ugly because
build.label in git is very long, a bunch of unit tests is failing, and
I had to disable some functionality, namely displaying source control
errors in the dashboard.
SourceControl::AbstractAdapter#execute_with_error_log (formerly known
as Subversion::execute_with_error_log) had a bold assumption that any
command writing anything in stderr has failed. This is not true for
Git. Actually (and this really sucks), I even found a case where Git
command returns a non-zero exit code upon successful completion.
Namely, &qu...