[Webkit-unassigned] [Bug 38388] Merge svn-apply and svn-unapply

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 09:21:04 PDT 2010


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


Chris Jerdonek <cjerdonek at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjerdonek at webkit.org,
                   |                            |dbates at webkit.org




--- Comment #1 from Chris Jerdonek <cjerdonek at webkit.org>  2010-04-30 09:21:04 PST ---
Another approach that can be taken in conjunction with this approach is to
move/refactor methods defined in both files to a third location.  The third
location can be VCSUtils.pm or a new library file in webkitperl/ named
something like svnApplyUtils.pm.  I started doing this myself here, for
instance:

http://trac.webkit.org/changeset/52692 

Question: are you suggesting that, in the end, svn-unapply should be invoked by
calling svn-apply (e.g. by passing a -R/--reverse flag)?  That sounds good.  If
so, svn-unapply could be a wrapper for svn-apply until the callers are
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