summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 17:31:57 +0000
committerwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 17:31:57 +0000
commit8f4d473950a16e56d6d335dd716557ca809eece4 (patch)
tree629ba36c078b03de263a4097ae5139811f825263
parentb4fbd5bf4456a77e60a69ef66ffdff399dcf0661 (diff)
downloadportableumem-8f4d473950a16e56d6d335dd716557ca809eece4.tar.gz
tweak for svn
git-svn-id: https://labs.omniti.com/portableumem/trunk@28 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r--README-alpha35
1 files changed, 15 insertions, 20 deletions
diff --git a/README-alpha b/README-alpha
index 44573d8..9f6fdff 100644
--- a/README-alpha
+++ b/README-alpha
@@ -1,36 +1,31 @@
This is the libumem package.
This document describes the actions needed to build the pre-release
-or CVS version of the package. See end of file for copying conditions.
+or subversion version of the package. See end of file for copying conditions.
* Introduction
- This is a *pre-release* version, and not ready for production use
-yet. If you are taking source from CVS, you will need to have libtool,
-automake, and autoconf installed to help contribute. See the chapter
-`Building' for the detailed instructions. The script autogen.sh is
-provided to help autoconfigure libumem from the cvs src. After you
-run autogen.sh, there should be a file 'INSTALL' with (generic)
-installation instructions. Package-specific installation instructions
-are set forth in the file README.
+ This is a *pre-release* version, and not ready for production use yet. If
+you are taking source from subversion, you will need to have libtool, automake,
+and autoconf installed to help contribute. See the chapter `Building' for the
+detailed instructions. The script autogen.sh is provided to help autoconfigure
+libumem from the cvs src. After you run autogen.sh, there should be a file
+'INSTALL' with (generic) installation instructions. Package-specific
+installation instructions are set forth in the file README.
- Please, note that the accompanying documentation may be inaccurate
-or incomplete. The CVS history is the authoritative documentation of
-all recent changes.
+ Please, note that the accompanying documentation may be inaccurate or
+incomplete. The subversion history is the authoritative documentation of all
+recent changes.
-Report bugs to (TODO: mailing list <>)
+Report bugs at https://labs.omniti.com/trac/portableumem/newticket
* Checking Out the Sources
The following instructions apply if you wish to obtain sources from
-the CVS repository:
+the subversion repository:
-To checkout the source tree from CVS issue the following command:
+To checkout the source tree from subversion issue the following command:
- cvs -z3 -d:pserver:anonymous@umem.cvs.sourceforge.net:/cvsroot/umem co \
- -P umem
-
- This will give you read-only access. If you think you need write access,
-contact the mailing list.
+ svn co https://labs.omniti.com/portableumem/trunk portable-umem
* Building