Problem with svn:externals property on the root directory of a wo rking copy
From: Marc Haesen <marc.haesen_at_telindus.com>
Date: 2004-03-29 21:20:26 CEST
Hi,
If I run the following script on windows using revision 9207 on trunk:
set rootdir=propbug
svnadmin create repos1
svn mkdir -m "" file:///%rootdir%/repos1/dir1
svn co file:///%rootdir%/repos1 wc
I get the following output:
-> set rootdir=propbug
Committed revision 1.
-> svn mkdir -m "" file:///propbug/repos2/dir2
Committed revision 1.
-> svn co file:///propbug/repos1 wc
-> svn propset svn:externals "dir2 file:///propbug/repos2/dir2" wc
-> svn commit -m "" wc
Committed revision 2.
-> svn propget svn:externals wc
-> svn up wc
Fetching external item into 'wc\dir2'
At revision 2.
-> rm -rf wc
-> svn co file:///propbug/repos1 wc
-> svn propget svn:externals wc
-> svn up wc
-> svn propget svn:externals file:///propbug/repos1
In the working copy, the svn :externals property seems to be disappeared,
Is this a know bug or do I do something wrong? Should I add an issue in the
Marc
Visit us at Cebit 2004: Hall 13, Booth B34
---------------------------------------------------------------------
|
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.