You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Antoine Levy-Lambert <an...@gmx.de> on 2006/06/23 01:36:45 UTC

.cvsignore ===> .svnignore

I have renamed all the .cvsignore into .svnignore and committed my
change. Did not get prompted for a commit message.
The question is also :

in lib/optional, the file .svn/dir-prop-base did not change.

$ cat dir-prop-base
K 10
svn:ignore
V 19
jdepend*.jar
s*.jar
END

So most of my optional jars are listed when I do a svn status, except
jdepend.

Does one have to run an administrative command to update the directory
properties, or do they have to be updated by hand separately ?

Regards,
Antoine

Jan.Materne@rzf.fin-nrw.de wrote:
>> Should we rename the .cvsignore files to .svnignore ?
>>
>> Or are we supposed to enter a line in 
>> .$HOME/.subversion/config to say we want to use .cvsignore instead ?
>>     
>
>
> I would go the "clean svn way". If using a .cvsignore and a redirect is
> often used (and not only for historical reasons) we can do that.
> But I think having a clean-svn-way (.svnignore or whatever) is much more
> clearer. We dont have cvs any more.
>
>
> Jan
>
>   


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


Re: Re: .cvsignore ===> .svnignore

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Brett,

Thanks for your help. 

I have applied property changes to the lib/optional directory.

I realize now that I can simply delete the .svnignore files so that other people do not get confused into thinking that these files are useful.

Regards,

Antoine



-------- Original-Nachricht --------
Datum: Fri, 23 Jun 2006 09:41:06 +1000
Von: Brett Porter <br...@gmail.com>
An: Ant Developers List <de...@ant.apache.org>
Betreff: Re: .cvsignore ===> .svnignore

> .svnignore doesn't do anything. The svn:ignore properties would have
> been populated from .cvsignore when the repository was first
> converted, but after that those files can be removed.
> 
> To edit the property, use:
> 
> svn propedit svn:ignore .
> 
> Then commit that change.
> 
> Cheers,
> Brett
> 
> On 23/06/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> > I have renamed all the .cvsignore into .svnignore and committed my
> > change. Did not get prompted for a commit message.
> > The question is also :
> >
> > in lib/optional, the file .svn/dir-prop-base did not change.
> >
> > $ cat dir-prop-base
> > K 10
> > svn:ignore
> > V 19
> > jdepend*.jar
> > s*.jar
> > END
> >
> > So most of my optional jars are listed when I do a svn status, except
> > jdepend.
> >
> > Does one have to run an administrative command to update the directory
> > properties, or do they have to be updated by hand separately ?
> >
> > Regards,
> > Antoine
> >
> > Jan.Materne@rzf.fin-nrw.de wrote:
> > >> Should we rename the .cvsignore files to .svnignore ?
> > >>
> > >> Or are we supposed to enter a line in
> > >> .$HOME/.subversion/config to say we want to use .cvsignore instead ?
> > >>
> > >
> > >
> > > I would go the "clean svn way". If using a .cvsignore and a redirect
> is
> > > often used (and not only for historical reasons) we can do that.
> > > But I think having a clean-svn-way (.svnignore or whatever) is much
> more
> > > clearer. We dont have cvs any more.
> > >
> > >
> > > Jan
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> 
> 
> -- 
> Apache Maven - http://maven.apache.org
> "Better Builds with Maven" book - http://library.mergere.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

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


Re: .cvsignore ===> .svnignore

Posted by Brett Porter <br...@gmail.com>.
.svnignore doesn't do anything. The svn:ignore properties would have
been populated from .cvsignore when the repository was first
converted, but after that those files can be removed.

To edit the property, use:

svn propedit svn:ignore .

Then commit that change.

Cheers,
Brett

On 23/06/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> I have renamed all the .cvsignore into .svnignore and committed my
> change. Did not get prompted for a commit message.
> The question is also :
>
> in lib/optional, the file .svn/dir-prop-base did not change.
>
> $ cat dir-prop-base
> K 10
> svn:ignore
> V 19
> jdepend*.jar
> s*.jar
> END
>
> So most of my optional jars are listed when I do a svn status, except
> jdepend.
>
> Does one have to run an administrative command to update the directory
> properties, or do they have to be updated by hand separately ?
>
> Regards,
> Antoine
>
> Jan.Materne@rzf.fin-nrw.de wrote:
> >> Should we rename the .cvsignore files to .svnignore ?
> >>
> >> Or are we supposed to enter a line in
> >> .$HOME/.subversion/config to say we want to use .cvsignore instead ?
> >>
> >
> >
> > I would go the "clean svn way". If using a .cvsignore and a redirect is
> > often used (and not only for historical reasons) we can do that.
> > But I think having a clean-svn-way (.svnignore or whatever) is much more
> > clearer. We dont have cvs any more.
> >
> >
> > Jan
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>


-- 
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

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