Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git tf configure "A server path must be absolute"

Command (cmd & powershell) sample (servers and path names altered)

c:\code\git\svnImport> git tf configure http://server:8080/tfs/collection $/project --deep

Response

git-tf: A server path must be absolute: $C:/Program Files (x86)/Git/project

What is strange here is that the error message is puking back the local path to where Git is installed on my workstation and not the server path to TFS.

Windows 8.1 (x64)

Git 2.9.0 (x64)

TFS 2015

I've been beating my head against this wall for a couple of hours now... time to ask for some assistance! Any help is appreciated.

like image 956
Smith Avatar asked Mar 11 '26 14:03

Smith


1 Answers

Riaz Here. Just try in this way Dear.

git tf configure http://server:8080/tfs/collection '$\project'

like image 110
Muhammad Riaz Ahmad Avatar answered Mar 13 '26 09:03

Muhammad Riaz Ahmad