I have been tasked with taking an existing application (written in Microsoft Access, running under the 2003 runtime) and getting it into our TFS 2012 version control system.
I thought I'd be able to use the 2012 MSSCCI provider to do so, but when I try to add the TFS server, while it allows me to pick http or https, the server name, and the server port, it does not allow me to enter the remaining path.
As such, I've been unable to get it to find my TFS server at http://server:8080/tfs
, as the closest I can get with that interface is http://server:8080
which does not exist, coming back with an HTTP code 404: Not Found.
I am not committed to using MSSCCI if there is an alternative that would work, but I do have to use TFS (I cannot set up another version control system just for this).