Bug 18718 - svn:ignore properties missing in SVN repository
Summary: svn:ignore properties missing in SVN repository
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-24 12:59 PDT by Sylvain Petreolle
Modified: 2010-06-10 15:36 PDT (History)
1 user (show)

See Also:


Attachments
Adds missing svn:ignore properties (8.04 KB, patch)
2008-04-24 13:42 PDT, Sylvain Petreolle
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Petreolle 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.
Comment 1 Mark Rowe (bdash) 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.
Comment 2 Sylvain Petreolle 2008-04-24 13:42:36 PDT
Created attachment 20798 [details]
Adds missing svn:ignore properties
Comment 3 Mark Rowe (bdash) 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.
Comment 4 Sylvain Petreolle 2008-04-26 06:04:30 PDT
They are necessary for the people using the autogen.sh method.