I have a ~/webapps/django/myproject project located in ~/webapps/django/myproject and media files located in ~/webapps/static . I want to add a static folder to the same repo so that when I extract it, it will be in the project folder, preferably with the name "media".
I tried to go into the webapps folder and make svn import static https://myrepo , but it imports all the contents inside static, but excludes the βstaticβ folder, which creates a big mess in my project folder.
If you're interested, I do this because there is a little discrepancy in the way I create my development server and production server.
source share