|
From: Telmo M. <te...@co...> - 2005-02-26 11:35:58
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Tiago Baptista wrote: <blockquote cite="mid...@aw..." type="cite"> <meta http-equiv="Content-Type" content="text/html; "> <meta content="MSHTML 6.00.2900.2604" name="GENERATOR"> <div><span class="181391403-26022005"><font face="Arial" size="2">Hi,</font></span></div> <div><span class="181391403-26022005"></span> </div> <div><span class="181391403-26022005"><font face="Arial" size="2">Does anyone know how to configure WinCVS to use the bloxx repository?</font></span></div> <div><span class="181391403-26022005"></span> </div> <div><span class="181391403-26022005"><font face="Arial" size="2">Tiago Baptista</font></span></div> </blockquote> You have to use a very recent WinCVS version to avoid ssh configuration hell...<br> I use 1.3.20.3 Beta 20 (I think there's a final release already)<br> <br> You get to configure your connection when you checkout a module. This configuration becomes then associated with that module.<br> <br> The CVSROOT I'm using is like this (your sourceforge login/password):<br> :ssh;username=<username>;password=<password>;hostname=cvs.sourceforge.net:/cvsroot/bloxx<br> <br> Moudle name and path on the server is:<br> /cvsroot/bloxx<br> <br> [ ]<br> TM<br> </body> </html> |