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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"