[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn:ignore query

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 7 Dec 2008 16:06:28 -0500

On Sun, Dec 7, 2008 at 15:31, Naren Gokal <naren.gokal_at_bcx.co.za> wrote:
> Hi,
>
> I have installed Tortoise SVN for Windows. The green icons show that "all is
> okay" against the repository and red icons show that there's discrepancies
> against the reppository.
>
> In my case, the discrepancies are the *.class files, .svn files, *.jar
> files.
>
> I have set the properties(right clicking, selecting subversion tab, then go
> onto properties, etc) on the higehest directory level so that all the
> svn:ignore will filter down to all directories/files.
> For svn:ignore i added :
> *.class
> *jar
> .svn
> bin
>
> I would expect this to ignore all of the above file types and directories.
>
> I still however see red icons on these directories, even though i have
> specified to ignore these.

You've already placed these files into your repository. Once a file is
versioned, it cannot be ignored. You will need to svn delete them if
you want them to be ignored.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=980897

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-08 10:41:09 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.