# # # patch "README" # from [5b724b9a8a22eef313cd72fe23500d54995213ca] # to [9312cb3a38deda8784451bcbd150506ab0f919dd] # ============================================================ --- README 5b724b9a8a22eef313cd72fe23500d54995213ca +++ README 9312cb3a38deda8784451bcbd150506ab0f919dd @@ -11,7 +11,9 @@ Prerequisites - * A Monotone 0.28 (or later) binary. + * A Monotone 0.29 (or later) binary. 0.31 (or later) is recommended, + because it has some important improvements for the 'automate stdio' + subcommand used by TracMonotone. * Python 2.4. @@ -61,7 +63,9 @@ prefix*.{pag|dir}. All directories in prefix must exist. Not suited for concurrent access by more than one process. - 'bsddb:dir:prefix': Uses the bsddb3 binding to a persistent - BerkeleyDB database. The directory 'dir' must be writable by trac. + BerkeleyDB database. The directory 'dir' must be writable by + trac. The 'prefix' is the common part of all cache files in + this directory and can be chosen freely. Selecting the Caching Method @@ -79,14 +83,15 @@ Known Problems/Missing Features - * Security: The monotone select functionality is exposed. Monotone - binaries prior to version 0.27 are susceptible for SQL injections. + * Security: The monotone select functionality is exposed. Only + Monotone binaries prior to version 0.27 are susceptible to SQL + injections. * Revisions are almost always printed as complete 40-char string. * The changeset displays doesn't show attr changes. - * Log on a per-file basis is missing.. + * Log on a per-file basis is missing. * The lifetime for cached data should be adjustable.