Adding an issue to the Troubleshooting section

This commit is contained in:
Jiang Yingxin
2013-11-26 12:34:03 +00:00
parent 13085948b6
commit f3e3d32056
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ Here are some common git-tfs problems.
* [Checkin policy doesn't work](troubleshooting-checkin-policies.md)
* [TF400813 error with visualstudio.com](TF400813-error-with-visualstudio.com.md)
* [Set custom workspace to bypass errors due to NTFS length path limits of 259 characters](Set-custom-workspace.md)
* [TFS has no branches](Tfs-has-no-branches.md)
+5
View File
@@ -0,0 +1,5 @@
For those who aren't very familiar with TFS, you may come across a TFS repository whose directories are just Folders, not branches.
In this case, the command `git tfs list-remote-branches tfs-url` will return the result `No TFS branches were found!`. Similarly, `git tfs clone` will not work.
To fix this, open Source Control Explorer. Right click on your source folder and select Branching and Merging > Convert to branch.