From: <svn...@op...> - 2009-02-19 17:11:36
|
Author: bellmich Date: Thu Feb 19 18:11:58 2009 New Revision: 190 URL: http://libwbxml.opensync.org/changeset/190 Log: added "svn status" hint Modified: wbxml2/trunk/RELEASE Modified: wbxml2/trunk/RELEASE ============================================================================== --- wbxml2/trunk/RELEASE Tue Feb 17 13:10:23 2009 (r189) +++ wbxml2/trunk/RELEASE Thu Feb 19 18:11:58 2009 (r190) @@ -32,6 +32,9 @@ - if someone else made changes and the commit fails, you have to "svn up" and run the tests again + - please run "svn status" before you continue to be 100 percent sure + that there is no forgotten commit and no unrevisioned file. + - once the commit succeeds, you have to create a new tag with "mkdir tags/libwbxml-$MAJOR.$MINOR.$PATCH", "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libwbxml-$MAJOR.$MINOR.$PATCH -xf -" |