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

svn_wc.h patch (Was: ".svn" directory name no good ...)

From: Files <files_at_poetryunlimited.com>
Date: 2003-09-25 17:57:03 CEST

So you're advocating:

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

Shamim Islam
BA BS

David Waite (mass@akuma.org) wrote:
>
>I'm sure the same argument might also be made for mac developers and the
>lack of opaque collections. The difference is that the fix for the win32
>problem could be a single #ifdef'd #define.
>
>-David Waite
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 25 18:04:32 2003

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

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