I am new to subversion and am wondering how do you move from develoment to staging then production?
I think I grasp the concept of creating branches made for releases as detailed here. But how do I actually deploy the branch?
Ideally I could just set up a new website and copy the files over from the branch, but I am concerned about copying any svn bindings into production.
If it is pertinent, this is a Visual Studio website project and I am using VisualSVN server, TortoiseSVN and Ankh to integrate with Visual Studio.