##// END OF EJS Templates
feat(git/svn): ensure both assert repo function for git and svn use caching and only those create dirs....
feat(git/svn): ensure both assert repo function for git and svn use caching and only those create dirs. - in future this would be important if we use sharding for filesystem. Only vcsserver should make operations on the repositories

File last commit:

r1125:f619b34f python3
r1184:86489ea8 default
Show More
.hgignore
41 lines | 393 B | text/plain | TextLexer
syntax: glob
*.orig
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.eggs
*.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.venv.*$
^\.ruff_cache.*$
^\.rhodecode$
^.dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$