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

Re: svn commit: r36686 - trunk/subversion/libsvn_wc

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 20 Mar 2009 01:15:54 +0200 (Jerusalem Standard Time)

Daniel Shahaf wrote on Thu, 19 Mar 2009 at 23:25 +0200:
> CGreg Stein wrote on Thu, 19 Mar 2009 at 21:20 +0100:
> > I don't know of a good way to test this code... not familiar with this
> > crop code. If somebody can set up a test that fails before / succeeds
> > after this change, then that would be great. I'd be happy to help with
> > this, but don't know where to start to get this functionality invoked.
> >
>
> How about this?
>
> % cd trunk/A
> % svn up --set-depth exclude C
> % grep '^C$' .svn/entries
> C
> % svn up --set-depth exclude D
> % grep '^C$' .svn/entries
> % grep '^D$' .svn/entries
> D
> %
>
> (i.e., ./C is lost from the entries file, but ./D is)
>
> I didn't test if your change fixes it.
>

It does. r36689.

Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1358874
Received on 2009-03-20 00:16:13 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.