From: <dg...@su...> - 2009-01-06 15:52:31
|
Author: bellmich Date: Tue Jan 6 16:52:10 2009 New Revision: 147 URL: http://libwbxml.opensync.org/changeset/147 Log: added better description for copying the files Modified: wbxml2/trunk/RELEASE Modified: wbxml2/trunk/RELEASE ============================================================================== --- wbxml2/trunk/RELEASE Tue Jan 6 16:45:09 2009 (r146) +++ wbxml2/trunk/RELEASE Tue Jan 6 16:52:10 2009 (r147) @@ -33,7 +33,8 @@ you have to "svn up" and run the tests again - once the commit succeeds, you have to create a new tag with - "cp -R trunk tags/libwbxml-$MAJOR.$MINJOR.$PATCH", + "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" (NEVER use "svn cp" because you must replace the external entities |