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

Re: how to get list of files off-line

From: Freek Dijkstra <public_at_macfreek.nl>
Date: 2007-09-25 22:04:13 CEST

Erik Huelsmann wrote:

>> I want to get a list of files in (a working copy of a) repository.
>> Naturally, "svn ls" comes to mind. However, "svn ls" needs network
>> access to the repository. However, I want a function that also works
>> off-line.
>
> What's wrong with 'svn status [--xml] /path/to/wc'?

Because by default it does not output unmodified files (which I want in
my list).

But you may be right; "svn --verbose --ignore-externals" may indeed be
what I want. I'll have a look.

Thanks,
Freek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 25 22:04:34 2007

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.