From: <dg...@su...> - 2009-01-05 10:15:45
|
Author: bellmich Date: Mon Jan 5 11:15:25 2009 New Revision: 144 URL: http://libwbxml.opensync.org/changeset/144 Log: Added a note on external entities. Modified: wbxml2/trunk/RELEASE Modified: wbxml2/trunk/RELEASE ============================================================================== --- wbxml2/trunk/RELEASE Sun Dec 28 23:59:08 2008 (r143) +++ wbxml2/trunk/RELEASE Mon Jan 5 11:15:25 2009 (r144) @@ -32,7 +32,12 @@ - if someone else made changes and the commit fails, you have to "svn up" and run the tests again - - once the commit succeeds, "svn cp trunk tags/libwbxml-$MAJOR.$MINJOR.$PATCH" + - once the commit succeeds, you have to create a new tag with + "cp -R trunk tags/libwbxml-$MAJOR.$MINJOR.$PATCH", + "svn add tags/libwbxml-$MAJOR.$MINJOR.$PATCH" and + "svn commit tags/libwbxml-$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.) - create tarballs with "cmake $SOURCES; make package_source" (out of source build!) |