mark@mark-ubuntu:~/myproject$ svn stat
? runserver.sh
? media/images/icons
? apps/autocomplete
mark@mark-ubuntu:~/myproject$ svn add apps/autocomplete
svn: warning: 'apps/autocomplete' is already under version control
svn stat
says its not under version control, so I try to add it, and then it tells me it is. When I do an svn ci
, it doesn't get comitted, and doesn't show up when I try to browse to repository online.
How do I get it to commit?