MOVE don't perform a delete in some case
Hi !
Thank you very much for your quick replies !
In fact, the only thing that the hook control is that the user don't
try to delete a directory (he can delete the content) in an other directory
called "branches"
red in England and Wales No 3027851VAT Reg No 778499447
-----Original Message-----
From: Stefan Sperling [mailto:s...@elego.de]
Sent: 16 April 2010 08:52
To: Yann Crueghe
Cc: users@subversion.apache.org
Subject: Re: SVN MOVE don't perform a delete in some case
On Fri, Apr 16, 2010 at 0
Yann Crueghe
> Cc: users@subversion.apache.org
> Subject: Re: SVN MOVE don't perform a delete in some case
>
> On Fri, Apr 16, 2010 at 09:40:34AM +0200, Yann Crueghe wrote:
> > Hi !
>
> Hi!
>
> > *Test 1 : Try to rename a directory BRANCHE to BRANCHE_1*
> >
&
On Fri, Apr 16, 2010 at 09:40:34AM +0200, Yann Crueghe wrote:
> Hi !
Hi!
> *Test 1 : Try to rename a directory BRANCHE to BRANCHE_1*
>
> *Command :*
> svn move --message "Rename BRANCHE to BRANCHE_1"
> http://tetris.agora.msanet:16060/svn/METIER/y78amodifier/branches/BRANCHE
> http://tetris.ag
Hi !
When i refer to the svn-book 1.6, it's written that a svn move perform
first a svn copy and then a svn delete.
But in some case, the command never perform a svn delete.
To test, i have written a pre-commit hook who deny deletion of a branch
catching a "D ReposPath" action.
*Test 1 : Try