* subversion/libsvn_repos/repos.c
[svn.git] / notes / locking / TODO.txt
bloba6bc2106f7356d654dfd9cc9c36203691639497a
1 TODO for locking
2 ================
5 NICE TO HAVE
6 ------------
8 * put quotes around user names as well as around lock names when we error.
10 * support cancellation during lock/unlock.
12 -----------------------------------------------
14 * Questions:
16    * Should propedit and propset reject to set a property an a file with
17      svn:needs-lock set?
19    * how do locks relate to dump/load?  file as an enhancement? 
22 * Stuff to document in book:
23      
24        - 4 new hooks
25        - 'lock' and 'unlock' commands, svn:needs-lock property.
26        - svnadmin lslocks, rmlocks, lock
27        - svnlook lock
28        - 'svn info URL'
29        - 'svn st -u' additions
30        - new 'svn up' and 'svn commit' behaviors w.r.t. locktokens
31        - two new bdb tables in BDB section.
32        - update the description of autoversioning in appendix C!