tfs2012 - Spaces in TFS file path for Command Line -


i running batch script automates calls tf.exe , have run issue when have spaces in path name. example if following @ command prompt:

>tf history /noprompt "$/myproject/_source_xlf/some dir spaces/some file w spaces.xlf"  no history entries found item , version combination specified. 

note double quotes in command. in source explorer in vs2012 can navigate file fine, , view history no issues through gui. of gui operations display server path of file, can copy , paste directly tf command (which how verify file path correct).

i've read elsewhere tfs supports spaces in path, , in gui, there trick making work @ command prompt?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -