I have a web project that I want to version in SVN.
SVN is up and running perfectly and I've setup the project repository and got everything imported and branched into a 1.0 version. Work will soon being on a new 2.0 version which will be completely different from the 1.0 version with very little to most likely zero carry-over of any files from 1.0 to 2.0. Is there a way to make the 2.0 a "clean slate" and not negatively effect the 1.0 branch. I haven't taken the plunge and just tried to remove all the files in the trunk hoping SVN will have my back but that seems like the path in front of me. Does anyone have suggestions?
I'm using TortoiseSVN and here's my directory structure:
proj-rep/branches/
proj-rep/tags/
proj-rep/trunk/