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

Re: Usage of /dev/random

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-08-18 19:20:12 CEST

Christoph Bartoschek wrote:

>Am Donnerstag, 18. August 2005 16:52 schrieben Sie:
>
>
>
>>>Can I pass this option to the subversion configure script? Or can I patch
>>>a file such that this option is automatically passed to apr. Rebuilding
>>>apr from inside the subversion directory does not fit in our software
>>>installation scripts. On the other side a patch would be easy to use
>>>because we already have a local patch for a subversion bug.
>>>
>>>
>>As Ben said, this is an APR problem, not a Subversion problem -- so you
>>have to rebuild APR, not Subversion.
>>
>>-- Brane
>>
>>
>
>Yes, but APR is build inside of subversion. For me as a user it is only a
>part of subversion. I do not build APR before I build subversion. Everything
>is handled by subversion internaly. And I want to keep it this way.
>
>
Oh, I misunderstood, I thought you didn't want to rebuild APR.

Any configure option you give to SVN's configure is passed on to APR's
configure; so yes, you can configure Subeversion
--with-devrandom=/dev/urandom, rebuild everything, and APR shoudl behave
correctly.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 18 19:32:16 2005

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

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