You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Manfred Klug <ma...@web.de> on 2006/10/14 11:40:06 UTC

FW: Possible BUG with svn status and externals

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

Manfred

> -----Ursprüngliche Nachricht-----
> Von: Manfred Klug <ma...@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