In my SVN repository tag
s are listed by version where name contains dots. e.g. 0.10
or 0.12.1
branches
are named like proj-0.24-rc
In the same time, for example in Mono project branches has not dots.
Is it some practice to avoid dots? Could it be treated like extension delimiter (by web server where repository is been served), etc?