From: <svn...@op...> - 2009-05-05 12:11:13
|
Author: bellmich Date: Tue May 5 14:11:08 2009 New Revision: 1081 URL: http://libsyncml.opensync.org/changeset/1081 Log: copied some comments from libwbxml Modified: trunk/RELEASE Modified: trunk/RELEASE ============================================================================== --- trunk/RELEASE Thu Apr 30 17:00:20 2009 (r1080) +++ trunk/RELEASE Tue May 5 14:11:08 2009 (r1081) @@ -32,6 +32,12 @@ - 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. + + - please run 'find . -name "svn-commit*.tmp" -print' to detect + waste from failed commits. + - once the commit succeeds, you have to create a new tag with "mkdir tags/libsyncml-$MAJOR.$MINOR.$PATCH", "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libsyncml-$MAJOR.$MINOR.$PATCH -xf -" |