Changes between Initial Version and Version 2 of Ticket #13531


Ignore:
Timestamp:
Feb 13, 2019, 6:43:03 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Thanks for the patch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13531

    • Property Status changed from new to accepted
  • Ticket #13531 – Description

    initial v2  
    1 Updating from 0.4.4 to 0.5.0 (Trac 1.2.3), registering new users to an svnserve store always results in error message "Password for user foo existed, couldn't create" and the user/pass line still being added to the store file.
     1Updating from 0.4.4 to 0.5.0 (Trac 1.2.3), registering new users to an svnserve store always results in error message //Password for user foo existed, couldn't create// and the user/pass line still being added to the store file.
    22
    3 One can see in the svnserve.py source that set_password always returns None. On further inspection the implementation of delete_user looks incorrect too.
     3One can see in the `svnserve.py` source that `set_password` always returns None. On further inspection the implementation of `delete_user` looks incorrect too.