svn stat says folder uncontrolled, but won't let me svn add it!

Posted by user246114 on Stack Overflow See other posts from Stack Overflow or by user246114
Published on 2010-06-13T05:57:51Z Indexed on 2010/06/13 6:02 UTC
Read the original article Hit count: 151

Filed under:
|

Hi,

Running into a weird problem with svm. I do svn stat in my controlled directory, lists something like:

?   myproject/foo
?   myproject/zoo

so I do:

svn add myproject/zoo

and then I get this message back:

svn: warning: 'myproject/zoo' is already under version control

I don't get it, why is it showing it as uncontrolled then? I tried running svn cleanup, svn update, nothing though.

I am also looking at my svn project in tracker, and I don't see the /zoo folder as present. What can I do to convince svn it's not really added?

Thanks

© Stack Overflow or respective owner

Related posts about svn

Related posts about subversion