Index: faq.html =================================================================== --- faq.html (revision 18572) +++ faq.html (working copy) @@ -1357,9 +1357,14 @@

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

-

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 +

We recommend that you live with ".svn" if you possibly can. However, +If you are using Windows, then setting the environment variable +SVN_ASP_DOT_NET_HACK to any value will tell the Subversion command +line client - and other Windows clients that support this feature - to +use "_svn" instead.

+ +

If you must 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

@@ -2487,41 +2492,10 @@ subdirectories. The error message says something like "unable to read project information".

-

There are a few solutions:

+

To work around this, set the environment variable SVN_ASP_DOT_NET_HACK +to any value - this will tell Windows clients to use "_svn" as a +directory name in your working copy.

-