Is it bad practice to allow dots in SVN tags/branches' names?
Posted
by abatishchev
on Stack Overflow
See other posts from Stack Overflow
or by abatishchev
Published on 2010-06-01T23:02:46Z
Indexed on
2010/06/01
23:13 UTC
Read the original article
Hit count: 204
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?
© Stack Overflow or respective owner