tfs/tf.exe: print currently checked out version -


I used tf.exe to get a special version like a source tree:

  $ TF $ / [PATH] / [SUBPATH] / r / version: C1234   

Now I want to check the previous checkin, but only check the version in the form of. I tried:

  $ tf history / r / noprompt / stopafter: 1 / version: 1 ~ w   

However, this tip of the source tree Prints as source control. Change User --------- ---------------- 1555 Domains [User]

Has it only given a command option to show the history of the tree because it is checked (except for any changes on the server, but not checked locally), for example, Output should be

  change user --------- ---------------- 1234 domain \ [user]   

thanks

After retrieving the workspace, all local changes were rejected even according to the above work. In my last attempt, I had two local edits (answered "Keep local version" to resolve the conflict) It seems that the history command is due to returning the latest server version.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -