From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 13:46:17 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 DB089106567E for ; Wed, 13 Aug 2008 13:46:17 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1348FC2D for ; Wed, 13 Aug 2008 13:46:17 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KTGfz-0003GW-Qp for freebsd-current@freebsd.org; Wed, 13 Aug 2008 13:46:11 +0000 Received: from xdsl-10260.wroclaw.dialog.net.pl ([84.40.242.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2008 13:46:11 +0000 Received: from mwisnicki+freebsd by xdsl-10260.wroclaw.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2008 13:46:11 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Marcin Wisnicki Date: Wed, 13 Aug 2008 13:45:58 +0000 (UTC) Lines: 15 Message-ID: References: <20080809153916.GR99951@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-10260.wroclaw.dialog.net.pl User-Agent: Pan/0.132 (Waxed in Black) Sender: news Subject: Re: [O/T] svn co fails for usr.bin/window 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: Wed, 13 Aug 2008 13:46:17 -0000 On Mon, 11 Aug 2008 12:00:37 -0400, rohit.x.tripathi wrote: > Thank you, it checks out fine now under linux and freebsd now, but under > windows with tortoise svn throws the following error (due to unknown > reasons, might be something with my environment): > If you really need to use windows, try cygwin with managed mounts: mkdir c:/cygwin/usr/src.managed mount -o managed c:/cygwin/usr/src.managed /usr/src This will give you full unix semantics within /usr/src. Obviously it works only with cygwin apps (windows will only see url- encoded file names), so you can forget about tortoise.