Hi,
Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in some files and work on it.
Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer, connected to websiteOrder.sln located in Visual Source Safe 6.0(source safe located in another server).
Then i will check out the solution, add page and checked in. as usual.
Recently, I installed Visual Studio 2005 in my computer, I wish to convert this websiteOrder.sln project (version Visual Studio 2002) to Visual Studio 2005 version.
Well, I understood that I can open Visual Studio 2005, open project -> choose websiteOrder.sln. It will prompt and asked me to convert. Fine, I choose to convert, well because this websiteOrder.sln always connected to source safe at the time it is being opened.
My question is, should I disconnected the websiteOrder.sln
project to connect to source safe, then only do convert?
OR should I leave it as usual 'work connected' to source safe, and choose to convert? after converted, my local websiteOrder.sln will changed to version Visual Studio 2005. Is my wensiteOrder.sln located in source safe server being convert to version Visual Studio 2005 TOO (if i choose work connected to source safe as usual and perform convertion?
Or only if i check IN \ the solution, then only convert those websiteOrder.sln located in source safe server too?
Two method I think of , which one is correct?
Method 1--->
1) Open Visual Studio 2002 websiteOrder.sln with Visual Studio 2005 IDE tool
2) choose as usual, work connected to source safe
3) because of open with Visual Studio 2005 IDE, ask me convert, then select convert
4) CHECK IN all solution, because want convert websiteOrder.sln located in source safe server too.
Method 2--->
1) Open Visual Studio 2002 websiteOrder.sln with Visual Studio 2005 IDE tool
2) choose as usual, DISCONNECTED the project to source safe
3) because of open with Visual Studio 2005 IDE, ask me convert, then select convert
4) DELETE Visual Studio version 2002 websiteOrder.sln located in source safe
5) Add the new converted version(VS2005) websiteOrder.sln to source safe server again.
Please help?
Note:-
websiteOrder.sln is Visual Studio 2002 web project, it consists of 10 files ( example order.aspx, delete.aspx ......)