# HG changeset patch # User RhodeCode Admin # Date 2024-10-21 12:50:32 # Node ID efc8997dee46f8b2ebb1114cb55d43bbcc577402 # Parent 80b03e72ada5a3087277f92bfed5d19a40a10a7f 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: