Login | Register
My pages Projects Community openCollabNet

Discussions > svn > svn commit: r35873 - trunk/subversion/libsvn_wc

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

svn commit: r35873 - trunk/subversion/libsvn_wc

Author hwright
Full name Hyrum K. Wright
Date 2009-02-13 20:55:12 PST
Message Author: hwright
Date: Fri Feb 13 20:55:17 2009
New Revision: 35873

Log:
Cherry pick r35637 from the explore-wc branch to trunk for wc-metadata.sql.

*sigh* this creates subtree mergeinfo.

Modified:
   trunk/subversion/lib​svn_wc/wc-metadata.s​ql (contents, props changed)

Modified: trunk/subversion/lib​svn_wc/wc-metadata.s​ql
URL: http://svn.collab.ne​t/viewvc/svn/trunk/s​ubversion/libsvn_wc/​wc-metadata.sql?path​rev=35873&r1=358​72&r2=35873
====================​====================​====================​==================
--- trunk/subversion/lib​svn_wc/wc-metadata.s​ql Fri Feb 13 20:30:33 2009 (r35872)
+++ trunk/subversion/lib​svn_wc/wc-metadata.s​ql Fri Feb 13 20:55:17 2009 (r35873)
@@ -45,8 +45,8 @@ CREATE TABLE REPOSITORY (
 CREATE TABLE WCROOT (
   id INTEGER PRIMARY KEY AUTOINCREMENT,
 
- /* absolute path in the local filesystem */
- local_abspath TEXT NOT NULL
+ /* absolute path in the local filesystem. NULL if storing metadata in the wc */
+ local_abspath TEXT
   );
 
 CREATE UNIQUE INDEX I_LOCAL_ABSPATH ON WCROOT (local_abspath);

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

svn commit: r35873 - trunk/subversion/libsvn_wc hwright Hyrum K. Wright 2009-02-13 20:55:12 PST
Messages per page: