Re: SVN detects deleted files [SOLVED]

2011-10-18 Thread Giulio Troccoli
On 24/08/11 12:15, 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

Re: SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
On 24/08/11 14:33, Stein Somers wrote: Something must have run 'svn rm' or 'svn move' on this file. Which could have happened long ago. Also long ago, something may have recreated the actual file without reverting the delete in svn. Then the effects you describe are perfectly normal. For su

Re: SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
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 t

Re: SVN detects deleted files

2011-08-24 Thread Jeyanthan
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

Re: SVN detects deleted files

2011-08-24 Thread Ulrich Eckhardt
On Wednesday 24 August 2011, Giulio Troccoli wrote: > I work on Ubuntu with SVN 1.6.12. SVN 1.6.12 under Debian/Linux/x86 here. > 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 Can't reproduce t

Re: SVN detects deleted files

2011-08-24 Thread Stefan Sperling
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 missin

SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
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