tfs - Visual studio postbuild event xcopy and checkout files -


i'm using post build event in visual studio copy .js files project using xcopy. i'm using \r option overwrite existing files. has been achieved! it's copies desired files destination directory, overwriting existing files, problem is, despite changing 'destination' files, doesn't check them out in tfs.

is there solution checking out 'destination' files automatically can able check in correct version of files server?

tks

you use tf.exe command checkout files on commandline:

c:\pi>tf checkout /type:text page.xsl 

https://msdn.microsoft.com/en-us/library/1yft8zkw(v=vs.100).aspx


Comments