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

Re: svn status with svn:externals

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-29 04:24:27 CET

Peter Davis <peter@pdavis.cx> writes:
> Karl, what about this problem? Should I file a separate bug?

Yes, I think so. See below.

> On Monday 28 October 2002 14:57, Peter Davis wrote:
> > $ svn pset svn:externals "foo $REPOS_2" .
> > property `svn:externals' set on ''
> > $ svn ci -m ""
> > Sending .

Ooh -- one bug is that it's using '' for '.' (I know that's unrelated,
but worth noting. It'll probably be two seconds to fix.)

> > Committed revision 1.
> > svn $ svn up
> > At revision 1.
> > $ ls
> >
> > ## This is another problem: why do I have to clear the wc
> > ## before svn:externals will be honored?
> >
> > $ cd ..
> > $ rm -rf test-wc
> > $ svn co $REPOS_1 test-wc
> > Checked out revision 1.
> >
> > Fetching external item into test-wc/foo
> > Checked out revision 0.

Hmmm! You shouldn't have to clear the wc; iirc, we've got explicit
code to handle the case where one commits a change to the value of an
svn:externals property. We've had a bug in that code before, and
fixed it before, I think.

So yes, please file an issue, and even see if there's an old one you
can reopen.

Thanks for the report!,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 04:55:41 2002

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.