[Orca-checkins] r474 -
blair at orcaware.com
blair at orcaware.com
Thu Jul 21 22:42:50 PDT 2005
Author: blair at orcaware.com
Date: Thu Jul 21 22:42:42 2005
New Revision: 474
Modified:
README
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.
* README:
Update the documentation to reflect the new repository structure.
Modified: README
==============================================================================
--- README (original)
+++ README Thu Jul 21 22:42:42 2005
@@ -1,12 +1,13 @@
-This is the top of OrcaWare Consulting's Subversion repository.
+This is the top of OrcaWare Technology's Subversion repository. The
+top level directory contains a directory for each separate project
+hosted in the repository. Underneath each project are three
+directories:
trunk/ ......... The latest development sources. When people say
"Get the head of trunk", they mean the latest
revision of an entire project directory located in
- trunk/, such as trunk/find_badblocks or
- trunk/orca. Normally, you wouldn't want to check
- out an entire copy of trunk/, because it contains
- many unrelated projects.
+ trunk/, such as find_badblocks/trunk or
+ orca/trunk.
branches/ ...... Various development branches. Typically a branch
contains a complete copy of a project's directory
@@ -31,14 +32,15 @@
Check out the HEAD, that is the latest working copy, of the Orca
package:
- svn co http://svn.orcaware.com:8000/repos/trunk/orca/
+ svn checkout http://www.orcaware.com/svn/repos/orca/trunk/ orca
Check out Orca tagged at version 0.27:
- svn co http://svn.orcaware.com:8000/repos/tags/orca/0.27/
+ svn checkout http://www.orcaware.com/svn/repos/orca/tags/0.27/ orca-0.27
These are the commands to avoid, as they will check out everything
- underneath the specified URL. Be careful :) :
+ underneath the specified URL. Be careful :) :
- svn co http://svn.orcaware.com:8000/repos/
- svn co http://svn.orcaware.com:8000/repos/tags/
+ svn checkout http://www.orcaware.com/svn/repos/
+ svn checkout http://www.orcaware.com/svn/repos/orca/
+ svn checkout http://www.orcaware.com/svn/repos/orca/tags/
More information about the Orca-checkins
mailing list