I've got a website that is stored in an SVN repository. I was asked to completely rewrite it from the ground up which I've done which is not yet under version control.
Should I merge my new version into the website's existing repository?
As it's a completely new version it has different files and directory structure than the existing site stored in the repository I can imagine this being an issue when attempting a merge.
The only reason I ask about merging is because is it not good practice to keep all the history of the project in the repository?
In relation to the comments
It seems like people think I've missed the point but I can tell you I did not. I have created a entirely new site that could not be any more different in terms of code, directory structure etc. I decided I would work on this project from an empty directory (clean canvas) and then import into repository at end of project.