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

Re: [OS X] Preserving .svn directories in nibs; restoring nuked .svn directories

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-03-09 21:41:50 CET

Dominik Westner <westner@logicunited.com> writes:
> well, I took another approach:
>
> I compiled svn with
>
> #define SVN_WC_ADM_DIR_NAME ".svn"
>
> changed to
>
> #define SVN_WC_ADM_DIR_NAME "CVS"
>
> in subversion/include/svn_wc.h
>
> It's a hack, but it works reasonably well with the Apple Dev Tools. I
> already filled a but at Apple about not supporting subversion with
> their dev tools.

I strongly recommend against this. You're likely to encounter weird
errors with tools that automatically grub around in a CVS/ directory
when they find one.

-Fitz

PS 'filled a but' sounds pretty funny. I'm assuming that you 'filed a
bug'. :)

--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 9 21:43:16 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.