From: <svn...@op...> - 2009-05-11 12:24:35
|
Author: bellmich Date: Mon May 11 14:24:30 2009 New Revision: 212 URL: http://libwbxml.opensync.org/changeset/212 Log: more details about releasing Modified: wbxml2/trunk/RELEASE Modified: wbxml2/trunk/RELEASE ============================================================================== --- wbxml2/trunk/RELEASE Mon May 11 13:13:21 2009 (r211) +++ wbxml2/trunk/RELEASE Mon May 11 14:24:30 2009 (r212) @@ -35,9 +35,12 @@ - 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/libwbxml-$MAJOR.$MINOR.$PATCH", - "tar -C trunk --exclude=\"\\.svn\" -cf - . | tar -C tags/libwbxml-$MAJOR.$MINOR.$PATCH -xf -" + 'tar -C trunk --exclude="\.svn" -cf - . | tar -C tags/libwbxml-$MAJOR.$MINOR.$PATCH -xf -' "svn add tags/libwbxml-$MAJOR.$MINOR.$PATCH" and "svn commit tags/libwbxml-$MAJOR.$MINOR.$PATCH" (NEVER use "svn cp" because you must replace the external entities |