[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: Lorenz <lorenznl_at_yahoo.com>
Date: Wed, 02 May 2012 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.

-- 
Lorenz
Received on 2012-05-02 08:39:22 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.