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

Re: OMG svn info https://?????

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-07 20:35:46 CET

On Fri, 2003-11-07 at 13:31, Ben Collins-Sussman wrote:
> On Fri, 2003-11-07 at 13:25, Files wrote:
>
> > Is there a layer of the library that extracts the equivalent of the info
> > command for repositories other than the local working copy?
>
> Yes. 'svn info' just prints out the contents of .svn/entries. The
> 'entries' in an entries-file are represented by svn_wc_entry_t
> structures in libsvn_wc.
>
> So, you need to read svn_wc.h, and use that library.

Oops, I misread your mail... sorry!

You want 'info' about objects in the repository. The answer is: call
svn_client_ls() in libsvn_client. It returns a list of dirent
structures.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 7 20:37:49 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.