[webkit-dev] resolve-ChangeLogs now seems to be broken the same was prepare-ChangeLog was before

Peter Kasting pkasting at google.com
Mon Aug 10 10:53:51 PDT 2009


On Mon, Aug 10, 2009 at 10:28 AM, Peter Kasting <pkasting at google.com> wrote:

> On Mon, Aug 10, 2009 at 10:27 AM, Darin Adler <darin at apple.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090810/114a90ea/attachment.html>


More information about the webkit-dev mailing list