[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can't commit after deleting files from repository

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 2 May 2012 10:51:50 +0300

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.
Received on 2012-05-02 09:52:29 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.