Yesterday I updated my 10-CURRENT from almost a year ago via the usual
So I read the wiki, grab net/svnup, but still can't update anything by running
Here's my /usr/local/etc/svnup.conf (without the unmodified branch sections).
The default protocol=https or protocol=svn runs, but sits there and does nothing. protocol=http starts spitting out some info, but then chews up CPU seemingly for an indefinite amount of time (with no disk/network activity).
make update
, but didn't rebuild anything. Today I wanted to make update
just one more time before rebuilding, but got this:
Code:
--------------------------------------------------------------
CVS_UPDATE and SUP_UPDATE are no longer supported.
Please see: [url]https://wiki.freebsd.org/CvsIsDeprecated[/url]
--------------------------------------------------------------
*** [update] Error code 1
Stop in /usr/src.
*** [update] Error code 1
Stop in /usr/src.
So I read the wiki, grab net/svnup, but still can't update anything by running
svnup current
Here's my /usr/local/etc/svnup.conf (without the unmodified branch sections).
Code:
work_directory=/var/tmp/svnup
#host=svn.freebsd.org
host=svn0.us-west.freebsd.org
#host=svn0.us-east.freebsd.org
#protocol=https
protocol=svn
verbosity=2
trim_tree=0
#extra_files=0
extra_files=1
The default protocol=https or protocol=svn runs, but sits there and does nothing. protocol=http starts spitting out some info, but then chews up CPU seemingly for an indefinite amount of time (with no disk/network activity).