I found this question but from what I can tell SVN now has only one .svn folder and the solution doesn't work.
I'm trying to release a new version of my project - a WP plugin on the WP repo. I copy-paste the built files into trunk/ and then do svn add trunk/*
. This is the error:
svn: warning: W150002: 'trunk/LICENSE.txt' is already under version control
svn: warning: W150002: 'trunk/README.txt' is already under version control
svn: warning: W150002: 'trunk/admin' is already under version control
svn: warning: W150002: 'trunk/includes' is already under version control
svn: warning: W150002: 'trunk/index.php' is already under version control
svn: warning: W150002: 'trunk/languages' is already under version control
svn: warning: W150002: 'trunk/plugin-name.php' is already under version control
svn: warning: W150002: 'trunk/public' is already under version control
svn: warning: W150002: 'trunk/uninstall.php' is already under version control
I tried to delete the trunk folder, even deleted the whole repo and checked out again. Please help!