Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I don like the “.svn” directory name, and prefer “SVN” or something else. How do I change it?

directory prefer SVN
0
Posted

I don like the “.svn” directory name, and prefer “SVN” or something else. How do I change it?

0

We recommend that you live with “.svn” if you possibly can. If you use some other name, your working copy may not work with Subversion clients other than the one you regularly use. However, if you absolutely must, you can simply change this line in subversion/include/svn_wc.h from #define SVN_WC_ADM_DIR_NAME “.svn” to #define SVN_WC_ADM_DIR_NAME “SVN” then recompile your client.

0

We recommend that you live with “.svn” if you possibly can. However, if you are using ASP.NET under Windows, you might need to set the environment variable SVN_ASP_DOT_NET_HACK, as described here. Or you could use a completely custom name for the administrative directory. We recommend against this, because your working copy would probably not work with Subversion clients other than the one you customized. However, if you absolutely must do this, just change this line in subversion/include/svn_wc.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123