Date: Wed, 11 Jun 2014 15:10:07 -0700 From: Charles Swiger <cswiger@mac.com> To: Paul Schmehl <pschmehl_lists@tx.rr.com> Cc: olli hauer <ohauer@gmx.de>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: What is the preferred method for updating ports now? Message-ID: <16D4E02B-5F11-4B29-AF56-493A5A201E0D@mac.com> In-Reply-To: <4662C66FB1FDCA4CDC7AA470@localhost> References: <C837118D8018025B681180B9@localhost> <539894D6.5090304@gmx.de> <4662C66FB1FDCA4CDC7AA470@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 11, 2014, at 2:43 PM, Paul Schmehl <pschmehl_lists@tx.rr.com> wrote: > /usr/ports]# svn status > svn: warning: W155007: '/usr/ports' is not a working copy > > Hmm.....so I thought maybe I had to co the ports first: > > # svn co svn://svn.freebsd.org/ports/head/ That checks out the ports tree under a workarea named 'head' in your local directory. svn co svn://svn.freebsd.org/ports/head/ /usr/ports ...would checkout a workarea under /usr/ports. > After that finished, I did this: > > /usr/ports]# svn up > Skipped '.' > Summary of conflicts: > Skipped paths: 1 > > So then I did this: > > /usr/ports]# svn status > svn: warning: W155007: '/usr/ports' is not a working copy > > OK, now I'm really confused. It seems that I've done nothing at all. > > So what am I doing wrong? Try: mv /usr/ports /usr/ports_20140611 mv head /usr/ports cd /usr/ports svn status svn up Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16D4E02B-5F11-4B29-AF56-493A5A201E0D>