svnadmin create /home/hausheer/svn
mkdir tmpdir
cd tmpdir/
mkdir myproject
mkdir myproject/trunk
mkdir myproject/branches
mkdir myproject/tags
svn import . file:///home/hausheer/svn --message 'Initial repository layout'
svn checkout file:///home/hausheer/svn/myproject/trunk myproject
cd myproject
svn add ...
svn commit
svn propset svn:executable ON <scriptfile>
svn propset svn:eol-style native <file>
svn propset svn:keywords Id <file>
enable-auto-props = yes
*.sh = svn:eol-style=native;svn:executable
*.java = svn:eol-style=native;svn:keywords=Id