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

temporarily disable RCS keyword expansion

From: Peter Kahn <citizenkahn_at_gmail.com>
Date: Thu, 5 Jun 2008 16:28:53 -0400

How do I temporarily disable RCS keyword substitution on checkout?

I am converting from CVS to SVN and I have a convert/verify script. I run
the conversion and then I checkout the most recent sources for all branches
and trunk/head from CVS and SVN. I then walk the directories and calculate
MD5 checksum so I can spot missing files, added files and differences.

The problem is that I'm getting false positives for some RCS keywords. CVS
seems to like a different date format than SVN.

In CVS, I seem to be able to block subsitution from the client via adding
"-kb" to my checkout command (yeah, there's probably a line ending issue
too). In SVN looks like only the property on the file controls this and
there's no way to tell the client to forget about RCS subtition just for
this checkout.

So, is this possible or is propedit the only method?

-- 
Peter Kahn
citizenkahn_at_gmail.com
pkahnpie1_at_AIM
http://citizenkahn.myplaxo.com
Awareness - Intention - Action
Received on 2008-06-05 23:25:26 CEST

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.