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

Re: Problem with svn:externals property on the root directory of a wo rking copy

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-29 21:39:01 CEST

On Mon, 2004-03-29 at 13:20, Marc Haesen wrote:
> Hi,
>
> If I run the following script on windows using revision 9207 on trunk:
>
> set rootdir=propbug
>
> svnadmin create repos1
> svnadmin create repos2
>
> svn mkdir -m "" file:///%rootdir%/repos1/dir1
> svn mkdir -m "" file:///%rootdir%/repos2/dir2
>
> svn co file:///%rootdir%/repos1 wc
> svn propset svn:externals "dir2 file:///%rootdir%/repos2/dir2" wc
> svn commit -m "" wc
> svn propget svn:externals wc
> svn up wc
> rm -rf wc
> svn co file:///%rootdir%/repos1 wc
> svn propget svn:externals wc
> svn up wc
> svn propget svn:externals file:///%rootdir%/repos1

Holy smokes, something is really b0rken here. This script gives me the
same bug on Linux! It's not specific to svn:externals; it reproduces
with *any* property.

Filing an issue right now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 29 21:40:02 2004

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.