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

RE: [Subclipse-users] SvnClientAdapter question

From: Al Habte <aghabte_at_rockwellcollins.com>
Date: Tue, 27 Sep 2011 06:54:24 -0700 (PDT)

There was a slight error in my original request, in specifying the last modified revision and path
in the following:

> I may be missing something, but I was expecting the following, since the revision where
> the file was last modified is 500:
> lastModifiedRevision = 500
> path = http://svn/repo/dir/subdir/foo.txt
> Note that if the file hadn't moved at all, the result would be as expected:
>
> lastModifiedRevision = 500
> path = http://svn/repo/dir/foo.txt

Since the revision at which the file (contents) was last modified is 450, the expected last modified
revision and it corresponding path should read as follows:

.... I was expecting the following revision and path, since the revision
where the file (content) was last modified is 450:
   lastModifiedRevision = 450
   path = http://svn/repo/dir/foo.txt

Note that if the file hadn't moved at all, the result would be as expected:
   lastModifiedRevision = 450
   path = http://svn/repo/dir/foo.txt

Thanks,
Al Habte

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2846702

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-09-27 15:54:28 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.