I’m using TFS2010 and I have two workstations. A stationary and a laptop. I want to keep those two workstations in sync without having to check in my changes.
Is there any smart way to do so?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you haven’t seen it already, have a look at shelving support. It allows you to shelve (mock check-in) files, putting them in temporary storage on the TFS server, and then unshelve (mock check-out) those files, and you can use this to transition code between the two environments. It’s not automated, but it’s not checking in either.
http://msdn.microsoft.com/en-us/library/ms181404(v=VS.100).aspx