Conflicting status report
On doing an "svn status", I get a (sub-)directory listed with status "?", but the contents are not listed. When I try to add the directory, I get a message saying the directory is already under version control. But when I check out a fresh copy, that directory is not there. Clearly, I must have screwed up when I added that directory a couple of days ago. How can I fix this problem? Thanks, Cosmo
Re: Conflicting status report
Konstantin, the log gave me some clues that helped me fix the problem. Thanks, Cosmo
Can't commit after deleting files from repository
I'm trying to delete some files from my repository. After "svn delete ", I get D as expected, but when I try to commit, I get svn: Commit failed (details follow): svn: ' is not under version control What am I doing wrong? I've tried this several times, including a fresh checkout, where the file I'm trying to delete is still there. Using "svn status" does not show that there appears to be a problem with the status of the file I'm trying to delete, such as deleted but not committed. Thanks!