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

Re: UI needs some data questions

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-12-21 19:28:31 CET

Okay, Bill, here's what you were looking for:

> > What is the Working Copy Rev# of file A?
> > What is the Last Modified Date of the Working Copy Rev# we have for
> > file A?

In subversion/include/svn_wc.h, see

   svn_wc_entry_t /* ... and all the #defines and funcs below it */
   svn_wc_status_t /* ... and the funcs below it */

If it's not clear how to use these interfaces in various
circumstances, please post -- we'll fix the docs (or the interfaces)
so it is clear and useable.

> > One more additional question:
> > Does this directory have valid SVN meta-data?
> >
> > This allows us to differentiate between folders in the file system
> > that are Working Copy directories, and those that are normal file
> > system directories in the UI. Which is fairly important given my
> > first statement.

svn_wc_check_wc(), which I just put in the public svn_wc.h header. :-)

-Karl
Received on Sat Oct 21 14:36:18 2006

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.