[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:31:21 CET

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.

---------------------------------------------------------------------
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:32:24 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.