Re: [wxVTK] Getting the most recent CVS revision
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2009-01-03 11:47:47
|
On Sat, Jan 3, 2009 at 1:42 AM, Andrey Sklyar <sky...@gm...> wrote: > Hi, > > How can I get the version of wxVTK with the modifications made by Sander > Niemeijer? Doing cvs update on the 1.3 release I downloaded from > sourceforge doesn't seem to do the trick. Anything that is package is always a little older than what you can access directly from the revision tool: CVS This is describes quickly at: http://sourceforge.net/cvs/?group_id=114757 On unix you would simply do: cvs -d:pserver:ano...@wx...:/cvsroot/wxvtk login cvs -z3 -d:pserver:ano...@wx...:/cvsroot/wxvtk co wxVTK Good luck, -- Mathieu |