Can you post a transcript of your shell session, starting from a fresh
checkout, and including the `svn status` output both before and after
running 'svm delete'? What version of svn are you using? Have you
tried 'svn commit' without any other arguments?
nut wrote on Fri, Apr 27, 2012 at 11:36:53 -0700:
> I'm trying to delete some files from my repository. After "svn delete
> <some file>", I get
>
> D <some file>
>
> as expected, but when I try to commit, I get
>
> svn: Commit failed (details follow):
> svn: '<some file> 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!
>
>
>
Received on 2012-04-28 16:51:57 CEST