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

Re: [TSVN] Re: Funny file name colors in the checkout progress

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-01-17 18:14:36 CET

Simon Large wrote:
> SteveKing wrote:
>
>>Norbert Unterberg wrote:
>>
>>>When I check out a large project, then the checkout progress dialog
>>>displays all the file and path names, scrolling quite fast. I noticed
>>>that these entries are drawn in different colors: black and grey.
>>>What do these colors mean?
>>
>>Black means 'nothing special'
>>Blue means that something changed inside your working copy
>>Red means a conflict occurred.
>
>
> That's not right is it? Mostly when a file gets updated in the WC, the
> line is still black. I thought blue meant something had been copied from
> somewhere else in the repository. Can you clarify this and I will add it
> to the docs.

Blue in the log dialog means a revision where something got copied/moved.

But in the progress dialog it's different (you can't really see a 'copy'
there anyway).

Blue : svn_wc_notify_add
             svn_wc_notify_update_add
             svn_wc_notify_commit_added
             svn_wc_notify_commit_modified
dark Red : svn_wc_notify_delete
             svn_wc_notify_update_delete
             svn_wc_notify_commit_deleted
             svn_wc_notify_commit_replaced
bright Red: svn_wc_notify_update_update && svn_wc_notify_state_conflicted

Green : svn_wc_notify_update_update && svn_wc_notify_state_merged

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jan 17 18:15:21 2005

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

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