[Webkit-unassigned] [Bug 38885] Add infrastructure to parse SVN property changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 15:19:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38885





--- Comment #11 from Daniel Bates <dbates at webkit.org>  2010-05-11 15:19:03 PST ---
(In reply to comment #9)
> (In reply to comment #5)
> > Sure, I'll add more test cases.
> > 
> > Yes, each property gets its own Added/Deleted/Name line followed by a line of the form: +/- V, where V is the the value of the property. Take V := '*' for the svn:executable property.
> 
> Thanks for this extra information and for the added test cases.  Do you know when "Name" is used versus Added/Deleted?

For some versions of SVN < 1.6.5, such as 1.4.4 (I did not determine the exact SVN version that changed the format from "Name" to "Added", "Deleted", "Modified".

> 
> It looks like "Modified" is also a possibility, and for there to be both a + and - line after the first line.  For example, I tried modifying the svn:ignore property for a directory and got this:
> 
> Property changes on: WebKitTools/Scripts/webkitpy
> ___________________________________________________________________
> Modified: svn:ignore
>    - commands
> init
> irc
> patch
> steps
> *.pyc
> autoinstall.cache.d
> 
>    + commands
> init
> patch
> steps
> *.pyc
> autoinstall.cache.d
> test-add

Will add "Modified".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list