You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mv...@apache.org on 2006/02/01 00:49:36 UTC

svn commit: r373946 - /jakarta/commons/sandbox/csv/trunk/

Author: mvdb
Date: Tue Jan 31 15:49:34 2006
New Revision: 373946

URL: http://svn.apache.org/viewcvs?rev=373946&view=rev
Log:
ignore eclipse files and target directory.

Modified:
    jakarta/commons/sandbox/csv/trunk/   (props changed)

Propchange: jakarta/commons/sandbox/csv/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jan 31 15:49:34 2006
@@ -0,0 +1,3 @@
+.classpath
+.project
+target



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r373946 - /jakarta/commons/sandbox/csv/trunk/

Posted by Martin van den Bemt <ml...@mvdb.net>.
You are correct about the sometimes :)
To keep it short : they are a PITA.
To make it a little bit longer : I always run into .classpath conflicts and I don't like that other 
people dictate how my eclipse should behave and which version I should run and I don't expect others 
to have to put up with the .classpath and .project files I am using.
In my opinion it's good practice to add them to cvsignore or svn:ignore, with a possible exception 
when you are in control of everyone elses environment, which is clearly not the case here.

And you can just type maven eclipse to get a nice .classpath and .project..

Mvgr,
Martin

Dion Gillard wrote:
> Any reason you want to ignore the eclipse files?
> 
> Sometimes it makes checking the project out from Eclipse a whole load easier.
> 
> On 2/1/06, mvdb@apache.org <mv...@apache.org> wrote:
> 
>>Author: mvdb
>>Date: Tue Jan 31 15:49:34 2006
>>New Revision: 373946
>>
>>URL: http://svn.apache.org/viewcvs?rev=373946&view=rev
>>Log:
>>ignore eclipse files and target directory.
>>
>>Modified:
>>    jakarta/commons/sandbox/csv/trunk/   (props changed)
>>
>>Propchange: jakarta/commons/sandbox/csv/trunk/
>>------------------------------------------------------------------------------
>>--- svn:ignore (added)
>>+++ svn:ignore Tue Jan 31 15:49:34 2006
>>@@ -0,0 +1,3 @@
>>+.classpath
>>+.project
>>+target
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>>
> 
> 
> 
> --
> http://www.multitask.com.au/people/dion/
> "In order to succeed, your desire for success should be greater than
> your fear of failure." - Bill Cosby
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r373946 - /jakarta/commons/sandbox/csv/trunk/

Posted by Dion Gillard <di...@gmail.com>.
Any reason you want to ignore the eclipse files?

Sometimes it makes checking the project out from Eclipse a whole load easier.

On 2/1/06, mvdb@apache.org <mv...@apache.org> wrote:
> Author: mvdb
> Date: Tue Jan 31 15:49:34 2006
> New Revision: 373946
>
> URL: http://svn.apache.org/viewcvs?rev=373946&view=rev
> Log:
> ignore eclipse files and target directory.
>
> Modified:
>     jakarta/commons/sandbox/csv/trunk/   (props changed)
>
> Propchange: jakarta/commons/sandbox/csv/trunk/
> ------------------------------------------------------------------------------
> --- svn:ignore (added)
> +++ svn:ignore Tue Jan 31 15:49:34 2006
> @@ -0,0 +1,3 @@
> +.classpath
> +.project
> +target
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
"In order to succeed, your desire for success should be greater than
your fear of failure." - Bill Cosby

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org