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

Re: Red exclamation points

From: Chris <shef31_at_yahoo.com>
Date: 2006-07-13 02:38:37 CEST

Bruce Webber wrote:
> --Simon Large <simon@skirridsystems.co.uk>
> wrote:
>
>> Chris wrote:
>>> We've installed subversion & tortoise and it seems to be working ok. The
>>> documentation is voluminous, though, and it's a bit hard to find things.
>>
>> That's the first time I've heard anyone complain that there is too much
>> documentation ;-)
>>
>>> What, exactly, is the red exclamation point telling me?
>>
>> Manual->Daily Use Guide->Getting Status Information
>>
>>> How do I get rid of it?
>>
>> Daily Use Guide->TortoiseSVN's Settings->Icon Overlay Settings.
>> Uncheck all drive types if you do not want any overlays showing at all.
>>
>> But if you don't want the GUI why install a GUI client?
>>
>> Simon
>
> Perhaps Chris' question is more fundamental.
>
> Chris: the exclamation point indicates that the file in the working copy
> has been modified since the working copy was checked out or since the
> last commit. To "get rid of" the exclamation point you will need to
> commit the file. (If this indeed answers your question, I highly
> recommend taking the time to read through the TortioseSVN documentation,
> which is excellent.)
>

Thanks. That was indeed my question.

The exclamation points are actually on folders, not files. It appears
that they show up when my Java compiler generates .class files and dumps
them into a directory. I do not want to have class files in the version
control system, and I have specifically excluded them using

global-ignores = *.class

in the config file. Yet the exclamation point remain, even after I do a
Commit on the entire source tree.

Also, I get exclamation points on folders that do not contain any files
or subdirectories that are themselves marked with exclamation points. I
do not see the cause of warning. An F5 refresh does not clear it up.

Is there any way to see exactly why Tortoise thinks a folder needs
attention?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Jul 13 02:39:10 2006

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.