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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 09:48:38 PDT 2010


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





--- Comment #9 from Chris Jerdonek <cjerdonek at webkit.org>  2010-05-11 09:48:38 PST ---
(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?

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

-- 
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