What folders are commonly used by version control systems?
Posted
by a_m0d
on Stack Overflow
See other posts from Stack Overflow
or by a_m0d
Published on 2010-04-24T03:41:28Z
Indexed on
2010/04/24
3:43 UTC
Read the original article
Hit count: 206
I need to know what folder names are commonly used by Version Control systems. Many VCSs will create a hidden folder, usually in the top level of the source tree, to store the information that they use.
So far, I only know that Git uses .git/
and SVN uses .svn/
.
What are the folder names that other popular VCSs use?
© Stack Overflow or respective owner