Link to home
Start Free TrialLog in
Avatar of james henderson
james hendersonFlag for United States of America

asked on

TFS: check in file when changes are made locally

I have source code in TFS.  I check it out to my local folder and make changes to some  files.  Now I need to check it in, but, I never checked them out to start with.  How can I do this.

BTW, I never know what file will need to be modified when I start, and I am not working in visual studio.
Avatar of jogos
jogos
Flag of Belgium image

You can  check out without getting a local version.  

If you that regularly changing files without checking them out (so no write protection) then you will unevitably loose work regularly because of making some error in your actions.
Avatar of james henderson

ASKER

I understand the pitfalls.  HOW do you check them out without getting a local version?
ASKER CERTIFIED SOLUTION
Avatar of Ryan McCauley
Ryan McCauley
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.  It's a pain, but it works.