On Thu, 22 Jan 2004, Stas Bekman wrote:

> Steve Hay wrote:
> > The attached patch fixes these errors on Win32:
>
> Thanks Steve. I've committed all 3 patches for:
>
> t/response/TestVhost/config.pm
> t/response/TestCompat/apache.pm
> t/response/TestAPI/server_util.pm
>
> As I mentioned before I can't apply your patches as is,
> because the path is in windows-style.
>
> --- t\response\TestAPI\server_util.pm.orig ...
> +++ t\response\TestAPI\server_util.pm    ...
>
> I think if you work with cvs, instead of copying the
> original file and running diff against it:
>
>    cvs diff t\response\TestAPI\server_util.pm
>
> it'll give you the unix path in the diff.
>
> I can't find an option to accept windows style path in the
> patch(1) manpage :(

That's a good suggestion to use cvs on Windows to generate
the diffs, but unfortunately, at least for me,
    cvs diff -u t\response\TestAPI\server_util.pm
will give Windows-style paths in the diff file. However,
    cvs diff -u t/response/TestAPI/server_util.pm
will work.

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to