I am using Apache Subversion (SVN) on Ubuntu. I have a file which is used in several sub-projects. So I use hard links to the same file.
After svn commit, it seems that the hard links become independent files (the link count becomes 1).
Is it possible for SVN to keep the hard links?
Subversion support symbolic links since 1.1 (2004).
Hard links are not recognized and handled as normal files.
See this also Version Control with Subversion