Well, I did not say that it is a good solution but it works for me.
Clearly one should not do a
cvs up in such a directory ;-)
The only tool which did not like this so far was eclipse.
And why on earth shouldn't I be allowed to call my directory whatever I
want to? As long as I am not using CVS this should be fine and indeed
it is working for me.
For me it's a better solution than moving .svn directories around.
Dominik
On Sonntag, März 9, 2003, at 09:41 PM, B. W. Fitzpatrick wrote:
>
> 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@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 22:04:55 2003