[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN 1.5.1 this Wednesday. Please review and vote in STATUS

From: Peter Wemm <peter_at_wemm.org>
Date: Tue, 22 Jul 2008 13:10:49 -0700

We're hurting pretty badly on freebsd.org with the merge bugs still in STATUS:

$ export REPO=svn://svn.freebsd.org/base
$ svn co $REPO/stable/7/sys sys
$ svn merge -c 169605 $REPO/head/sys sys
svn: Working copy path 'modules/geom/geom_part' does not exist in repository
$ svn16 merge -c 169605 $REPO/head/sys sys
$

It isn't just the one directory - there are a few of them now.

You can look at the repo above, but beware.. there's 140M of source.

I built a snapshot from
http://svn.collab.net/repos/svn/branches/1.5.x-issue3067, and that
works:

$ rm -rf sys
$ svn co $REPO/stable/7/sys sys
$ svn merge -c 169605 $REPO/head/sys sys
svn: Working copy path 'modules/geom/geom_part' does not exist in repository
$ svn-i3067 merge -c 169605 $REPO/head/sys sys
$

-- 
Peter Wemm - peter_at_wemm.org; peter_at_FreeBSD.org; peter_at_yahoo-inc.com; KI6FJV
"All of this is for nothing if we don't go to the stars" - JMS/B5
"If Java had true garbage collection, most programs would delete
themselves upon execution." -- Robert Sewell
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-22 22:11:01 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.