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