I have created an SVN repository for project but now realise that the files initially imported are not the most recent.
When I compare the 2 versions of the project with Beyond Compare, the projects do not have the exact same set of files within them. Both project folders have some files which are unique.
I want to now add the correct files to the repository but am not sure of the best approach.
- I could delete the repository altogether and start afresh. Although I remember this being problematic in the past as the repositories will have the same name
- I could try to copy the correct files over the exisitng ones and commit. Although there may be old files which are not overwritten, resulting in old files commited to the new project.
What would be the standard SVN approach in this case?