[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Visual Studio 2003 and SVN again :)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-07 16:54:48 CEST

On Sat, 2004-08-07 at 09:19, Sergey Popov wrote:
> Visual Studio 2003 (VS) cannot work in the proper way with
> web-projects if project directory contains subdirectory beginning with
> ".". This problem is solved in Tortoise SVN. It has special
> build which use "_svn" as a service directory, but this build is
> incompatible with standard command-line SVN client.
>
> How can I change service directory name for standard client?

Index: subversion/include/svn_wc.h
===================================================================
--- subversion/include/svn_wc.h (revision 10506)
+++ subversion/include/svn_wc.h (working copy)
@@ -751,7 +751,7 @@
  * against importing administrative subdirs, so now the name is a
  * matter of public record.
  */
-#define SVN_WC_ADM_DIR_NAME ".svn"
+#define SVN_WC_ADM_DIR_NAME "_svn"
  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 7 16:56:45 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.