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

[Subclipse-users] Updating changesets in the synchronize view.

From: Johan Compagner <jcompagner_at_gmail.com>
Date: 2007-12-18 15:41:05 CET

This behaves differently then with cvs.

If i for example do a synchronize over a project and i do enable change
sets.
then i see a commit set from co worker X (rev 10) and another from co worker
Y. (rev 11)

But i only want to apply the one from co worker Y (rev 11) at that time (i
reviewed it)

In cvs i if then say update this change set. It really updates only the
files that are in that change set
If you do that with SVN everything gets updated to that revision including
rev 10
this is because i guess this command is fired:

update -r 11 F:/workspace/designer

At revision 11.

But thats a bit wrong. what should happen is that only an update is
triggered for all the files that are really in that changeset
So i guess you can't update dirs because that would cause a update from
other revisions
But thats what a persons expects it expects that only the files he sees now
in its change set to be updated
not suddenly also everything from all the change sets that has a revision
earlier..

johan
Received on Tue Dec 18 15:41:15 2007

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.