##// END OF EJS Templates
svn: allow to specify any svn compatible version string not only hardcoded values....
svn: allow to specify any svn compatible version string not only hardcoded values. - fixes #5605 - new SVN code allows to specify this by numberic values now. e.g 1.13 etc.

File last commit:

r407:34976bc5 default
r844:c77576f0 default
Show More
MANIFEST.in
16 lines | 273 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *