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

[PATCH] Issue #2219: Canonicalize values in svn:keywords

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-04-06 13:24:35 CEST

Modified to not *drop* unidentifiable strings in svn:keywords as per Max
Bowsher's mail at...am resending the whole patch with fix and test cases
modified to test this new condition.
http://svn.haxx.se/dev/archive-2005-04/0397.shtml

[[[
   Fixed Issue #2219: Canonicalize values in svn:keywords.

   * subversion/libsvn_wc/props.c
     (canonicalize_keywords): New function to
     canonicalize the input based on the canonical
     values defined for svn:keywords.
     (svn_wc_prop_set2): Changed function to call
     canonicalize_keywords().

   * subversion/tests/clients/cmdline/prop_tests.py
     (prop_value_conversions): Modified function to
     reflect output changes now caused by canonicalization.

   * subversion/tests/clients/cmdline/trans_tests.py
     (canonicalize_keywords_prop): New function for
     testing canonicalization of svn:keywords.
     (canonicalized_and_keywords_expanded): New function
     for testing canonicalization of svn:keywords
     and expansion of keywords inside the file.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Apr 6 20:56:09 2005

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.