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

[PATCH]Issue #2219 - svn:keywords canonicalization - code, test fix

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-03-08 05:56:04 CET

On Wed, 2005-03-02 at 21:13, kfogel@collab.net wrote:
> John Peacock <jpeacock@rowman.com> writes:
> > Then the book needs to change:
> >
> > http://svnbook.red-bean.com/en/1.0/ch07s02.html#svn-ch-7-sect-2.3.4
> >[...]
> > > I think we should canonicalize towards:
> > > HeadURL
> > > Author
> > > Revision
> > > Date
> > > Id
> > [...]
> -Karl
Hey Guys,
  Find attached the code fix, test case and a modified existing test
case ( and of course the log )
  Yet to make the doc changes....

Regards,
Madan.

   Fixed Issue #2219: Canonicalizing the svn:keywords
   * subversion/tests/clients/cmdline/trans_tests.py
     (canonicalize_keywords_prop): Added this function for
     testing canonicalization of svn:keywords

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

   * subversion/libsvn_subr/subst.c
     (svn_subst_canonicalize_keywords): Added this function
     to canonicalize the input based on the canonical
     values defined for svn:keywords.

   * subversion/libsvn_wc/props.c
     (svn_wc_prop_set2): Changed this function to
     call svn_subst_canonicalize_keywords() to
     canonicalize the user input.

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

Received on Tue Mar 8 05:50:12 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.