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

FW: Possible BUG with svn status and externals

From: Manfred Klug <manklu_at_web.de>
Date: 2006-10-14 13:40:06 CEST

Since I got no response on the user list, I forward this message to the dev list.

Manfred

> -----Ursprüngliche Nachricht-----
> Von: Manfred Klug <manklu@web.de>
> Gesendet: 10.10.06 07:24:09
> An: users@subversion.tigris.org
> Betreff: Possible BUG with svn status and externals

> $ svn --version
> svn, version 1.4.0 (r21228)
> compiled Sep 11 2006, 17:46:59
>
> [...]
>
> $ svnadmin create repo
> $ copy svnserve.conf repo\conf
>
> $ svn co svn://localhost/repo wc
> Checked out revision 0.
>
> $ mkdir wc\dir1
> $ mkdir wc\dir2
>
> $ svn add wc/dir1
> A wc\dir1
>
> $ svn ps svn:ignore dir2 wc
> property 'svn:ignore' set on 'wc'
>
> $ svn ci -m "initial setup" wc
> Sending wc
> Adding wc\dir1
>
> Committed revision 1.
>
> $ svn status --no-ignore wc
> I wc\dir2
>
> ==> Status as expected.
>
> $ svn ps svn:externals "dir2/module svn://localhost/repo/dir1" wc
> property 'svn:externals' set on 'wc'
>
> $ svn ci -m "added external" wc
> Sending wc
>
> Committed revision 2.
>
> $ svn status --no-ignore wc
> X wc\dir2
>
> ==> Wrong. dir2 is still an ignored folder. dir2/module is the external.
>
> The same problem exists, if dir2 is unversioned.
>
> Manfred

_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 13:40:25 2006

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.