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

Re: [Subclipse-users] changesets and updating them in the sync view

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 11 Nov 2008 09:08:14 -0500

On Tue, Nov 11, 2008 at 7:17 AM, Johan Compagner <jcompagner_at_gmail.com> wrote:

> When i update a change set i expect that only those changes are updated.
> Ofcourse if there is a file that in that changeset is revision 10 and also 9
> is in that file i also get 9. That i understand
> But if i say the changeset describes revision 9 and there is also a new
> revsion 10 i dont want to get revision 10, it should really only update to 9
>
> For directories it is even a bit worse. If i say to a dir because some
> properties are added update in the working set
> I only expect those properties to be updated not all the revision and all
> the files in that complete directory (what is in this case a project and i
> update the merge info properties)
>
> So is it possible that when using changesets really only that changeset what
> it decribes is updated and nothing more?

In some cases yes, in others no. It depends what is in the
changesets. Changesets are based on revisions. If a single file was
changed in revision 8, 9 and 10. It will only show in the changeset
for revision 10. So you might be able to update to the revision 8
changeset, but it will not include any of the changes for that file.

Likewise, it would not be possible to get the changes that happened in
revision 10 without also getting the ones that happened in revisions 8
and 9.

The cases where it does work is if revisions 8, 9 and 10 do not share
anything in common with each other. Then you can update any of the
changesets selectively and it works. As you say, if a folder is
included, then all bets are off. You cannot update a folder to r8
without also updating everything beneath the folder to that revision
as well.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-11-11 15:08:48 CET

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.