From owner-freebsd-current@FreeBSD.ORG Sun Jul 27 11:41:29 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB38106564A; Sun, 27 Jul 2008 11:41:29 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9598E8FC0A; Sun, 27 Jul 2008 11:41:28 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crab.unsane.co.uk (crab.unsane.co.uk [10.0.0.111]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m6RBfNA2012728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Jul 2008 12:41:24 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <488C5E71.9050109@unsane.co.uk> Date: Sun, 27 Jul 2008 12:39:29 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080623) MIME-Version: 1.0 To: ticso@cicely.de References: <7d6fde3d0807261517g9714b72hbcf777f49ff91e3b@mail.gmail.com> <7d6fde3d0807261747u579be045jfde9040b8783dc5b@mail.gmail.com> <7d6fde3d0807262224h3d4329bfk4e8627bf57dc7204@mail.gmail.com> <9bbcef730807270056o3b53524ara6efc02f4922528@mail.gmail.com> <20080727105323.GE75357@cicely7.cicely.de> In-Reply-To: <20080727105323.GE75357@cicely7.cicely.de> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 27 Jul 2008 11:52:34 +0000 Cc: Garrett Cooper , freebsd-current@freebsd.org, Ivan Voras Subject: Re: freebsd svn repo busted or bad usage? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 11:41:29 -0000 Bernd Walter wrote: > On Sun, Jul 27, 2008 at 09:56:58AM +0200, Ivan Voras wrote: >> 2008/7/27 Garrett Cooper : >> >>> Either it's the version of svn or the Cygwin / Vista environment I >>> have setup, but I just spent the time to reconfigure my FreeBSD >>> RELENG_7 VMware fusion VM and things appear to be working swimmingly >>> now. >>> >>> Maybe write a note up somewhere about this caveat? >> I think it's documented somewhere (or at least "well known") that you >> need svn version 1.5 for FreeBSD's repo; this only leaves cygwin. It >> would be nice if you could confirm it's cygwin's fault :) > > The problem is that Windows can't write files containing ':' signs, > which are part of usr/bin/window directory. > I seem to recall that cygwin had a way round this if you used a special "managed" mount which allows windows special charecters. Its been a few years since I last paid much attention to cygwin though. Vince