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