CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Problems in SourceSafe when copying VC++ Projects

    I continually run into the same problem with SourceSafe when I make a copy of an existing VC++ project. I copy the project to a new directory on my drive and create a new project in sourceSafe and add the appropriate files to the new project. The problem is that the old SourceSafe path is stored in the project files and as such, when I open the new project it associates itself with the old SourceSafe project.

    I'm sure others have run into this same problem. Has anyone found a smart way to handle this short of hacking the SourceSafe path in the project files?

    Thanks.


  2. #2
    Join Date
    Apr 1999
    Location
    Miami, FL
    Posts
    67

    Re: Problems in SourceSafe when copying VC++ Projects

    We've always had this problem and we've had no choice but to open the DSP and/or DSW files as "Text" files and then manually change SourceSafe paths. It's not too nice, but at least it's a solution.

    Hopefully you won't be moving your projects too often.


    Alvaro

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured