Lorenz wrote on Wed, May 02, 2012 at 06:40:03 +0000:
> nut wrote:
> 
> >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
> 
> looks like you are trying to 'svn commit <some file>'
> 
> You need to commit the containing folder instead, because that's where
> the deletion is recorded.

What?

% svn rm foo
D         foo
% svn ci -mm foo
Deleting       foo

Committed revision 4.

Reply via email to