[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: Rush Manbert <rush_at_manbert.com>
Date: 2007-09-25 19:43:30 CEST

Freek Dijkstra 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.
>
> Is there a way to get this list of files, without going on-line?
>
> I currently parse .svn/entries, but I rather use a proper API call or
> command-line tool.
>
<snip>

Use find and filter out any path that contains .svn?

- Rush

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 25 19:43:51 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.