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

2006-06-23 Thread Antoine Levy-Lambert
Datum: Fri, 23 Jun 2006 09:41:06 +1000 Von: Brett Porter <[EMAIL PROTECTED]> An: Ant Developers List Betreff: Re: .cvsignore ===> .svnignore > .svnignore doesn't do anything. The svn:ignore properties would have > been populated from .cvsignore when the repository w

Re: .cvsignore ===> .svnignore

2006-06-22 Thread Brett Porter
.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, Anto