Re: how to detect action of deletion?
From: SVram <malsam.v2_at_gmail.com>
Date: Tue, 24 Nov 2009 01:50:25 -0800 (PST)
VeChen wrote:
Hello chen
just add a line to your pre commit hooks like
svn st | grep [D\!] | cut -c 9-
This command will grep the status of the repos. If any deletion is done D/!
just a simple tweak will meet your requirements.
Thanks & Regards,
-- View this message in context: http://old.nabble.com/how-to-detect-action-of-deletion%EF%BC%9F-tp26491040p26493121.html Sent from the tortoisesvn - users mailing list archive at Nabble.com. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2423748 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2009-11-24 10:50:33 CET |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.