Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2016 12:14:45 +0200
From:      JosC <bsduser@cloudzeeland.nl>
To:        "freebsd-questions@FreeBSD.org" <freebsd-questions@FreeBSD.org>
Subject:   Ports upgrade script
Message-ID:  <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl>

next in thread | raw e-mail | index | archive | help
I just installed BSD 10.3 and run into a port upgrade issue.

Initially I ran

 >portsnap fetch

 >portsnap extract

and finally another*|

|*|>portsnap fetch update|

Running my upgrade.sh script

#!/bin/sh
cd /usr/local/etc
svn update /usr/src
svn update /usr/ports
#

results in following error(s):

Skipped '/usr/src'
svn: E155007: None of the targets are working copies

Skipped '/usr/ports'
svn: E155007: None of the targets are working copies

Can someone tell me what I oversee here? Thanks.

Jos Chrispijn





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2daca22c-7719-0776-fbe8-3c37021298bf>