Okay, time to import this code into SVN. svn import
, right? This
should be easy!
svn import https://...../trunk/
Oh crap, that tried to import everything.
^C
Guess I’ll just set svn:ignore.
svn propset . svn:ignore
svn propset svn:ignore .
svn propedit svn:ignore
svn propedit svn:ignore .
Okay. Can’t do that on a non checkout. Fine.
cd ..
svn co https://...../trunk/ myproject.svn
cd myproject.svn/
mv ../myproject/* .
Right, okay. Add some files now.