If our source code was on
C:\code
when on Windows Vista, and now the machine is made into dual boot Vista and Windows 7.
So when booting to Win7, the folder is now
D:\code
and there are hidden folders ".svn" that was there from the Tortoise on Vista.
So now if Tortoise is installed again on Win 7 (as well as VisualSVN Server) and using D:\code, will there be any problem that the hidden folder will interfere with the new Tortoise? Will all the .svn be better removed?
Then, when occasionally we boot to Vista, can we use the Tortoise there too?
Update:
Originally, I thought I would set up a brand new SVN repository on the Win 7 partition and then SVN check in all the source code again, but then all the previous commit comment and versioning will be lost that way. So I think I will some how relocate the repository from the Vista VisualSVN Server to the Win7 VisualSVN Server. The problem is that I cannot have both of them running at the same time (it is a dual boot machine), so I may need to relocate to another machine first and relocate back? Or can I install VisualSVN Server on top of the old folders and have the new VisualSVN resume serving the old repository? thanks.