Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2008 13:45:58 +0000 (UTC)
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: [O/T] svn co fails for usr.bin/window
Message-ID:  <g7uoil$rvi$1@ger.gmane.org>
References:  <20080809153916.GR99951@hoeg.nl> <OF352F3C54.F5B4272A-ON852574A2.005130B0-852574A2.0057F2DC@jpmchase.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?g7uoil$rvi$1>