My normal workflow for creating a new repository with subversion is creating new repositories, checking the root of the repositories, creating tag tags for branches and connecting folders, and putting my initial files in the trunk. Then I commit this “initial import”, delete the uploaded repositories from my hard drive and do a boot check. Then I can start working.
However, when dealing with large imports, think that hundreds of megabytes and hosting for version control outside the site (based on http) this initial import may take quite a long time to complete. To make matters worse, after committing, I have to check out this massive trunk again.
Is there a way with subversion to use a local copy of the chest without checking again the data that already exists?
source
share