~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/libsvn_wc/wc_db.h

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-02-20 20:38:10 UTC
  • mfrom: (0.2.11)
  • Revision ID: package-import@ubuntu.com-20140220203810-w61omsda8fs70pta
Tags: 1.8.8-1
* New upstream release.  Refresh patches.
  - Remove backported patches sqlite_3.8.x_workaround & swig-pl_build_fix
  - Fix integer overflows with 32-bit svnserv, which could cause an infinite
    loop (Closes: #738840) or inaccurate statistics (Closes: #738841)
  - Work around SQLite not honoring umask when creating rep-cache.db.
    (Closes: #735446)
  - Includes security fix:
    + CVE-2014-0032: mod_dav_svn crash when handling certain requests with
      SVNListParentPath on  (Closes: #737815)
* Add a subversion-dbg package.  (Closes: #508147)
* Bump libdb5.1-dev → libdb5.3-dev  (Closes: #738650)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2831
2831
   @{
2832
2832
*/
2833
2833
 
 
2834
/* Installs or updates Sqlite schema statistics for the current (aka latest)
 
2835
   working copy schema.
 
2836
 
 
2837
   This function should be called once on initializing the database and after
 
2838
   an schema update completes */
 
2839
svn_error_t *
 
2840
svn_wc__db_install_schema_statistics(svn_sqlite__db_t *sdb,
 
2841
                                     apr_pool_t *scratch_pool);
 
2842
 
 
2843
 
2834
2844
/* Create a new wc.db file for LOCAL_DIR_ABSPATH, which is going to be a
2835
2845
   working copy for the repository REPOS_ROOT_URL with uuid REPOS_UUID.
2836
2846
   Return the raw sqlite handle, repository id and working copy id