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

RE: Feature Request: Allow icon overlay to show remote status

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 9 May 2011 12:57:41 -0400

> tortoisesvn is great tool, and imho, it could be better if it would
> allow to update icon overlay with remote status.
> To clearify my intention, lets assume following scenario:
> 2 Users (different PC) checkouts same project from repo.
> at this point both users show green icons.
> At some point, user A perform some change to one of files & makes
> commit to repo.
> A common-sense (in team version control) would be that user A now
> show green and user B shows icon red.
>
> In fact both now show green.
> Now, i understand this is "feature" and not a bug, and that one
> would suggest user will need to update anyway.
> But if would be possible to allow some feature so that when user
> perform "check for modifcation" (or allows some other command for
> it), it would update the modified files overlay icons.
> As this would allow visual indication that can help team A know
> exatcly what team B modified.

I doubt you are going to have much luck requesting a modification that describes a basic and underlying usage concept of subversion. Also, showing statuses against the repository is quite resource intensive. The repo would have to be polled all the time.

There is a way to get the info that you are look from though using the CFM dialog. From the Tsvn doce:

It's often very useful to know which files you have changed and also which files got changed and committed by others. That's where the command TortoiseSVN → Check For Modifications... comes in handy. This dialog will show you every file that has changed in any way in your working copy, as well as any unversioned files you may have.

If you click on the Check Repository then you can also look for changes in the repository. That way you can check before an update if there's a possible conflict. You can also update selected files from the repository without updating the whole folder. By default, the Check Repository button only fetches the remote status with the checkout depth of the working copy. If you want to see all files and folders in the repository, even those you have not checked out, then you have to hold down the Shift key when you click on the Check Repository button.

---
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2733411
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-09 18:57:46 CEST

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.