[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to distinguish between a newly added file and a copied/moved file in the pre-commit hook?

From: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2005-06-01 14:13:49 CEST

On Wed, 01 Jun 2005 12:28:26 +0200, Ronny Schuetz
<usenet-01@groombridge34.de> wrote:

>Is there any way to get this information from a pre-commit hook?

svnlook changed will show D for deleted files, and A for added files.
As a rename is a D followed by an A, you'll need to search all A files
to see if there is a corresponding D file. If there is, you can skip
the check.

Or, just run the check, anyway, and don't worry about it.

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 1 14:16:08 2005

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.