Re: [patch] Fix windows build

2010-03-20 Thread Stefan Sperling
On Sat, Mar 20, 2010 at 05:52:46PM -0700, Joe Swatosh wrote:
 [[[
 Follow on to r924760 which removed svn_diff_private.h.  Remove
 svn_diff_private.h
 as a source of exported functions in the windows build.
 ]]]

+1 to commit (and sorry for breaking the windows build)

Stefan

 
 Index: build.conf
 ===
 --- build.conf  (revision 925708)
 +++ build.conf  (working copy)
 @@ -224,7 +224,7 @@
  path = subversion/libsvn_diff
  libs = libsvn_subr apriconv apr
  install = lib
 -msvc-export = svn_diff.h private/svn_diff_private.h
 +msvc-export = svn_diff.h
 
  # The repository filesystem library
  [libsvn_fs]


Re: [patch] Fix windows build

2010-03-20 Thread Joe Swatosh
On Sat, Mar 20, 2010 at 6:03 PM, Stefan Sperling s...@elego.de wrote:
 On Sat, Mar 20, 2010 at 05:52:46PM -0700, Joe Swatosh wrote:
 [[[
 Follow on to r924760 which removed svn_diff_private.h.  Remove
 svn_diff_private.h
 as a source of exported functions in the windows build.
 ]]]

 +1 to commit (and sorry for breaking the windows build)

 Stefan

No worries.  It happens. r925713

Thanks,
--
Joe