Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 19:17:50 -0400
From:      jhell <jhell@dataix.net>
To:        "Philip M. Gollucci" <pgollucci@ridecharge.com>
Cc:        current@freebsd.org
Subject:   Re: can't checkout svn on cygwin
Message-ID:  <4C3F971E.5000001@dataix.net>
In-Reply-To: <4C3F8442.6070809@ridecharge.com>
References:  <4C3F8442.6070809@ridecharge.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/15/2010 17:57, Philip M. Gollucci wrote:
> ssA and ssa conflict
> 
> 
> 
> $ ~/repos/fbsd/base/head/share/doc/psd> svn up
> A    15.yacc
> A    15.yacc/ss..
> A    15.yacc/ssA
> A    15.yacc/ssa
> A    15.yacc/ssb
> A    15.yacc/ssB
> A    15.yacc/ssc
> A    15.yacc/ssd
> A    15.yacc/ss0
> A    15.yacc/ss1
> A    15.yacc/ref.bib
> A    15.yacc/ss2
> A    15.yacc/ss3
> A    15.yacc/ss4
> A    15.yacc/ss5
> A    15.yacc/ss6
> A    15.yacc/ss7
> A    15.yacc/ss8
> A    15.yacc/Makefile
> A    15.yacc/ss9
> svn: In directory '15.yacc'
> svn: Can't open file '15.yacc/.svn/tmp/text-base/ssa.svn-base': No such
> file or directory
> 

Looks to be a problem with your local .svn directory.

Run the following in the psd directory.
rm -rf 15.yacc
svn update

This should fix it up for whatever happened. If not then backup one
directory rm that directory and repeat.

The base repository is clean.

Regards,

-- 

 jhell,v




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