Friday, October 1, 2010

Checking the files pending to be checked into VSS by a user

Found a way today to identify the checked out files by me from the VSS:

Inside your VSS folder go to win32 folder. Paste this path to cmd and run the command:

ss status $/{project folder} -r

This will give you the list of files currently checked out by you.

Note: Before this make sure to set your database folder by using :
set ssdir={srcsafe.ini location}

No comments:

Post a Comment