How to use project which is already in VSS?

Posted by shekhar on Stack Overflow See other posts from Stack Overflow or by shekhar
Published on 2010-04-22T09:36:28Z Indexed on 2010/04/22 9:43 UTC
Read the original article Hit count: 148

Filed under:
|
|

Hi, I am trying to add my project under source control. I am using "Microsoft VSS 6.0" for it. My problem is, there is one project in VSS which I had copied on my system using 'Get Latest Version' to C:\latest_version directory. Then I copied that entire project in other directory (C:\working) and deleted the directory where I had taken latest version of it (C:\latest_version). Now everytime I make any changes in code and want to do check in, I need to check out that particular file in some folder, copy-replace that file with my new file and check-in. Can we do all this through visual studio? I saw some tutorials which describe how to add project to VSS but in my case project is already is in VSS and I just want to link it with my project. Is it possible? I dont know whether I am using VSS correctly or not. I would like to know how do people usually use it? How to do check-in , check-out?

Thanks in advance !!

© Stack Overflow or respective owner

Related posts about vss

Related posts about c#