Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 12:04:59 +0300
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: svn error during 'make buildkernel'?
Message-ID:  <20130805120459.6a47fde8@laptop.minsk.domain>
In-Reply-To: <20130804020456.GS78299@glenbarber.us>
References:  <20130803210348.GA715@troutmask.apl.washington.edu> <20130803210858.GJ78299@glenbarber.us> <20130803213023.GA812@troutmask.apl.washington.edu> <20130803214313.GL78299@glenbarber.us> <20130803221702.GA979@troutmask.apl.washington.edu> <20130804081009.257c5801@X220.ovitrap.com> <20130804020456.GS78299@glenbarber.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Aug 2013 22:04:56 -0400
Glen Barber <gjb@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@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@laptop]:~/vcs/sysadm%echo $?
1
[tiger@laptop]:~/vcs/sysadm%svn upgrade
Upgraded '.'
[tiger@laptop]:~/vcs/sysadm%svnversion
13
[tiger@laptop]:~/vcs/sysadm%echo $?
0


-- 
wbr, tiger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130805120459.6a47fde8>