[vtkusers] cvs tag for 4.4

David Cole david.cole at kitware.com
Wed Oct 26 08:30:28 EDT 2005


"release-4-4-2" is probably what you want.

On Windows, using cmd line cvs, executing this command from the VTK 
directory...
  cvs log -rHEAD CMakeLists.txt | findstr /c:"4-4"

Yields these results:
        release-4-4-2: 1.225.2.5
        release-4-4-1: 1.225.2.4
        release-4-4: 1.225.0.2
        release-4-4-bp: 1.225

Of course, using this command...
  cvs log -rHEAD CMakeLists.txt
...gives you the full set of symbolic tag names associated with 
CMakeLists.txt in this repository.

Using the command that gives you the full list of tag names does not 
produce too large of a result set. It's fairly easy just to read through 
the full set and figure out which tag name you're looking for... Moving 
forward, tag names will have the form "VTK-N-n" where "N" is the major 
release number and "n" is the minor release number. Prior to other 
projects (notably ParaView) including VTK, the naming convention was 
"release-N-n"...


Hope this helps,
David



alexandre gouaillard - Sun Microsystems - Beijing China wrote:

>hi all,
>
>What is the tag that should be used to get the source code corresponding
>to vtk4.4 out from the CVS tree ?
>
>alex.
>
>
>_______________________________________________
>This is the private VTK discussion list. 
>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
>
>  
>



More information about the vtkusers mailing list