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

Re: [Subclipse-dev] active changeset support in eclipse 3.2

From: Brock Janiczak <brockj_at_tpg.com.au>
Date: 2006-05-21 12:31:42 CEST

Eugene Kuleshov wrote:
>
> As I understood it is specific for Eclipse 3.2. I wonder what
> options do we have in order to see this stuff in official Subversion
> releases?
Mark would have to make the call on this one. I tried using fragments
and version dependent features, but that required using massive amounts
of reflection. It looks like the only option is to branch off a new
version (1.2 or something) and keep both branches up to date, but the
3.1 version will be the main focus for development.
> Hmm, can't you just use incoming revisions? In other words, if sync
> view is in incoming mode, then just run svn log on project, get
> affected paths for each revision and filter out resources outside of
> the project.
yep, that appears to work. I do have one question though, as i don't
use SVN on a regular basis. When you check in a file, the global
version number is incremented and the version and last changed revision
is updated on the file. Is the 'current' version of all of the files in
the working copy also updated to this new version number, or do you have
to svn update them? If you do have to run the update, how can we know
over which revision range we need to run the log command?
> For first iteration it would make sense to only allow this stuff for
> "In", but not for "In and Out" mode in order to not merge with
> outgoing changes. So, when changeset option is activated you can use
> different provider implementation.
What does the CVS plugin do when a change is in both incoming and
outgoing changesets? I have never actually tried this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Sun May 21 12:31:50 2006

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

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