Hello
I have looked around Stackoverflow and there has been a lot of really useful qustions and comments written about website deployment using SVN. It seems to boil down to whether you use 'export and rsync' or 'checkout and update'.
For a number of reasons, and after quite a bit of research, I have decided to use the latter to deploy websites to a live server. As you would expect, I want to deploy tags, and therefore have the following question.
Is there anything obviously problematic with using the SVN switch command to switch the live server's repository to the new tag, each time an new tag is created?
There doesn't seem to be much written about this when I google it, so was wondering if I am missing something quite obvious.
Thank