Re: Question: svn list command

2013-02-20 Thread C M
But that means I have to create a working copy. I don't necessarily want to do that if all I am looking for is a directory listing. On Wed, Feb 20, 2013 at 11:06 AM, Geoff Hoffman wrote: > > > On Wed, Feb 20, 2013 at 10:02 AM, C M wrote: > >> The "svn list" command does not list directory entrie

Re: Question: svn list command

2013-02-20 Thread Philip Martin
C M writes: > The "svn list" command does not list directory entries if they are > svn:externals. > > Assuming this is by design, is there a way for it list externals also? The Subversion 1.8, the next release, currently has $ svn ls http://localhost/repo --include-externals A/ Listing externa

Re: Question: svn list command

2013-02-20 Thread Geoff Hoffman
On Wed, Feb 20, 2013 at 10:02 AM, C M wrote: > The "svn list" command does not list directory entries if they are > svn:externals. > > Assuming this is by design, is there a way for it list externals also? > cd into the local directory defined by your external, then svn list there. -- Conne

Question: svn list command

2013-02-20 Thread C M
The "svn list" command does not list directory entries if they are svn:externals. Assuming this is by design, is there a way for it list externals also?