From blair at orcaware.com Sat Mar 19 12:30:47 2005 From: blair at orcaware.com (blair at orcaware.com) Date: Sat, 19 Mar 2005 12:30:47 -0800 Subject: [Orca-checkins] r422 - trunk/orca Message-ID: <200503192030.j2JKUl06008238@orca1.orcaware.com> Author: blair at orcaware.com Date: Sat Mar 19 12:29:59 2005 New Revision: 422 Modified: trunk/orca/README.DEVELOPERS Log: * README.DEVELOPERS (Directory layout): Update names and descriptions to reflect the current layout. Modified: trunk/orca/README.DEVELOPERS ============================================================================== --- trunk/orca/README.DEVELOPERS (original) +++ trunk/orca/README.DEVELOPERS Sat Mar 19 12:29:59 2005 @@ -130,20 +130,20 @@ Files for the configure auto-configuration system. contrib/ Contributed tools. + data_gatherers/ + OS specific data gathering tools. docs/ User documentation. lib/ Perl modules and image files for Orca. lib/Orca/ Perl modules that Orca uses. - orcallator/ - All programs and scripts for the Solaris orcallator.se program. + orca/ + The main Orca script and key utility scripts. packages/ Important Perl modules used by Orca that don't come with Perl. patches/ Patches for the SE toolkit. - src/ - The main Orca script and key utility scripts. From blair at orcaware.com Sat Mar 19 12:26:46 2005 From: blair at orcaware.com (blair at orcaware.com) Date: Sat, 19 Mar 2005 12:26:46 -0800 Subject: [Orca-checkins] r421 - trunk/orca Message-ID: <200503192026.j2JKQkcj008004@orca1.orcaware.com> Author: blair at orcaware.com Date: Sat Mar 19 12:25:56 2005 New Revision: 421 Modified: trunk/orca/CHANGES trunk/orca/README.DEVELOPERS Log: * CHANGES, Update links to the new location of the Subversion repository for Orca. * README.DEVELOPERS: Update links to the new location of the Subversion repository for Orca. Update the instructions on installing Subversion, as many operating systems now come with an easy way to install Subversion. Modified: trunk/orca/CHANGES ============================================================================== --- trunk/orca/CHANGES (original) +++ trunk/orca/CHANGES Sat Mar 19 12:25:56 2005 @@ -6,7 +6,7 @@ 1) Using a Subversion binary and running - svn log http://svn.orcaware.com:8000/repos/trunk/orca/ + svn log http://www.orcaware.com/svn/repos/trunk/orca/ This output will be long, so you may want to pipe it to your favorite paging program. Modified: trunk/orca/README.DEVELOPERS ============================================================================== --- trunk/orca/README.DEVELOPERS (original) +++ trunk/orca/README.DEVELOPERS Sat Mar 19 12:25:56 2005 @@ -59,15 +59,18 @@ The Orca Subversion repository is located at - http://svn.orcaware.com:8000/repos/trunk/orca/ + http://www.orcaware.com/svn/repos/trunk/orca/ with tagged releases located at - http://svn.orcaware.com:8000/repos/tags/orca/ + http://www.orcaware.com/svn/repos/tags/orca/ The Subversion home page is at - http://subversion.tigris.org + http://subversion.tigris.org/ + +You'll need a Subversion client to check out the latest Orca code and +make commits to the repository. If you are using Windows, then you can use the Windows binaries available at @@ -76,20 +79,20 @@ Make sure to use the latest svn-*-setup.exe file. -If you are running Unix, then you'll need to compile Subversion for -yourself. To get the source code for Subversion, go to +If you are running Unix, then you'll either need to compile Subversion +for yourself, or if you're lucky and on a recent enough OS, then it's +probably a simple download and install. If you do need to compile it, +get the source code for Subversion at http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260 -and download the latest tar.gz. To build Subversion, read these pages - - http://svn.collab.net/repos/svn/trunk/INSTALL - http://subversion.tigris.org/project_source.html +and download the latest tar.gz. To build Subversion, read the INSTALL +file in the tar.gz. Once you've downloaded and installed Subversion, run the following command to check out Orca HEAD: - % svn co http://svn.orcaware.com:8000/repos/trunk/orca/ + % svn co http://www.orcaware.com/svn/repos/trunk/orca/ This will create a directory named 'orca' in the current working directory.