Tuesday, October 1, 2013

How can I implement tf history command in C#?

How can I implement tf history command in C#?

I would like to implement the following command using TFS programming API:
tf history /stopafter:1 /version:W /recursive /format:detailed /noprompt .
I have some code, but it tries to inspect local workspace info and there
is none. So, I am back to nothing.
How is it done?

No comments:

Post a Comment