how to use (VSS) VisualSourceSafe Efficiently
-
hi all we are developing a Windows project in my organization and we are using Visual SourceSafe to overcome integration issues,etc... but my problem here is when i created working folder and get latest version and when working on checkout mode of a perticular form My Machine is going slow....(i mean here everytime the changes made to form are saving in VSS-I guess) what will be the solution to make faster, do i have any other mode to use checkout option istead. please help me Thanks in advance prashanth
-
hi all we are developing a Windows project in my organization and we are using Visual SourceSafe to overcome integration issues,etc... but my problem here is when i created working folder and get latest version and when working on checkout mode of a perticular form My Machine is going slow....(i mean here everytime the changes made to form are saving in VSS-I guess) what will be the solution to make faster, do i have any other mode to use checkout option istead. please help me Thanks in advance prashanth
I have never had trouble with speed of saving like that - we used VSS6 quite a lot. Anyway while you are working you can try this: -Check out the files -Working disconnected: File > Source Control > Change Source Control, then click Disconnected. This is what would happen if you were not on your network, so I assume it would not try to save your intermediate changes back to the SourceSafe database. -Do you work -When you are ready to check it back in, first go again to File > Source Control > Change Source, and check the boxes under Connected. Then check in your code. As always with SourceSafe just be careful about what you are doing. Good luck... Meg