On Sat, 3 Aug 2013 22:04:56 -0400
Glen Barber <g...@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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to