Today I needed to add two Android projects to our Subversion repository but I had a problem.
The directory in the repository already contained a lot of projects and I didn’t want to checkout all of them.
Is it possible add two directories to that directory without checking out everything?
Today I needed to add two Android projects to our Subversion repository but I
Share
You can simply
importthe new stuff right into the repository without any working copy:Works with directories (aka. “projects”) also.
After importing you must checkout the stuff in order to continue your work: