[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: Sat, 28 Apr 2012 17:51:20 +0300

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

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.