You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by William Ferguson <wi...@hubbub.com.au> on 2005/05/26 06:18:04 UTC

Follow up - fetchedRevision from RA->get_dir

Well, I tried to work around the fact that the fetchedRevision from
RA->get_dir and RA->get_file does equate to the most recent revision (see
previous mail) by using RA->get_file_revs, which is OK for files, but fails
for folders.

So, what's the best approach for getting the latest Revision number of a
folder?


William

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Follow up - fetchedRevision from RA->get_dir

Posted by kf...@collab.net.
William Ferguson <wi...@hubbub.com.au> writes:
> Well, I tried to work around the fact that the fetchedRevision from
> RA->get_dir and RA->get_file does equate to the most recent revision (see
> previous mail) by using RA->get_file_revs, which is OK for files, but fails
> for folders.
>
> So, what's the best approach for getting the latest Revision number of a
> folder?

Some hints:

Don't say "see previous mail", instead, give us an archive link.
Otherwise, most people won't know what you're talking about :-).

And, this mail really belongs on the users@ list, as it's not about
the development of Subversion itself.

I think the answer to your question is to use the 'svnversion'
program, if you mean a local folder.  If you mean a remote folder on
the repository, then I don't understand the question.

Please use users@ instead of dev@ if you follow up to this, thanks.

-Karl


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org