[Orca-checkins] r473 - branches/orca orca/branches orca/tags orca/trunk tags/orca trunk/orca

blair at orcaware.com blair at orcaware.com
Wed Jul 20 22:40:39 PDT 2005


Author: blair at orcaware.com
Date: Wed Jul 20 22:33:56 2005
New Revision: 473

Added:
   orca/
   orca/branches/
      - copied from r472, /branches/orca/
   orca/tags/
      - copied from r472, /tags/orca/
   orca/trunk/
      - copied from r472, /trunk/orca/
Removed:
   branches/orca/
   tags/orca/
   trunk/orca/
Modified:
   orca/trunk/CHANGES
   orca/trunk/README.DEVELOPERS

Log:
Restructure the OrcaWare Subversion repository to have the 'more'
standard Subversion repository layout where each project has
underneath it the branches, tags and trunk directories, instead of
having a top level branches, tags and trunk directory with each
project underneath.

* orca:
  New directory.

* orca/branches:
  Renamed from branches/orca.

* orca/tags:
  Renamed from tags/orca.

* orca/trunk:
  Renamed from trunk/orca.

* orca/trunk/CHANGES,
* orca/trunk/README.DEVELOPERS:
  In all URLs referring to the OrcaWare Subversion repository, change
    http://www.orcaware.com/svn/repos/trunk/orca/
  to
    http://www.orcaware.com/svn/repos/orca/trunk/
  and
    http://www.orcaware.com/svn/repos/tags/orca/
  to
    http://www.orcaware.com/svn/repos/orca/tags/


Modified: orca/trunk/CHANGES
==============================================================================
--- /trunk/orca/CHANGES	(original)
+++ orca/trunk/CHANGES	Wed Jul 20 22:33:56 2005
@@ -6,7 +6,7 @@
 
 1) Using a Subversion binary and running
 
-   svn log http://www.orcaware.com/svn/repos/trunk/orca/
+   svn log http://www.orcaware.com/svn/repos/orca/trunk/
 
    This output will be long, so you may want to pipe it to your
    favorite paging program.

Modified: orca/trunk/README.DEVELOPERS
==============================================================================
--- /trunk/orca/README.DEVELOPERS	(original)
+++ orca/trunk/README.DEVELOPERS	Wed Jul 20 22:33:56 2005
@@ -60,11 +60,11 @@
 
 The Orca Subversion repository is located at
 
-   http://www.orcaware.com/svn/repos/trunk/orca/
+   http://www.orcaware.com/svn/repos/orca/trunk/
 
 with tagged releases located at
 
-   http://www.orcaware.com/svn/repos/tags/orca/
+   http://www.orcaware.com/svn/repos/orca/tags/
 
 The Subversion home page is at
 
@@ -93,7 +93,7 @@
 Once you've downloaded and installed Subversion, run the following
 command to check out Orca HEAD:
 
-   % svn co http://www.orcaware.com/svn/repos/trunk/orca/
+   % svn checkout http://www.orcaware.com/svn/repos/orca/trunk/ orca
 
 This will create a directory named 'orca' in the current working
 directory.



More information about the Orca-checkins mailing list