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

Svn 1.1 RC 4 does not compile on Red Hat 7

From: Simon Knight <Simon.Knight_at_itsq.com.au>
Date: 2004-09-30 06:38:31 CEST

Hi All,

Svn 1.1 RC 4 does not compile on Red Hat 7.0 because the code in
subversion/mod_dav_svn/file_revs.c line 220 is not valid C, its C++.
Swap the lines to this and its OK.

 

  /* These get determined from the request document. */

  svn_revnum_t start = SVN_INVALID_REVNUM;

  svn_revnum_t end = SVN_INVALID_REVNUM;

 

  /* Construct the authz read check baton. */

  arb.r = resource->info->r;

  arb.repos = resource->info->repos;

 

cheers

Simon
Received on Thu Sep 30 07:48:37 2004

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.