[CalendarServer-changes] [2754] CalendarServer/trunk/support/submit

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 22 17:50:23 PDT 2008


Revision: 2754
          http://trac.macosforge.org/projects/calendarserver/changeset/2754
Author:   wsanchez at apple.com
Date:     2008-07-22 17:50:22 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------


Modified Paths:
--------------
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2008-07-22 21:12:46 UTC (rev 2753)
+++ CalendarServer/trunk/support/submit	2008-07-23 00:50:22 UTC (rev 2754)
@@ -85,10 +85,10 @@
 
 if "${build}"; then
   project_version="${project}-$(echo ${revision} | sed -e 's/:/_/g')";
-else 
-#
-# We need a single revision number
-#
+else
+  #
+  # We need a single revision number
+  #
   if [ -n "$(echo "${revision}" | sed 's|[0-9M]||g')" ]; then
     echo "Working copy has multiple versions of files: ${revision}.  Aborting.";
     exit 1;
@@ -98,9 +98,9 @@
 
   project_version="${project}-$((${version} + ${revision} / 10000 % 100)).$((${revision} / 100 % 100)).$((${revision} % 100))";
 
-#
-# Make sure changes are checked in.
-#
+  #
+  # Make sure changes are checked in.
+  #
   if [ "$(svn st "${src}" | grep -v support/submit)" != "" ]; then
     echo "Working copy has uncommitted changes.  Aborting.";
     exit 1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080722/a4cd1040/attachment.html 


More information about the calendarserver-changes mailing list