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

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

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-09-25 20:46:22 CEST

Files wrote:

>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
>===================================================================
>
>
This won't work.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 25 21:06:07 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.