as...@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.

Reply via email to