WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: svn copy vs svn add in pre-commit

Re: svn copy vs svn add in pre-commit

by Stefan Sperling-7 :: Rate this Message:

| View in Thread

On Wed, Jun 13, 2012 at 12:37:27PM +0000, Ullrich.Jans@... wrote:
> Hi,
>
> is there any way to determine if a commit to a repository is an svn copy or a shell level copy plus an svn add? I'm trying to limit people tagging to doing an svn copy, but I can't figure out how to determine if the current transaction (running in the pre-commit hook) is a copy or an add...
>
> Any hints?
>
> Cheers,
>
> Ulli

Try 'svnlook changed --copy-info'.

 « Return to Thread: svn copy vs svn add in pre-commit