[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-12-01 01:36:11 CET

On Fri, Nov 30, 2007 at 11:00:22AM -0800, Peter Connolly wrote:
> Thanks. That got me on the right track. I checked out aProject from
> the original and the backup repository and ran this command:
>
> diff -r -I "\$URL.*\$" --exclude ".svn" original/aProject backup/aProject
>

Yep, that's what I end up doing instead of svn usually.

One extra tweak is to use -q on diff, as typically you're
just checking whether they're different. Not what the
difference is.

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 1 01:40:25 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.