Daniel Shahaf wrote:
>Lorenz wrote on Wed, May 02, 2012 at 06:40:03 +:
>> nut wrote:
>>
>> >I'm trying to delete some files from my repository. After "svn delete
>> >", I get
>> >
>> >D
>> >
>> >as expected, but when I try to commit, I get
>> >
>> >svn: Commit failed (details follow):
>> >s
Lorenz wrote on Wed, May 02, 2012 at 06:40:03 +:
> nut wrote:
>
> >I'm trying to delete some files from my repository. After "svn delete
> >", I get
> >
> >D
> >
> >as expected, but when I try to commit, I get
> >
> >svn: Commit failed (details follow):
> >svn: ' is not under version control
nut wrote:
>I'm trying to delete some files from my repository. After "svn delete
>", I get
>
>D
>
>as expected, but when I try to commit, I get
>
>svn: Commit failed (details follow):
>svn: ' is not under version control
looks like you are trying to 'svn commit '
You need to commit the contai
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:5
I'm trying to delete some files from my repository. After "svn delete
", I get
D
as expected, but when I try to commit, I get
svn: Commit failed (details follow):
svn: ' is not under version control
What am I doing wrong? I've tried this several times, including a
fresh checkout, where the fi