Hi Wilfredo Wilfredo Sánchez Vega schrieb:
I think you need a newer version of Subversion. You can edit out the bit on the URL, but that will break in the (rare) case where we are checking out from a branch that has since been deleted. OK, this is quite possible. As info: i'm running 1.1.4-2 i386 And it works for now after removing. I see the intension of that param in the svn doc (looked at 1.3)
Thx -- Miro
On Jan 4, 2007, at 10:56 AM, Miro Dietiker wrote:
I recognize under linux (debian sarge) a error in ./run
295 <http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/run#L295> echo "Checking out ${name}..."; 296 <http://trac.macosforge.org/projects/calendarserver/browser/CalendarServer/trunk/run#L296> svn checkout -r "${revision}" "${uri}@${revision}" "${path}";
As long as @${revision} is appended the uri, build is broken.