0

I know you can checkin specific files with tf.exe, but is there a way to specify and checkin an entire solution?

nelb
  • 15
  • 1
  • 4

1 Answers1

0

After some more searching, I found this question: tf checkin a specific folder

Following a similar approach I was able to check in the contents of my solution using this command:

tf checkin "C:\My\Solution\Directory" /recursive

nelb
  • 15
  • 1
  • 4