FWIW, I usually keep my IDE project files one directory below the
working copy from source control.

/iBATIS-Java
 /<project>.ipr
 /<project>.iws
 /<project>.ml
 /<WorkingCopy>/

That way I can use the root directory for other IDE artifacts (like
compiled classes) and I don't need to add them to the ignore
list...not that it's a problem to do so.

Clinton

On 2/13/07, Brandon Goodin <[EMAIL PROTECTED]> wrote:
That cake is sounding really good.


On 2/13/07, Clinton Begin <[EMAIL PROTECTED]> wrote:
> OOOHHHHH sorry.  My bad.  :-)
>
> On 2/13/07, Brandon Goodin <[EMAIL PROTECTED]> wrote:
> > It's an ignore not a checkin.
> >
> >
> > On 2/13/07, Clinton Begin < [EMAIL PROTECTED]> wrote:
> > > Ewww....so why do we have to check in our IDE project files?  Is that
> > > a Maven requirement?  Any alternative?  Is there a Maven ant:ant?
> > >
> > > Clinton
> > >
> > > On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > > Author: bgoodin
> > > > Date: Tue Feb 13 11:55:34 2007
> > > > New Revision: 507187
> > > >
> > > > URL:
http://svn.apache.org/viewvc?view=rev&rev=507187
> > > > Log:
> > > > Added ingores for IDEA project files and mavent target directory
> > > >
> > > > Modified:
> > > >     ibatis/trunk/java/mapper/mapper2/   (props
changed)
> > > >     ibatis/trunk/java/mapper/mapper2/tools/
(props
> > changed)
> > > >
> > > > Propchange: ibatis/trunk/java/mapper/mapper2/
> > > >
> >
------------------------------------------------------------------------------
> > > > --- svn:ignore (original)
> > > > +++ svn:ignore Tue Feb 13 11:55:34 2007
> > > > @@ -6,3 +6,8 @@
> > > >  bin
> > > >  classes
> > > >  ibderby
> > > > +target
> > > > +*.iml
> > > > +*.ipr
> > > > +*.iws
> > > > +derby.log
> > > >
> > > > Propchange: ibatis/trunk/java/mapper/mapper2/tools/
> > > >
> >
------------------------------------------------------------------------------
> > > > --- svn:ignore (added)
> > > > +++ svn:ignore Tue Feb 13 11:55:34 2007
> > > > @@ -0,0 +1 @@
> > > > +*.iml
> > > >
> > > >
> > > >
> > >
> >
> >
>


Reply via email to