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