# HG changeset patch # User RhodeCode Admin # Date 2024-10-21 12:50:32 # Node ID 78129c9a7556fb9d72f59c65a00766a3168d54f6 # Parent 69ebee095c2f8ad2285039fe7a815a0aa354edc7 fix(svn): cache path check similar like for git diff --git a/rhodecode/lib/vcs/client_http.py b/rhodecode/lib/vcs/client_http.py --- a/rhodecode/lib/vcs/client_http.py +++ b/rhodecode/lib/vcs/client_http.py @@ -289,7 +289,8 @@ class RemoteRepo(object): 'revision', 'tree_items', 'ctx_list', 'ctx_branch', 'ctx_description', 'bulk_request', - 'assert_correct_path' + 'assert_correct_path', + 'is_path_valid_repository', ] if local_cache_on and name in cache_methods: