Re: svn delete does not warn anymore in some cases

2014-02-04 Thread Stefan Sperling
On Tue, Feb 04, 2014 at 11:49:24AM +0200, Florin Avram wrote: Hi, I noticed that SVN 1.8.5 does not give warnings for some situations, when using svn delete (previously, using SVN 1.7.x, it did): 1. have a file replaced with a directory in the working copy: - svn delete file - create new

Re: svn delete does not warn anymore in some cases

2014-02-04 Thread Philip Martin
Stefan Sperling s...@elego.de writes: On Tue, Feb 04, 2014 at 11:49:24AM +0200, Florin Avram wrote: Hi, I noticed that SVN 1.8.5 does not give warnings for some situations, when using svn delete (previously, using SVN 1.7.x, it did): 1. have a file replaced with a directory in the

Re: svn delete does not warn anymore in some cases

2014-02-04 Thread Philip Martin
Florin Avram flo...@sync.ro writes: So, my question is: is this SVN 1.8 svn delete behavior intentional or it should behave like with SVN 1.7 ?! It was a result of a deliberate change in r1442611 to allow the delete of unmodified copies without force: svn cp iota iota2 svn rm iota2 --

Re: svn delete does not warn anymore in some cases

2014-02-04 Thread Florin Avram
On 04.02.2014 14:51, Philip Martin wrote: Florin Avram flo...@sync.ro writes: So, my question is: is this SVN 1.8 svn delete behavior intentional or it should behave like with SVN 1.7 ?! It was a result of a deliberate change in r1442611 to allow the delete of unmodified copies without force: