Trying to explain the problem by an example:
1. I set working folder folder as C:\Sourcecode
2. Now, idea is to have a copy of the source code as backup in different folder. So I copy the code from C:\Sourcecode to C:\Sourcecode_BAK
3. Now I go to C:\Sourcecode_BAK and open the solution. Unbind the solution from VSS and try to edit some code.
4. Now open VSS, you will find that working folder changes from C:\Sourcecode to C:\Sourcecode_BAK. As this is not consistent, you might not be able to reproduce. so try 2-3 times.
I want to prevent this.
though there are manual ways. I mean once copy is done remove all vss related files from the root folder and subfolders. Remove readonly attribute on rootfolder. Remove vss related entry from .sln and .csproj files. Oh.......too much of work.
CAN WE AUTOMATE THIS
Thanks
Somesh