I have an SVN repository structured like the following:
ROOT
- CODE
- DATA
- WEB
However it seems my WEB folder is a separate repository from the rest of the structure, meaning it has it's own .svn folder under it (WEB/.svn), and when I check in the ROOT folder, it does not include the WEB folder.
I would like to move that .svn folder from under WEB and put it under ROOT (or merge it with the one under there now), or somehow join that WEB folder into the ROOT repository so that when i check in, i can check in everything at once instead of having to do 2 checkins every time.
Is there a way to do this without losing the checkin history of the WEB folder?
I'm using Tortoise SVN 1.7.10 on Windows for my client (the upgrade to 1.7 is what caused this stuffup in the first place)
I'm using Springloops (www.slsapp.com) for my server. Not sure how much access i have to run commands on there - anybody know?