C. Michael Pilato wrote:
> "Max Bowsher" <maxb@ukf.net> writes:
>
>> Index: subversion/libsvn_repos/repos.c
>> ===================================================================
>> --- subversion/libsvn_repos/repos.c (revision 16303)
>> +++ subversion/libsvn_repos/repos.c (working copy)
>
> [...]
>
>> +static const char * bdb_logs_lock_file_contents =
>> + "DB logs lock file, representing locks on the versioned filesystem
>> logs." + APR_EOL_STR
>> + APR_EOL_STR
>> + "All log manipulators of the repository's"
>> + APR_EOL_STR
>> + "Berkeley DB environment take out exclusive locks on this file"
>> + APR_EOL_STR
>
> Why the short line: "All log manipulators..." ? Oh, I see -- that's
> the way it was in the original. Well, now's a good time to fix that.
Done.
Whilst reflowing the text, I also noticed and fixed "manupulates" =>
"manipulates" and the broken idiom "one ... at the time" => "one ... at a
time".
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 27 17:14:42 2005