Up until this day when my friend Gabe told me how, I didn’t know how to import a folder, without doing this first: svn mkdir svn+ssh://server.com/path/to/repo/myfolder svn import myFolder svn+ssh://server.com/path/to/repo/myfolder If I didn’t do that, If I just imported the local “myFolder”, it would end up adding all the files inside the folder and it […]