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

A first check of SVN 1.1.4....

From: NormW <normw_at_bocnet.com.au>
Date: 2005-04-05 14:29:54 CEST

Greetings from Au...
Just running the Metrowerks CodeWarrior passed the newly released 1.1.4
to build for the NetWare platform on a Win box, and got the following
error building svndumpfilter...

at line 694 in main.c
   SVN_ERR (svn_stream_write (nb->rb->pb->out_stream, "\n\n", &len));
                                                                ^
illegal implied conversion from 'int *' to 'unsigned int *'

Changing line 683 from:
   int len = 2;
to:
   apr_size_t len = 2;

cures the issue and the build goes to completion. Still working on some
'issues' with the Apache modules, but more of that tomorrow if needed.

I also note a few of the following hex sequences in the few source code
files I've looked at so far...

0D OA 0D 0A 0C 0D 0A

Someone's editor need a tweak perhaps? Apologies for the lack of a patch
but the 'unusual' line endings are throwing the diff tool off.

Regards,
Norm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 5 14:30:36 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.