svn error during 'make buildkernel'?
Sergey V. Dyatko
sergey.dyatko at gmail.com
Mon Aug 5 09:05:05 UTC 2013
On Sat, 3 Aug 2013 22:04:56 -0400
Glen Barber <gjb at FreeBSD.org> wrote:
> On Sun, Aug 04, 2013 at 08:10:09AM +0800, Erich Dollansky wrote:
> > doesn't this show again that svn came a bit early?
>
> No, it shows that people do not keep their third-party software up to
> date.
>
> Glen
>
what about devel/subversion17? ;-) Why I _must_ update my svn client to 1.8.x ?
I can do svn checkout/update/etc with 1.7 installed, BUT I also want to
see svn revision when I run uname -a. We are talking about that some
time ago on efnet. newvers.sh should check exit code.
[tiger at laptop]:~/vcs/sysadm%svnversion
svn: E155036: The working copy at '/usr/home/tiger/vcs/sysadm'
is too old (format 29) to work with client version '1.8.1
(r1503906)' (expects format 31). You need to upgrade the working copy
first.
[tiger at laptop]:~/vcs/sysadm%echo $?
1
[tiger at laptop]:~/vcs/sysadm%svn upgrade
Upgraded '.'
[tiger at laptop]:~/vcs/sysadm%svnversion
13
[tiger at laptop]:~/vcs/sysadm%echo $?
0
--
wbr, tiger
More information about the freebsd-current
mailing list