Finish the working copy version compatibility work started in r7661:partial-authz-devpartial-authz-dev
commit9efe90483e38885ad84d14dee977e1cf538ffa6a
authorKarl Fogel <[email protected]>
Fri, 7 Nov 2003 20:03:57 +0000 (7 20:03 +0000)
committerKarl Fogel <[email protected]>
Fri, 7 Nov 2003 20:03:57 +0000 (7 20:03 +0000)
tree2985cb31c443a945c361feb47609d54705f73197
parent71087ae7eb288ce629928985becd5a3987d049d0
Finish the working copy version compatibility work started in r7661:

* subversion/libsvn_wc/lock.c
  (maybe_upgrade_format): Renamed from upgrade_format, filled in.
  (create_lock): Don't call upgrade_format, we don't have the
    lock->wc_format yet.  Instead, callers of create_lock will have
    to call maybe_upgrade_format.
  (do_open, svn_wc__adm_steal_write_lock): Call maybe_upgrade_format.

* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_FORMAT_UPGRADE): New error code.

git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/partial-authz-dev@847746 13f79535-47bb-0310-9956-ffa450edef68
subversion/include/svn_error_codes.h
subversion/libsvn_wc/lock.c