[geos-commits] r3584 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Apr 1 16:50:00 EDT 2012


Author: pramsey
Date: 2012-04-01 13:50:00 -0700 (Sun, 01 Apr 2012)
New Revision: 3584

Modified:
   branches/3.3/HOWTO_RELEASE
Log:
Update howto release


Modified: branches/3.3/HOWTO_RELEASE
===================================================================
--- branches/3.3/HOWTO_RELEASE	2012-04-01 20:45:39 UTC (rev 3583)
+++ branches/3.3/HOWTO_RELEASE	2012-04-01 20:50:00 UTC (rev 3584)
@@ -11,15 +11,16 @@
 
 6: Tag the release:
    $ base=http://svn.osgeo.org/geos/
+   $ rev=3.3.PATCH
    $ svn copy -m "Tagged release MAJOR.MINOR.PATCH" \
-		$base/trunk $base/tags/MAJOR.MINOR.PATCH
+		$base/branches/3.3 $base/tags/$rev
 
 7: Export the tag and 'make dist-bzip2'. 
-   $ svn export http://svn.osgeo.org/geos/tags/MAJOR.MINOR.PATCH 
-   $ cd MAJOR.MINOR.PATCH
+   $ svn export http://svn.osgeo.org/geos/tags/$rev
+   $ cd $rev
    $ ./autogen.sh && ./configure && make dist-bzip2
 
-8: Copy the tarball to upload.osgeo.org:/download_data/download/geos
+8: Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
 9: Increment all the version numbers for the next release, as below.
 



More information about the geos-commits mailing list