Possible BUG with svn status and externals
From: Manfred Klug <manklu_at_web.de>
Date: 2006-10-10 07:03:15 CEST
$ svn --version
[...]
$ svnadmin create repo
$ svn co svn://localhost/repo wc
$ mkdir wc\dir1
$ svn add wc/dir1
$ svn ps svn:ignore dir2 wc
$ svn ci -m "initial setup" wc
Committed revision 1.
$ svn status --no-ignore wc
==> Status as expected.
$ svn ps svn:externals "dir2/module svn://localhost/repo/dir1" wc
$ svn ci -m "added external" wc
Committed revision 2.
$ svn status --no-ignore wc
==> Wrong. dir2 is still an ignored folder. dir2/module is the external.
The same problem exists, if dir2 is unversioned.
Manfred
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.