You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/01/19 16:49:50 UTC

svn commit: r900824 - /subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c

Author: rhuijben
Date: Tue Jan 19 15:49:50 2010
New Revision: 900824

URL: http://svn.apache.org/viewvc?rev=900824&view=rev
Log:
* subversion/libsvn_ra_serf/property.c
  (svn_ra_serf__get_baseline_info): Canonicalize url before returning it.

Modified:
    subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c

Modified: subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c?rev=900824&r1=900823&r2=900824&view=diff
==============================================================================
--- subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c (original)
+++ subversion/branches/1.6.x-1.6.8-serfassertion/subversion/libsvn_ra_serf/property.c Tue Jan 19 15:49:50 2010
@@ -985,6 +985,8 @@
                                 "requested baseline-collection value"));
     }
 
+  basecoll_url = svn_path_canonicalize(basecoll_url, pool);
+
   if (latest_revnum)
     {
       const char *version_name;