I would like to send my employees a link directly to the line number in the file in our TFS repo. Is it possible? If so, how? We are using TFS 2015.
Currently, the best way I've found is to link to the file as follows:
HTTP [s]: // {tFS-server} [: {PORT}] / TFS / {PROJECT-ASSY} / _ versionControl # path = {path to file}
Then, Ctrl + G, enter the line number manually. Before I dig up JavaScript to find out how Ctrl + G works, I hope someone can help me.
I tried variations of this theme, but without sucecss:
HTTP [s]: // {tFS-server} [: {PORT}] / TFS / {PROJECT-ASSY} / _ versionControl # path = {path to file} # string = {LINE} p>
PS My problem is similar to this problem , but instead of Visual Studio I am looking for a link through the TFS web portal.
source share