JKChen
JKChen
Just change `cipher` in `config/app.php` can fix this error: from `'cipher' => MCRYPT_RIJNDAEL_128,` to `'cipher' => 'AES-256-CBC',` [#ref](https://github.com/laravel/framework/issues/16329)
Awesome~
Thanks for your quick reply. My english is so poor and your SVNAdmin is so cool. :)
The function of "Delete & Rename the folder/directory in the repository" would be needed too.
Thanks a lot for your reply· The userview page only displays user's permission assigned to those access-path,how to display/list the inherited permission, e.g:Alice's ‘R-W’ permission to access-path ‘pro:/web/trunk’ in my...
Can you tell me some clue to get those implicit sub-directories permission of each user? Thanks for your help· :) You're so kind~
Thank you so much.
Implement 'AuthzSVNReposRelativeAccessFile' allows SVNParentPath to use a different authz configuration file for each repository.
Awesome feature.