Note that there are some explanatory texts on larger screens.

plurals
  1. POTF resolve doesn't understand server item specs, only local ones
    text
    copied!<p>I have a workspace with 2 folders - one with a file that won't auto-resolve. I want to run <code>tf resolve</code> only on the other folder. But, it only works using local item specs, not server:</p> <pre><code>D:\Project &gt; tf resolve /noprompt /auto:AutoMerge /recursive D:\Project\BadFolder\UnresolvableFile.xml: The source and target both have changes. D:\Project\BadFolder\UnresolvableFile.xml: 1964 local, 1263 server, 0 both, and 346 conflicting &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; Expected behavior D:\Project &gt; tf resolve /noprompt /auto:AutoMerge /recursive D:\Project\GoodFolder There are no conflicts to resolve. &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; This is the behavior I want D:\Project &gt; tf resolve /noprompt /auto:AutoMerge /recursive $/Project/GoodFolder D:\Project\BadFolder\UnresolvableFile.xml: The source and target both have changes. D:\Project\BadFolder\UnresolvableFile.xml: 1964 local, 1263 server, 0 both, and 346 conflicting &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; WTH, it's exactly the same like above! </code></pre> <p>My Workspace mappings appear correct:</p> <pre><code>D:\Project &gt; tf workfold =================================================================== Workspace : (...) Collection: (...)http://vstfps:8080/tfs/protection $/Project: D:\Project </code></pre> <p>I can change my script to use local folders, but that's hardly desirable. Is there a way to use server paths in <code>tf resolve</code>?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload