What is SccLocalPathX = inetpub\\wwwroot\\MyWebProject ?

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

What is SccLocalPathX = inetpub\\wwwroot\\MyWebProject ?

Post by Tri » Tue Nov 13, 2007 3:04 pm

Sorry for a question which is not really Vault related. I would like to better understand VS2003 integration with Web Projects.

In the Solution file, a web project has a line with:

SccLocalPath4 = ..\\..\\..\\inetpub\\wwwroot\\MyWebProject

What does that mean? There is no mention of the home directory of MyWebProject. How could VS2003 use Vault to know the physical location of InetPub and MyWebProject?

Thanks in advance for any help.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed Nov 14, 2007 3:51 pm

As far as I know, that tells how one would get from the .sln to the website if you were using the command line. It would go up 3 directories and then down into those 3 directories. I don't know why it's listed where it's listed.

Locked