Hi! I need to migrate a VSS to SVN, due the lack of branching on VSS there's a folder with the source code from the last production environment code it was used like a queue where the new code was pushed to the top of the queue then it basically depended on a very manual thing and it was all or nothing scenario.
Now i've used a C# migration tool to upload the current code to the SVN it worked ok and the file change history was kept, now how do i deal with this scenario, where i've uploaded a the current VSS repository to SVN this is the root because it was the only version kept in VSS with history, now i want to upload this no history only the pure enviroment i beleve to a branch that actually is a previous version of the code and then be able to merge this 2 roots. Thanks for your comments.