Subversion newbie warning!
I have Subversion installed along with TortoiseSVN v 1.6.6 on Windows Server 2003.
I have a simple website that runs under IIS from the location c:\websites\rdlm.
On the dev ser, the website code lives in c:\codebase\rdlm
Previously the website would be copied from a development server to the production web server as a simple file copy. This left a green tick on the production folder. My guess was that this was because the folder was copied across including all the hidden .svn folders.
To try and fix this I first ran an "Export" from the development folder on the dev server to a deployments folder (c:\deployments\rdlm). This did seem to work, no green tick on the temp folder. I then copied this folder to the production web server. To my surprise the green tick was present on the production server c:\websites\rdlm. I have searched the folder for the hidden .svn (first enabling explorer so that hidden folders and files are displayed) and there are none.
Can anyone please explain why I still have the green ticks on the c:\websites\rdlm on the prod server?
My view is that tortoise SVN shouldn't even be installed on the prod server - then I assume there's be no green ticks but I'd still like to know the answer to this question so that I have a better understanding of how subversion works.