[Orca-checkins] r421 - trunk/orca

blair at orcaware.com blair at orcaware.com
Sat Mar 19 12:26:46 PST 2005


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.



More information about the Orca-checkins mailing list