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

Re: Follow up - fetchedRevision from RA->get_dir

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-30 22:42:11 CEST

On May 29, 2005, at 8:58 PM, William Ferguson wrote:
>
> How do I determine the Revision at which the remote folder was lastt
> modified?

SVN 1.1.4:

Call RA->get_dir() on the parent of the folder. Then look up the
folder in the hash that is returned, and look at the 'last changed
revision' field.

SVN 1.2.0:

Instead of svn_ra_get_dir() on the parent, call svn_ra_stat() on the
folder itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 30 22:44:58 2005

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.