Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
0 answers
319 views

Eclipse equivalent to changelists in Intellij

In IntelliJ there's an option to group files (local) changes in changelists All changelists are displayed in the Local Changes tab of the Version Control tool window Alt+9. All modified files are ...
Ori Marko's user avatar
  • 59.1k
0 votes
1 answer
115 views

Why are my changesets removed if I close a project?

In Eclipse, I regularly close (rightclick on project -> close project) a subset of my projects for varying reasons. I noticed that if there are changes in the closed project that are assigned to a ...
ptikobj's user avatar
  • 2,710
1 vote
1 answer
453 views

Deleted a change set in eclipse, crisis ensues

I wanted to remove a work item association to an outgoing change set and then associate it to a new work item. However, I selected Remove... on the change set to remove the association, but it ...
Stephen D's user avatar
  • 3,146
5 votes
2 answers
2k views

Eclipse - CVS - Changeset - How to copy all changed files into a local system folder?

I remember in eclipse if the project is linked with subversion , and you have changesets , there was an option on the contex menu to copy all the files in the changeset to a folder in your local ...
Padmaja Kota's user avatar
1 vote
1 answer
810 views

List all SVN change-sets of Mylyn task in Eclipse

I'm evaluating Mylyn SVN change-set feature. Whenever I checks-in change-set into SVN, Mylyn automatically adds commit message based on active task. In "SVN history" panel, I can see the commit ...
Sujee's user avatar
  • 5,165
2 votes
1 answer
2k views

"show annotation" info in eclipse lost because of formatting, is it possible to restore changeset history after whole file was formatted and commitet?

His, I have accidentally applied new formatting to a big xml file and commited it in svn. Because of the new formatting, if I select "Team -> Show Annotation" (Who Modified the Line) all information ...
d56's user avatar
  • 843
0 votes
2 answers
1k views

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

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 ...
Ingvald's user avatar
  • 443