[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1328595 - /subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db .c

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Sun, 22 Apr 2012 11:13:14 +0300

ashod_at_apache.org wrote on Sat, Apr 21, 2012 at 07:03:52 -0000:
> Author: ashod
> Date: Sat Apr 21 07:03:51 2012
> New Revision: 1328595
>
> URL: http://svn.apache.org/viewvc?rev=1328595&view=rev
> Log:
> Pristine.db created during db-init.
> ** Checkpoint: raw code. Not ready for review yet! **
>
> Modified:
> subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c
>
> Modified: subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c
> URL: http://svn.apache.org/viewvc/subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c?rev=1328595&r1=1328594&r2=1328595&view=diff
> ==============================================================================
> --- subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c (original)
> +++ subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c Sat Apr 21 07:03:51 2012
> @@ -60,6 +60,7 @@
> * Some filename constants.
> */
> #define SDB_FILE "wc.db"
> +#define PDB_FILE "pristine.db"
>
> #define WCROOT_TEMPDIR_RELPATH "tmp"
>
> @@ -1436,7 +1437,7 @@ create_pristine_db(svn_sqlite__db_t **pd
>
> /* TODO: Sqlite statements must be auto-generated from an SQL file. */
> /* Temporarily hardcoded here.
> -
> +

As per stsp's earlier review, please do not include unrelated whitespace
changes in commits.
Received on 2012-04-22 10:14:08 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.