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

Re: Re: [Subclipse-users] SvnClientAdapter question

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 27 Sep 2011 10:08:37 -0400

On Tue, Sep 27, 2011 at 10:04 AM, Al Habte <aghabte_at_rockwellcollins.com> wrote:
> Mark:
>
> Thanks for responding. I tried the following per your suggestion:
>
> ISVNInfo info = svnClient.getInfo(itemURL)
> info.getLastChangedRevision();
>
> This behaves the same, giving back the revision at which the the filed was moved, not the revision at which the file was modified.
>
> I am looking for suggestions on what to try to get the behavior I wanted and am expecting programamtically. That is, I want to get the revision at which the file (contents) was last modified (450 in my example), even after it is moved, and its path at that revision.

What would you do if you wanted to find out the information manually
using the command line client? The API is behaving correctly, all I
can think of is to use svn log API to look at the history of the item.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2846723
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-09-27 16:08:47 CEST

This is an archived mail posted to the Subclipse Users mailing list.

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