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: 184

Filed under:
|
|
|
|

In my SVN repository tags 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

Related posts about svn

Related posts about tags