0

I know that I can check in a file to the TFS but I wonder if there is a way to check in a folder using tf command?

Sara Houssein
  • 47
  • 2
  • 7

1 Answers1

2

using tf add and checkin one can check in an empty folder. However, tf checkin /recursive will check in everything under a given directory.

Rolf Huisman
  • 1,417
  • 8
  • 17