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

Working copy format regression in 1.5.x branch and probably trunk

From: Bert Huijben <B.Huijben_at_competence.biz>
Date: Tue, 19 Feb 2008 11:01:05 +0100

        Hi,

While trying to apply the ankhsvn/NSvn test suite on my new SharpSvn
library I found a regression in the working copy parsing.

When I extract
http://www.ankhsvn.com/svn/finalproject/trunk/src/NSvn.Core.Tests/confli
ctwc.zip to a directory and run some svn command with 1.4.5 I get:

---- 1.4.5
# svn --version
svn, version 1.4.5 (r25188)
   compiled Aug 22 2007, 20:49:04
# svn status
? Form.cs.r1
? Form.cs.r2
? Form.cs.mine
C Form.cs

When doing the same with 1.5.x I get

--- 1.5.x @29411
# svn --version
svn, version 1.5.0 (dev build)
   compiled Feb 18 2008, 19:24:43
# svn status
svn: Missing default entry

(The problem disappears on 1.5 if I upgrade the working copy by using
the 1.4 client)

This working copy for this test case was generated with a very old
version of subversion (Probably 1.0 or 1.1) and contains an old xml
based entries file.
The workingcopy might be corrupted in some way, but has worked for
ankhsvn's testcases for quite a few subversion releases.

I will try to find the real problem this evening, but if somebody else
beats me to it...

        Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-19 11:01:36 CET

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.