On Mon, Aug 10, 2009 at 10:28 AM, Peter Kasting <[email protected]> wrote:

> On Mon, Aug 10, 2009 at 10:27 AM, Darin Adler <[email protected]> wrote:
>
>> $ resolve-ChangeLogs WebCore/ChangeLog
>> svn: warning:
>> '../../../../Volumes/Home/darin/Safari/OpenSource/WebCore/ChangeLog' is not
>> a working copy
>> WARNING:
>> ../../../../Volumes/Home/darin/Safari/OpenSource/WebCore/ChangeLog is not in
>> a conflicted state.
>>
>> Anyone know who broke this?
>
>
> I don't know, and haven't touched that any time recently, but since I fixed
> your prepare-ChangeLog problem I'll take a look at this one right now.
>

Hmm, not sure why ddkilzer's new code isn't working well.  Try changing the
last line of canonicalRelativePath() from:

    return File::Spec->abs2rel($absolutePath);

to

    return File::Spec->abs2rel($absolutePath, Cwd::getcwd());

PK
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to