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

Re: SVN detects deleted files

From: Giulio Troccoli <giulio.troccoli_at_mediatelgroup.co.uk>
Date: Wed, 24 Aug 2011 14:01:50 +0100

On 24/08/11 12:28, Stefan Sperling wrote:
> On Wed, Aug 24, 2011 at 12:15:28PM +0100, Giulio Troccoli wrote:
>> Recently I have starting experiencing something I always thought not
>> possible in Subversion.
>>
>> I work on Ubuntu with SVN 1.6.12. If I move or delete a file using
>> the OS Subverision marks the file as deleted rather than missing.
>>
>> $ rm foo.php
>> $ svn st
>> D foo.php
>>
>> while I was expecting
>>
>> $ svn st
>> ! foo.php
> This should be the output, yes.
>
>> Has this been introduced in 1.6.12? Is there a way to "switch it off" ?
> No, this hasn't changed.
> Something must have run 'svn rm' or 'svn move' on this file.

I thought so, but I have checked both rm and mv and they are not aliases
or scripts. I'm really lost here

Giulio
Received on 2011-08-24 15:02:27 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.