[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: Jeyanthan <jeyanthan_at_collab.net>
Date: Wed, 24 Aug 2011 17:18:06 +0530

> 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
>
> Has this been introduced in 1.6.12? Is there a way to "switch it off" ?

Hi Giulio,

I am unable to reproduce this . The following is the update that i got
in my client v1.6.17

$ rm foo.php
$ svn st
! foo.php

Have you tried the following command if this helps ?

$svn delete foo.php --force
$svn st
D foo.php
svn: 'foo.php' does not exist

-- 
Regards,
Jeyanthan
CollabNet Support
Received on 2011-08-24 13:52:16 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.