[PATCH + RFC]: Fixed length keywords
From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-10-16 01:08:42 CEST
On 2004-10-14 18:44+0100, Tom Molesworth wrote:
I think we have a consensus, the syntax is following at the moment:
"$keyword:: " <value> (" $" | "#$")
where <value> is at least one character, value could contain anything
> The fixed-size keyword code does not differentiate between original text
Well, in fact it must be different, think about following recipe:
echo '$Rev:: $' >> file.txt
echo 'a line' >> file.txt
svn diff -r 1:2 file.txt
You don't like to see keywords line in the diff, so they have to be
RFC:
If someone handles these keywords with old client, it is possible to
I have planned to commit this sometime next week, if nobody objects.
BR, Jani
A Log entry for patch, patch is an attachment:
This patch implements fixed size keywords for Subversion, see issue
* subversion/libsvn_subr/subst.c
* subversion/tests/clients/cmdline/diff_tests.py
* subversion/tests/clients/cmdline/svntest/main.py
* doc/book/TODO
-- Jani Averbach
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.