I am trying to import a project (aProject) into the SVN. When I typed this command:
svn import aProject https://…/lamostreta
it imported the content of the aProject, not the aProject folder as a whole. How can I add aProject into SVN repository as a whole?
Thanks in advance for your answers.
The way I have always solved this issue was to simple create a temporary folder, move the folder I wanted to version into it, and then run the svn import.
This should take care of it.