SyntaxFix
Write A Post
Hire A Developer
Questions
Normally svn add * works. But if you get message like svn: warning: W150002: due to mix off versioned and non-versioned files in working copy. Use this command:
svn add *
svn: warning: W150002:
svn add <path to directory> --force
or
svn add * --force