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 fi
Konstantin,
the log gave me some clues that helped me fix the problem. Thanks,
Cosmo
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 scr