vote up 1 vote down star

In the visual studio Source Control Explorer window, I can see my own "add" operations, but do not see the "add" operations for other users. I can see all other operations (rename, edit, etc), but cannot see any add's.

Anyone know how to turn this on, or how to view add's otherwise?

flag

When you add you haven't committed. You want other users to see something that is not committed? – RichardOD Aug 24 at 14:30
Yes, to make sure that users who are checking in sequentially named files (SQL data updates, etc) arent stepping on each other's file names. – StingyJack Aug 24 at 15:10
When you edit, you haven't committed either. – StingyJack Aug 24 at 15:11
@StingyJack- I've never been in a situation where that has been an issue, but for you it is so I'm glad you've found an acceptable answer. – RichardOD Aug 24 at 17:25

1 Answer

vote up 1 vote down check

I don't think there's a way to view other people's pending adds. The items shown in SCE represent the latest state on the server, modulo any changes that are pending in the currently selected workspace. In other words, if you switch to another workspace in the dropdown at the top, you won't even see your own pending adds.

Closest substitute I can think of is the "Team Members" feature introduced in the Fall '08 power tools. In short, you can quickly view anyone's pending changes (along with shelvesets & checkin history) by right clicking on their name in Team Explorer.

link|flag
Thanks, the team members works well enough for what we need it for. – StingyJack Aug 24 at 15:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.