Personal tools
You are here: Home Subversion
Document Actions

Subversion

You can browse through the Pivy Subversion Repository online using the web interface.

Anonymous read-only access is available to everyone. To access the Pivy Subversion Repository make sure you have a Subversion client installed on your system. The required Subversion client can be found at the Subversion Project page.

The following Subversion URL needs to be specified to the client: https://svn.coin3d.org/repos/Pivy/trunk

An invocation with the Subversion command line client could look like:

    $ svn co https://svn.coin3d.org/repos/Pivy/trunk Pivy
    A    Pivy/SoPyScript
    A    Pivy/SoPyScript/SoPyScript.cpp
    A    Pivy/SoPyScript/SoPyScript.h
    A    Pivy/SoPyScript/SConstruct
    A    Pivy/SoPyScript/swigpyrun.h
    A    Pivy/LICENSE
    A    Pivy/interfaces
    ...
    Checked out revision 607.  # Note your revision may be different

Anytime afterwards, to update the Pivy source tree issue an:

    $ svn up

in your Pivy source tree.

To access Pivy code residing in the Pivy-1 branch that works with Coin-1 and SWIG-1.3.13 issue the following command:

    $ svn co https://svn.coin3d.org/repos/Pivy/tags/Pivy_Coin-1/