[
https://issues.apache.org/jira/browse/HIVE-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655284#action_12655284
]
Johan Oskarsson commented on HIVE-101:
--------------------------------------
Hadoop have set it up so .classpath and .project is ignored so that they don't
pop up when committing or creating a patch (they would often differ locally
from the repository). Instead they have an ant target to generate the required
eclipse projects for you from a template dir. See the ant target
"eclipse-files" for more info.
I think .settings is also Eclipse related.
> Add various files and directories to svn:ignore
> -----------------------------------------------
>
> Key: HIVE-101
> URL: https://issues.apache.org/jira/browse/HIVE-101
> Project: Hadoop Hive
> Issue Type: Task
> Components: Build Infrastructure
> Reporter: Johan Oskarsson
> Priority: Trivial
>
> When creating patches or committing code it's nice to know that certain
> directories and files will never be included.
> I suggest we add the following to the svn:ignore variable (for more
> information see: http://svnbook.red-bean.com/en/1.1/ch07s02.html):
> build
> .classpath
> .project
> .settings
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.