Get the latest source: Difference between revisions

From OrcaWiki
Jump to navigation Jump to search
Cnk (talk | contribs)
No edit summary
 
Cnk (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
OrcaWare Technologies hosts all of its open-source and publicly available code in a public Subversion server.
OrcaWare Technologies hosts all of its open-source and publicly available code in a public Subversion server.


Browse the OrcaWare source code repository to see the packages available for download. There are three different ways you can connect to the Subversion repository and download content. You can choose between:
Use your browser to browse the OrcaWare source code repository to see what packages are available for download.


     * HTML over port 80
     * Via HTML at http://www.orcaware.com/svn/repos/
     * XML over port 80
     * Via XML at http://www.orcaware.com/svn/repos-xml/


When checking out the source code on this server, please be extra careful to check out only the package you need, otherwise you may check out the entire repository and fill up a minimum of 300 Mbytes on your disk and take forever to check out. Here are some sample commands:
When checking out the source code on this server, please be extra careful to check out only the package you need, otherwise you may check out the entire repository and fill up a minimum of 300 Mbytes on your disk and take forever to check out. Here are some sample commands:
Line 17: Line 17:
       $ svn co http://www.orcaware.com/svn/repos/orca/tags/
       $ svn co http://www.orcaware.com/svn/repos/orca/tags/


Only the URLs for the HTML viewing also allow commits against the Subversion repository.
WARNING: The main OrcaWare site has a link to "Latest Stable", this is probably NOT what you want. For example, that code will not work for Solaris 10 and does not contain data gatherers for Linux 2.6 kernels. The latest subversion checkout is usually quite stable.
 
If you don't use subversion or for some other reason would like a distribution tarball, you can get one at http://www.orcaware.com/orca/pub/snapshots/

Latest revision as of 13:44, 8 November 2006

OrcaWare Technologies hosts all of its open-source and publicly available code in a public Subversion server.

Use your browser to browse the OrcaWare source code repository to see what packages are available for download.

   * Via HTML at http://www.orcaware.com/svn/repos/ 
   * Via XML at http://www.orcaware.com/svn/repos-xml/ 

When checking out the source code on this server, please be extra careful to check out only the package you need, otherwise you may check out the entire repository and fill up a minimum of 300 Mbytes on your disk and take forever to check out. Here are some sample commands:

   * Check out the HEAD revision, that is the latest version, of the Orca package:
     $ svn co http://www.orcaware.com/svn/repos/orca/trunk/
   * Check out Orca tagged at version 0.27:
     $ svn co http://www.orcaware.com/svn/repos/orca/tags/0.27/
   * These are the commands to avoid, as they will check out everything underneath the specified URL. Be careful :) :
     $ svn co http://www.orcaware.com/svn/repos/
     $ svn co http://www.orcaware.com/svn/repos/orca/
     $ svn co http://www.orcaware.com/svn/repos/orca/tags/

WARNING: The main OrcaWare site has a link to "Latest Stable", this is probably NOT what you want. For example, that code will not work for Solaris 10 and does not contain data gatherers for Linux 2.6 kernels. The latest subversion checkout is usually quite stable.

If you don't use subversion or for some other reason would like a distribution tarball, you can get one at http://www.orcaware.com/orca/pub/snapshots/