[Webkit-unassigned] [Bug 16732] Update svn:ignore properties for autotools build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 10:01:31 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16732


dobey at wayofthemonkey.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18272|                            |review?
               Flag|                            |




------- Comment #1 from dobey at wayofthemonkey.com  2008-01-04 10:01 PDT -------
Created an attachment (id=18272)
 --> (http://bugs.webkit.org/attachment.cgi?id=18272&action=view)
Patch for using to update svn:ignore properties

Since svn:ignore changes are not applyable to the repository with the patch
command, I had to pull the properties out into files which the properties then
get set by reading. After applying this patch, you will need to run the
following command, to actually change the svn:ignore properties, and
subsequently delete the .svnignore files which are only useful for this
process:

for i in `find . -name .svnignore`; do svn propset svn:ignore `dirname $i` -F
$i; rm -f $i; done

This command will set the svn:ignore properties based on the contents of the
.svnignore files, and then delete those files.


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



More information about the webkit-unassigned mailing list