Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2012 16:42:28 -0500
From:      Justin Hibbits <chmeeedalf@gmail.com>
To:        Rob Ballantyne <robballantyne3@gmail.com>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: Proper method to checkout stable?
Message-ID:  <20120219164228.60fc57e9@narn.knownspace>
In-Reply-To: <CAKLrb5dnzHdoy2pYOq%2BR6FrxqC398_bxm4_UF6R2HWA_-mQTpQ@mail.gmail.com>
References:  <CAKLrb5dnzHdoy2pYOq%2BR6FrxqC398_bxm4_UF6R2HWA_-mQTpQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 19 Feb 2012 13:36:48 -0800
Rob Ballantyne <robballantyne3@gmail.com> wrote:

> Hi All,
> 
>   I'm doing a 'svn co http://svn.freebsd.org/base/stable/9 src' on
> another machine (OS X, because I can't get subversion installed
> locally) and it's producing an error:
> ...
> A    src/share/man/man9/vget.9
> svn: In directory 'src/share/man/man9'
> svn: Can't open file
> 'src/share/man/man9/.svn/tmp/text-base/VFS_MOUNT.9.svn-base': No such
> file or directory
> 
>   Is check-out somehow dependent on being written to the correct
> location on a FreeBSD machine?
> 
>   Thanks,
> Rob

That error is usually caused by checking out on a case-insensitive
filesystem.  Check out into a case-sensitive disk image and you should
be fine.

- Justin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120219164228.60fc57e9>