Andy Whitcroft <apw@shadowen.org>


Patch Suggested
r850699 r850808

r850699 | mthelen | 2004-08-14 07:05:05 +0000 (Sat, 14 Aug 2004)

Add a warning about svnlook and svnadmin to the svn+ssh checklist.

Patch by: Andy Whitcroft <apw@shadowen.org>
          me

* doc/book/book/ch06.xml
  (svn-ch-6-sect-5): Mention that svnlook and svnadmin need to access
   the repository with a sane umask, in addition to svnserve.


r850808 | mbk | 2004-08-26 17:34:22 +0000 (Thu, 26 Aug 2004)

Deprecate svn_repos_recover() and svn_io_file_lock() in favor of
svn_repos_recover2() and svn_io_file_lock2(), respectively.  Change all
callers to the new interface.

Suggested by: Andy Whitcroft <apw@shadowen.org>

* subversion/svnadmin/main.c:
  (subcommand_recover): Use svn_repos_recover2(), instead of
   svn_repos_recover().

* subversion/include/svn_repos.h:
  (svn_repos_recover): Deprecate.

* subversion/include/svn_io.h:
  (svn_io_file_lock): Deprecate.

* subversion/bindings/java/javahl/native/SVNAdmin.cpp:
  (SVNAdmin::recover): Use svn_repos_recover2(), instead of
  svn_repos_recover(). 

* subversion/libsvn_repos/repos.c:
  (lock_db_logs_file): Use svn_io_file_lock2() instead of svn_io_file_lock().

* subversion/libsvn_fs_fs/fs_fs.c:
  (get_write_lock): Use svn_io_file_lock2() instead of svn_io_file_lock().