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

Re: Suppressing keyword expansion on checkout?

From: Matthew Hannigan <mlh_at_zip.com.au>
Date: 2007-11-30 08:09:48 CET

On Thu, Nov 29, 2007 at 10:07:31AM -0800, Peter Connolly wrote:
> > I'd be interested to know why you want to suppress the
> > keywords...
> I have a main repository and a svnsync backup. I wanted to check out
> the contents of both and verify that they are identical. Call it a
> paranoia test. The $Id$ keywords are different in every source file
> and give an overwhelming number of false positives when diff'ing.

I use gnu diff's ability to ignore certain lines in this case.

    svn diff --diff-cmd=gdiff -x '-I "$Id$' ...

or similar. You can give -I multiple times to ignore
multiple things.

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 30 08:13:49 2007

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.