I have admin rights, please advise how to undo the checkout. Thanks.
Main Topics
Browse All TopicsI'm using VSS 8 with several other users. If a follow user checks out a file and forgets to check it back in, how can I undo his checkout to update the file if need be? Thanks for any help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You should be able to simply navigate to the checked out file, right click and select Undo Checkout. Here's an article with more detailed steps:
http://blogs.neogeo.com/bl
Login as admin from the VSS client. Go to the respective file, rightclick and select "Undo checkout" option. Before attempting this it will ask for setting the working directory, just follow that and the tool also asks the action to be taken on the file "Replace / Leave/...". Select the appropriate.
Thanks
Business Accounts
Answer for Membership
by: jamcosPosted on 2007-06-15 at 12:21:10ID: 19294623
Undoing a checkout that is not under your userid is an administrator only function. So, you either need the other user's login or an admin login (which would let you use the VSS admin application).
Another approach (that doesn't help after the situation has been created) is to create a vss database with optimistic locking (don't lock on checkout) instead of pessimistic (lock on checkout). Here's the high level text on the topic from the VSS help file:
When you use the Add SourceSafe Database Wizard wizard to create a Visual SourceSafe database, you have a choice of usage configuration options that represent the work styles possible for your team. Two work styles are supported by Visual SourceSafe:
Lock-Modify-Unlock (also known as the exclusive checkout model)
Copy-Modify-Merge (also known as the multiple checkout model)