[ https://issues.apache.org/jira/browse/HADOOP-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645943#action_12645943 ]
Konstantin Shvachko commented on HADOOP-4571: --------------------------------------------- > could you add the above 3 files into svn:ignore list? The idea is that ant build should not generate any svn:ignore files in svn:controlled directories. Those 3 files should be generated in hadoop/build/. Then there probably will be no need to have a clean target for chukwa. In my personal experience this 3 files are very annoying. Eclipse svn plugin, which I use, does not work very well with svn:ignore it stops ignoring them whenever files are modified, which happens with any clean build. So I have to manually exclude them whenever I create a patch. > chukwa conf files are not cleaned up > ------------------------------------ > > Key: HADOOP-4571 > URL: https://issues.apache.org/jira/browse/HADOOP-4571 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/chukwa > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Eric Yang > Priority: Minor > Attachments: HADOOP-4571.patch > > > # ant > # svn status > {noformat} > ? src/contrib/chukwa/conf/initial_adaptors > ? src/contrib/chukwa/conf/alert.conf > ? src/contrib/chukwa/conf/chukwa-slaves > {noformat} > # ant clean > # svn status > {noformat} > ? src/contrib/chukwa/conf/initial_adaptors > ? src/contrib/chukwa/conf/alert.conf > ? src/contrib/chukwa/conf/chukwa-slaves > {noformat} > Should these files/directories be removed by "ant clean"? Or add these items > to the svn:ignore list? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.