From: <dg...@su...> - 2009-02-09 10:19:05
|
Author: bellmich Date: Mon Feb 9 11:17:06 2009 New Revision: 922 URL: http://libsyncml.opensync.org/changeset/922 Log: fixed typo (MINJOR => MINOR) and updated example Modified: trunk/RELEASE Modified: trunk/RELEASE ============================================================================== --- trunk/RELEASE Thu Feb 5 14:07:25 2009 (r921) +++ trunk/RELEASE Mon Feb 9 11:17:06 2009 (r922) @@ -33,10 +33,10 @@ you have to "svn up" and run the tests again - once the commit succeeds, you have to create a new tag with - "mkdir tags/libsyncml-$MAJOR.$MINJOR.$PATCH", - "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libsyncml-$MAJOR.$MINJOR.$PATCH -xf -" - "svn add tags/libsyncml-$MAJOR.$MINJOR.$PATCH" and - "svn commit tags/libsyncml-$MAJOR.$MINJOR.$PATCH" + "mkdir tags/libsyncml-$MAJOR.$MINOR.$PATCH", + "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libsyncml-$MAJOR.$MINOR.$PATCH -xf -" + "svn add tags/libsyncml-$MAJOR.$MINOR.$PATCH" and + "svn commit tags/libsyncml-$MAJOR.$MINOR.$PATCH" (NEVER use "svn cp" because you must replace the external entities of the trunk directory with hard copies of the actual state.) @@ -46,8 +46,8 @@ same name like the tarballs without the tar and compression suffixes and plus a new suffix md5sum Example: - md5sum libsyncml-0.5.0.tar.* > libsyncml-0.5.0.md5sum - md5sum -c libsyncml-0.5.0.md5sum + md5sum libsyncml-$MAJOR.$MINOR.$PATCH.tar.* > libsyncml-$MAJOR.$MINOR.$PATCH.md5sum + md5sum -c libsyncml-$MAJOR.$MINOR.$PATCH.md5sum - upload the tarballs and the checksum file to releases. make sure the version numbers are the same! |