Re: Q: How to ignore minor changes in text files?
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Wed, 23 Dec 2009 14:47:39 -0600
On Dec 23, 2009, at 09:13, Julian Mitchell wrote:
> Ryan - is there a convenient place to hook in to the client side? I would like to catch this prior it to being displayed as a modification.
There are no client-side hooks in standard Subversion. Individual Subversion clients may offer this feature on their own -- for example TortoiseSVN does:
http://tortoisesvn.tigris.org/tsvn_1.5_releasenotes.html#client-side-hooks
For the command-line client, you could write a wrapper script for svn which performs your checks and then calls the real svn.
|
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.