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

Re: svn commit: rev 1908 - trunk/subversion/libsvn_fs

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-05-09 06:20:15 CEST

cmpilato@tigris.org writes:
> * subversion/libsvn_fs/reps-strings.c
> (make_fulltext_rep): Omigosh. Nobody saw that happen, right? :-)
> Actually use the mutability state dictated by the caller...
>
> Modified: trunk/subversion/libsvn_fs/reps-strings.c
> ==============================================================================
> --- trunk/subversion/libsvn_fs/reps-strings.c (original)
> +++ trunk/subversion/libsvn_fs/reps-strings.c Wed May 8 14:25:14 2002
> @@ -57,7 +57,7 @@
>
> {
> svn_fs__representation_t *rep = apr_palloc (pool, sizeof (*rep));
> - rep->is_mutable = 1;
> + rep->is_mutable = mutable;
> rep->kind = svn_fs__rep_kind_fulltext;
> rep->contents.fulltext.string_key = apr_pstrdup (pool, str_key);
> return rep;

Holy cow, dude.

<karl wonders if he wrote that>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 9 06:20:19 2002

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.