You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/06/10 19:13:53 UTC

svn commit: r666214 - /incubator/couchdb/trunk/README

Author: nslater
Date: Tue Jun 10 10:13:53 2008
New Revision: 666214

URL: http://svn.apache.org/viewvc?rev=666214&view=rev
Log:
slight typo fix

Modified:
    incubator/couchdb/trunk/README

Modified: incubator/couchdb/trunk/README
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/README?rev=666214&r1=666213&r2=666214&view=diff
==============================================================================
--- incubator/couchdb/trunk/README (original)
+++ incubator/couchdb/trunk/README Tue Jun 10 10:13:53 2008
@@ -268,9 +268,9 @@
 
 The following steps should be taken prior to preparing the release:
 
-    svn cp trunk branches/X.X.X
-    svn cp branches/X.X.X tags/X.X.X
-    svn export tags/0.8.0 export
+    svn cp trunk branches/Y.Y.x
+    svn cp branches/Y.Y.x tags/Y.Y.Y
+    svn export tags/Y.Y.Y export
 
 You must then use the `export` directory to prepare the release.