I inherited an .asp web application that was developed mostly using a
text editor. The developer would manually check the .asp pages in and
out of Source Safe when he wanted to make changes to the code.
I'd like to continue the project using Visual Interdev as my
development tool. I'd also like to integrate the Source Safe project
with Interdev. How do I do this? I don't want to lose the history of
each of the .asp pages currently in the Source Safe project.
If I create a new Solution/Project in Interdev, how do I link the
existing Source Safe project to this new Interdev Project?
Thanks
Joe Masters - 26 May 2004 05:06 GMT
You might want to try to create a new VI project and check it into VSS and
see how it's structured. From there you can move the projects that you want
to use with VI into appropriate places. Then use the open from source
control command to have VI find the files in VSS.
Joe
> I inherited an .asp web application that was developed mostly using a
> text editor. The developer would manually check the .asp pages in and
[quoted text clipped - 9 lines]
>
> Thanks