How can I do a partial update (i.e., get isolated changesets) from subversion with subclipse?

Posted by Ingvald on Stack Overflow See other posts from Stack Overflow or by Ingvald
Published on 2010-04-06T13:17:13Z Indexed on 2010/04/09 10:33 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

If a file is committed several times with various changes, how can I fetch one change at a time, i.e., one changeset at a time?

I use eclipse, subversion, and subclipse, and I can't change the former two for the time being (or the MS platform..).

In my list/ overview a file seems to be listed only in the latest relevant changeset even if all changesets are listed. So an earlier changeset doesn't necessarily show the full set of files in the original commit, nor the original diff for a file in a commit.

Update: I'm thinking about using changesets for simplified peer review, so I'd like the partial update represented for all the files commited in one changeset. It's easy to get diffs and specific revisions for specific files in eclipse, but I'd like to step through all the changes in one specific commit/ changeset in a practical manner.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about svn