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

'svn st -N' doesnt display directory contents for svn:externals

From: Alexander Mueller <XelaRellum_at_web.de>
Date: 2005-11-03 16:15:53 CET

When calling "svn st -N -v" on a directory that is linked via
svn:externals, I dont get the contents of the linked directory, only the
linked directory itself.

Couldnt find this in the issues and the mailinglist, so hopefully it is new.

TIA
Xela

This is my repository structure
>O:\foo>svn ls -v file:///c:/Temp/foo
> 3 alex Nov 03 09:19 lib/
> 1 alex Nov 03 09:16 src/

Lib is linked to another repository
>O:\foo>svn pl -v file:///c:/Temp/foo/lib
>Properties on 'file:///c:/Temp/foo/lib':
> svn:externals : bar/src file:///c:/Temp/bar/bar-src

I checked out a working copy of "foo" to O:

>O:\foo>svn st -v .
> 2 2 alex .
>X lib\bar
> 3 3 alex lib
> 2 1 alex src
>
>Performing status on external item at 'lib\bar\src'
> 3 3 alex lib\bar\src
> 3 3 alex lib\bar\src\APP.C
> 3 3 alex lib\bar\src\ad_appl.c

This is fine. Strange things occur when walking down the hierarchy NOT
using recursion.

This call is OK
>O:\foo>svn st -v -N o:\foo
> 2 2 alex O:\foo
> 3 3 alex O:\foo\lib
> 2 1 alex O:\foo\src

This call is OK, too
>O:\foo>svn st -v -N o:\foo\lib
>X O:\foo\lib\bar
> 3 3 alex O:\foo\lib

ERROR: we can see the parent but not the contents
>O:\foo>svn st -v -N o:\foo\lib\bar
>X O:\foo\lib\bar

Walking down further things are fine, again
>O:\foo>svn st -v -N o:\foo\lib\bar\src
> 3 3 alex O:\foo\lib\bar\src
> 3 3 alex O:\foo\lib\bar\src\APP.C
> 3 3 alex O:\foo\lib\bar\src\ad_appl.c

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 16:19:04 2005

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.