Source Control Management (SCM)

SCA-25115: Synchronization with Team Foundation Server Failing

Codebase synchronization with a Team Foundation Server (TFS) instance fails when spaces exist in certain attributes used to set up the synchronization on the Version Control Settings tab for a project.

Workaround: (This workaround applies to Windows only. No workaround currently exists for the Linux environment.) If spaces exist in the Label value or in the collection or project name parts of the TFS URL value, enclose the Label value or the collection or project names in double quotations. For example, suppose the URL for the TFS synchronization is the following:

http://tfs-server:8080/tfs/Project Collection/My Project

Enter this value in the TFS URL field on the Version Control Settings tab:

http://tfs-server:8080/tfs/"Project Collection"/"My Project" 

Likewise, if the label for the TFS synchronization is Sync TFS1, enter the following in the Label field:

“Sync TFS1”