##// END OF EJS Templates
fix(svn): cache path check similar like for git
super-admin -
r5565:78129c9a default
parent child Browse files
Show More
@@ -289,7 +289,8 b' class RemoteRepo(object):'
289 289 'revision', 'tree_items',
290 290 'ctx_list', 'ctx_branch', 'ctx_description',
291 291 'bulk_request',
292 'assert_correct_path'
292 'assert_correct_path',
293 'is_path_valid_repository',
293 294 ]
294 295
295 296 if local_cache_on and name in cache_methods:
General Comments 0
You need to be logged in to leave comments. Login now