CVS checkout wxPython

Hi NG,

I tried to checkout wxPython, but nothing of the following was working
for me.

rem svn co https://svn.sourceforge.net/svnroot/wxpython wxpython
rem cvs -z3
-d:pserver:anonymous@wxpython.cvs.sourceforge.net:/cvsroot/wxpython co
-P wxPythonWeb

rem cvs -z3
-d:pserver:anonymous@wxpython.cvs.sourceforge.net:/cvsroot/wxpython co
-P wxpython
rem cvs -z3 -d:pserver:anonymous@cvs.wxwidgets.org:/cvsroot/wxpython co
-P wxpython

rem cvs -z3
-d:pserver:anoncvs@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co -P
wxpython
rem cvs -z3
-d:pserver:anonymous@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co
-P wxpython
cvs -z3 -d:pserver:anonymous@cvs.wxwidgets.org:/cvsroot/wxwidgets co -P
wxpython

What is the right command line? :slight_smile:

···

--
Franz Steinhaeusler

I found out:

cvs -z3 -d:pserver:cvs:cvs@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co -P wxWidgets

was working.

Better would be only to update wxPython, is that enough?

I had almost 200 MB download.

···

On Thu, 2 Nov 2006 09:20:29 +0000 (UTC), Franz Steinhaeusler <franz.steinhaeusler@gmx.at> wrote:

Hi NG,

I tried to checkout wxPython, but nothing of the following was working
for me.

rem svn co wxPython download | SourceForge.net wxpython
rem cvs -z3
-d:pserver:anonymous@wxpython.cvs.sourceforge.net:/cvsroot/wxpython co
-P wxPythonWeb

rem cvs -z3
-d:pserver:anonymous@wxpython.cvs.sourceforge.net:/cvsroot/wxpython co
-P wxpython
rem cvs -z3 -d:pserver:anonymous@cvs.wxwidgets.org:/cvsroot/wxpython co
-P wxpython

rem cvs -z3
-d:pserver:anoncvs@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co -P
wxpython
rem cvs -z3
-d:pserver:anonymous@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co
-P wxpython
cvs -z3 -d:pserver:anonymous@cvs.wxwidgets.org:/cvsroot/wxwidgets co -P
wxpython

What is the right command line? :slight_smile:

--

Franz Steinhaeusler

Franz Steinhaeusler wrote:

···

On Thu, 2 Nov 2006 09:20:29 +0000 (UTC), Franz Steinhaeusler <franz.steinhaeusler@gmx.at> wrote:

What is the right command line? :slight_smile:

I found out:

cvs -z3 -d:pserver:cvs:cvs@cvs.wxwidgets.org:2401/pack/cvsroots/wxwidgets co -P wxWidgets

was working.

Better would be only to update wxPython, is that enough?

You could use wxWidgets/wxPython as the last parameter to get just wxPython.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!