UNCONFIRMED 18718
svn:ignore properties missing in SVN repository
https://bugs.webkit.org/show_bug.cgi?id=18718
Summary svn:ignore properties missing in SVN repository
Sylvain Petreolle
Reported 2008-04-24 12:59:05 PDT
Many svn:ignore properties are currently missing in SVN repository, such as .deps/ ones or webkit-1.0.pc for the gtk build. The following patch adds them.
Attachments
Adds missing svn:ignore properties (8.04 KB, patch)
2008-04-24 13:42 PDT, Sylvain Petreolle
no flags
Mark Rowe (bdash)
Comment 1 2008-04-24 13:26:21 PDT
Which patch? It seems like all of the files that you mention should live inside the WebKitBuild directory and not be sprinkled around the source tree. My understanding is that this already works correctly when building via build-webkit, so I'm not convinced svn:ignore properties are needed.
Sylvain Petreolle
Comment 2 2008-04-24 13:42:36 PDT
Created attachment 20798 [details] Adds missing svn:ignore properties
Mark Rowe (bdash)
Comment 3 2008-04-24 15:56:58 PDT
As I mentioned in comment #1, I don't think sprinkling svn:ignore properties around the tree is necessary in this situation.
Sylvain Petreolle
Comment 4 2008-04-26 06:04:30 PDT
They are necessary for the people using the autogen.sh method.
Note You need to log in before you can comment on or make changes to this bug.