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

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

From: Johan Compagner <jcompagner_at_gmail.com>
Date: 2007-12-18 16:06:23 CET

Now we are talking a bit about preferences..
What does exactly "show tags in remote history view" do?
Because thats another thing i miss in SVN (or the plugin don't know which
"fault"it is)
When i do show history on a file in CVS i could see the tags of that file so
i could see
which revision was exactly in which build (2.0B2 or 3.0 final)

Now i always have to double check for a date and then check ok 2.0b2 was
released on xxx
so thats revision yyy for this file... Because the tags column in the
history view is always empty
even when i select "show tags in remote history view" but i guess i
misintepreted that?

johan

On Dec 18, 2007 3:46 PM, Mark Phippard <markphip@gmail.com> wrote:

> On Dec 18, 2007 9:41 AM, Johan Compagner <jcompagner@gmail.com> wrote:
> > 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..
>
> It does behave as you want, with the exception that it depends what is
> in the changeset. You would need to turn off the "show out of date
> folders" feature otherwise, the project root folder will always show
> as changed in the highest revision. So an update of that revision will
> update the whole project. If you just turn off that preference the
> changeset will only show the files that have changed.
>
> You would just want to remember to do a Team > Update on your project
> before doing any refactoring so that the folders are all at HEAD.
>
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Tue Dec 18 16:27:21 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.