You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/26 16:39:01 UTC

svn commit: r903279 - /subversion/trunk/build.conf

Author: hwright
Date: Tue Jan 26 15:39:01 2010
New Revision: 903279

URL: http://svn.apache.org/viewvc?rev=903279&view=rev
Log:
Add a section for the generated revprops header.

* build.conf
  (revprops): New.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=903279&r1=903278&r2=903279&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Tue Jan 26 15:39:01 2010
@@ -376,6 +376,12 @@
 path = subversion/libsvn_fs_fs
 sources = rep-cache-db.sql
 
+[revprops]
+description = Schema for revprop packing
+type = sql-header
+path = subversion/libsvn_fs_fs
+sources = revprops-db.sql
+
 [wc_metadata]
 description = Schema for the WC database
 type = sql-header