| OLD | NEW |
| 1 # | 1 # |
| 2 # build.conf -- configuration information for building Subversion | 2 # build.conf -- configuration information for building Subversion |
| 3 # | 3 # |
| 4 ###################################################################### | 4 ###################################################################### |
| 5 # | 5 # |
| 6 # Copyright (c) 2000-2006 CollabNet. All rights reserved. | 6 # Copyright (c) 2000-2006 CollabNet. All rights reserved. |
| 7 # | 7 # |
| 8 # This software is licensed as described in the file COPYING, which | 8 # This software is licensed as described in the file COPYING, which |
| 9 # you should have received as part of this distribution. The terms | 9 # you should have received as part of this distribution. The terms |
| 10 # are also available at http://subversion.tigris.org/license-1.html. | 10 # are also available at http://subversion.tigris.org/license-1.html. |
| (...skipping 297 matching lines...) Show 10 above Show 10 below |
| 308 type = ra-module | 308 type = ra-module |
| 309 path = subversion/libsvn_ra_serf | 309 path = subversion/libsvn_ra_serf |
| 310 install = serf-lib | 310 install = serf-lib |
| 311 libs = libsvn_delta libsvn_subr aprutil apriconv apr serf | 311 libs = libsvn_delta libsvn_subr aprutil apriconv apr serf |
| 312 msvc-libs = secur32.lib | 312 msvc-libs = secur32.lib |
| 313 msvc-static = yes | 313 msvc-static = yes |
| 314 | 314 |
| 315 # Accessing repositories via SVN | 315 # Accessing repositories via SVN |
| 316 [libsvn_ra_svn] | 316 [libsvn_ra_svn] |
| 317 type = ra-module | 317 type = ra-module |
error: old chunk mismatch |
| OLD | NEW |