You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/03/21 05:31:27 UTC

svn propchange: r1303275 - svn:log

Author: gstein
Revision: 1303275
Modified property: svn:log

Modified: svn:log at Wed Mar 21 04:31:27 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Mar 21 04:31:27 2012
@@ -4,15 +4,15 @@ keep the stringbuf around, so we must av
 manually copy the data/len pair out. When we keep morphing, we'll set
 the buf to NULL to ensure we don't accidentally try to use it.
 
-* property.c:
+* subversion/libsvn_ra_serf/property.c:
   (end_propfind): set the buf member to NULL for safety
 
-* blame.c:
+* subversion/libsvn_ra_serf/blame.c:
   (create_propval): set the buf member to NULL for safety
 
-* log.c:
+* subversion/libsvn_ra_serf/log.c:
   (maybe_decode_log_cdata): copy out the members rather than using the
     morph function
 
-* replay.c:
+* subversion/libsvn_ra_serf/replay.c:
   (end_replay): set the buf member to NULL for safety