From: <dg...@su...> - 2009-01-13 09:44:28
|
Author: bellmich Date: Tue Jan 13 10:43:33 2009 New Revision: 893 URL: http://libsyncml.opensync.org/changeset/893 Log: fixed copy&paste based typos Modified: trunk/RELEASE Modified: trunk/RELEASE ============================================================================== --- trunk/RELEASE Mon Jan 12 14:55:46 2009 (r892) +++ trunk/RELEASE Tue Jan 13 10:43:33 2009 (r893) @@ -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/libwbxml-$MAJOR.$MINJOR.$PATCH", - "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libwbxml-$MAJOR.$MINJOR.$PATCH -xf -" - "svn add tags/libwbxml-$MAJOR.$MINJOR.$PATCH" and - "svn commit tags/libwbxml-$MAJOR.$MINJOR.$PATCH" + "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" (NEVER use "svn cp" because you must replace the external entities of the trunk directory with hard copies of the actual state.) |