diff options
| author | Noah Slater <nslater@apache.org> | 2008-06-10 17:13:53 +0000 | 
|---|---|---|
| committer | Noah Slater <nslater@apache.org> | 2008-06-10 17:13:53 +0000 | 
| commit | 97f034032743b90e791ec6e15209d11b1e84af2d (patch) | |
| tree | a7ca4522ea764d1aef010d188bedd326cb61d171 | |
| parent | 2b905c18eb18d854ce1ed85d142be09a6977e189 (diff) | |
slight typo fix
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666214 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | README | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -268,9 +268,9 @@ If everything was successful you should now have a pristine checkout.  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. | 
