Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

Theo Boafo
Hi All,
 
trying to connect to cvs and getting this message:
 
In C:\quants\QuantLib-dev_new: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "QuantLib"
CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib
 
connect to cvs.sourceforge.net:2401 failed: A socket operation was attempted to an unreachable host.
Success, CVS operation completed
 
It use to work, how do I get round this problem? 
 
 
Regards
 
Theo
 
Reply | Threaded
Open this post in threaded view
|

Re: Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

eric ehlers
Hi Theo,

> CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib

try
> CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib

The details have changed since SF was brought back online after the
recent outage:
http://sourceforge.net/docman/display_doc.php?docid=29894&group_id=1#connection

Regards,
Eric


Reply | Threaded
Open this post in threaded view
|

RE: Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

Toyin Akin
In reply to this post by Theo Boafo
Hi,

You need to use this instead:

[hidden email]:/cvsroot/quantlib

rather than

[hidden email]:/cvsroot/quantlib

Toy out.

>From: [hidden email]
>To: [hidden email]
>Subject: [Quantlib-users] Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs
>Date: Tue, 23 May 2006 12:44:36 EDT
>
>Hi All,
>
>trying to connect to cvs and getting this message:
>
>In C:\quants\QuantLib-dev_new: "C:\Program Files\TortoiseCVS\cvs.exe" "-q"
>"checkout" "-P"  "QuantLib"
>CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib
>
>connect to cvs.sourceforge.net:2401 failed: A socket operation was  
>attempted
>to an unreachable host.
>Success, CVS operation completed
>
>It use to work, how do I get round this problem?
>
>
>Regards
>
>Theo
>




Reply | Threaded
Open this post in threaded view
|

Re: Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

Theo Boafo
In reply to this post by Theo Boafo
Hi All,
 
Its working now.
 
Many thanks
 
Theo
Reply | Threaded
Open this post in threaded view
|

Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

Theo Boafo
In reply to this post by Theo Boafo
Hi All,
 
I have downloaded the lates cvs source code for Quantlib and was looking at the 2 files
mchullwhiteengine.cpp and mchullwhiteengine.hpp in ql\pricingengines\capfloor.
 
Anyone know if this class works and if so are there any examples or test routines for this class?
 
Regards
 
Theo
Reply | Threaded
Open this post in threaded view
|

Re: Re: QuantLib-users digest, Vol 1 #1017 - 4 msgs

Luigi Ballabio
On 05/24/2006 10:37:33 AM, [hidden email] wrote:
> I have downloaded the lates cvs source code for Quantlib and was
> looking at
> the 2 files
> mchullwhiteengine.cpp and mchullwhiteengine.hpp in
> ql\pricingengines\capfloor.
>
> Anyone know if this class works and if so are there any examples or
> test
> routines for this class?

No, there's no examples or tests at this time.

Luigi


----------------------------------------

Testing can never demonstrate the absence of errors in software, only
their presence.
-- W.E. Dijkstra