Re: [Codestriker-user] Codestriker 1.9.2-alpha-9 incorrectly calculates module and files path
Brought to you by:
sits
|
From: David S. <si...@us...> - 2006-07-12 00:05:01
|
> I can confirm that after I modify the line to be like this:
> if ($line =~ /^svn: (warning:)? URL '.*' refers to a directory/) {
>
> The problem is gone.
I have made this a bit more general for now - but have committed in your
fix.
if ($line =~ /^svn:.*URL '.*' refers to a directory/) {
Perhaps after 1.9.2 is released, we can do this properly using error
return codes instead, but the above fix will be in for 1.9.2.
I'd be keen to see if there is a unique error code for this situation.
Cheers,
David
|