[CalendarServer-changes] [342] CalendarServer/trunk/testcaldav
source_changes at macosforge.org
source_changes at macosforge.org
Tue Oct 31 15:51:43 PST 2006
Revision: 342
http://trac.macosforge.org/projects/calendarserver/changeset/342
Author: wsanchez at apple.com
Date: 2006-10-31 15:51:42 -0800 (Tue, 31 Oct 2006)
Log Message:
-----------
Working copy is a directory, not a file.
Don't have to cd to a working copy to do update.
Modified Paths:
--------------
CalendarServer/trunk/testcaldav
Modified: CalendarServer/trunk/testcaldav
===================================================================
--- CalendarServer/trunk/testcaldav 2006-10-31 17:37:20 UTC (rev 341)
+++ CalendarServer/trunk/testcaldav 2006-10-31 23:51:42 UTC (rev 342)
@@ -64,9 +64,8 @@
cdt="${wd}/../CalDAVTester";
-if [ -f "${cdt}" ]; then
- cd "${cdt}";
- svn update .;
+if [ -d "${cdt}" ]; then
+ svn update "${cdt}";
else
svn checkout http://svn.macosforge.org/repository/calendarserver/CalDAVTester/trunk "${cdt}"
fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061031/1147fb23/attachment.html
More information about the calendarserver-changes
mailing list