See 
<http://hudson.zones.apache.org/hudson/job/subversion-trunk-solaris/927/changes>

Changes:

[rhuijben] Remove two new in 1.7 public apis from public view. These apis are 
only
used from io.c and their use is already wrapped in easier to maintain
apis. Both functions are not truly platform independent and better
apis should be used instead.

Also remove a static implementation of a now publicly available
api and fix the implementation of the public function with the
checks from the private function.

* subversion/include/svn_io.h
  (svn_io_file_mktemp, svn_io_file_perms_set): Remove functions.

* subversion/libsvn_subr/io.c
  (file_perms_set): Moved here from svn_io_file_perms_set() below, to
    allow  using it as static function earlier in this file.
  (svn_io_copy_perms): Update caller.
  (file_name_get): Remove static variant of public function.
  (do_io_file_wrapper_cleanup): Update caller.
  (svn_io_read_length_line): Update caller.
  (svn_io_file_mktemp): Rename to ...
  (file_mktemp): ... this and make static.
  (svn_io_file_name_get): Use conversion function variant that always copies
    the string to pool.
  (svn_io_file_perms_set): Removed here. See file_perms_set().
  (svn_io_open_unique_file3): Update caller.

------------------------------------------
Started by an SCM change
Building remotely on lucene.zones.apache.org (Solaris 10)
Updating https://svn.apache.org/repos/asf/subversion/trunk
U         subversion/include/svn_io.h
U         subversion/libsvn_subr/io.c
At revision 944510
[subversion-trunk-solaris] $ /bin/bash -xe /var/tmp/hudson384778632004347910.sh
+ cd subversion-trunk
+ 
PATH=/export/home/hudson/bin:/export/home/hudson/tools/java/latest/bin:/export/home/hudson/tools/ant/latest/bin:/export/home/hudson/tools/tomcat/latest/bin:/opt/subversion-current/bin:/usr/ucb:/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/SUNWspro/bin:/usr/X/bin:/usr/ucb:/usr/sbin:/usr/ccs/bin:/usr/bin
+ export PATH
+ /usr/ccs/bin/make clean
make: Fatal error: Don't know how to make target `clean'
Recording test results

Reply via email to