Index: faq.html =================================================================== --- faq.html (revision 18572) +++ faq.html (working copy) @@ -1357,9 +1357,14 @@
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.
-Recompile your client to use a different working copy name, as - described here. Or,
-If you use TortoiseSVN, you can download a client that is - already modified to work around the problem, see - http://tortoisesvn.tigris.org/download.html. Or,
-Take Jim Bolla's advice from - http://weblogs.asp.net/fbouma/archive/2004/02/28/81479.aspx: - "If you're working on web projects locally or across a file - share, you can get around this by converting it to a regular class - library project. I have some docementation on how to do this that - i've compiled from various sources on the internet about how to do - this." (We've contacted Jim Bolla about getting that - documentation, and will include it here if we can.). Or,
-Steele Price, also on - http://weblogs.asp.net/fbouma/archive/2004/02/28/81479.aspx, - says: - "You can get around the .SVN directory pretty easily by - following instructions here: http://staff.develop.com/onion/Samples/aspdotnet_without_web_projects.htm - further instruction for making new projects is here: - http://blog.steeleprice.net/archive/2003/11/09/134.aspx" -
- -