All Questions
12
questions
8
votes
4answers
6k views
How can I extract all changed files of a changeset in Mercurial?
Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files ...
5
votes
2answers
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 ...
2
votes
2answers
93 views
Is it possible to rebundle multiple SVN revisions into a single revision?
Someone has checked in 20 files as part of a logical chunk of work they are doing.
Unfortunately they did this as 20 separate commits. This makes me a sad-panda
Is there anyway to purge these ...
2
votes
1answer
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 ...
1
vote
1answer
799 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 ...
1
vote
1answer
316 views
Track merged changesets from deleted branch
I find the 'Track Changeset' feature in TFS useful to allow me to visualise which changesets have been merged into Main which works as an audit when checking the state of our codebase.
However when a ...
0
votes
1answer
29 views
SVN Merge back removed changeset
Awhile ago a changeset (revision 55) was updated to SVN and then removed(revision 56). I now need this changeset back. The current revision is 1010.
How can this be done? Again I only want the ...
0
votes
1answer
247 views
SVN Merge Branch Into Previous Revision
We are customizing a software package (we have the entire source). Our first SVN commit was vanilla version 3.0.0 of this package. Since then, we've made lots of little changes to it and a few fairly ...
0
votes
1answer
1k views
Linking a Ticket in Trac to a Changeset
By using Intertrac we are able to link the change set to a ticket using the syntax:
prefix:#ticketnumber
This is useful when viewing change sets and seeing which tickets it links to. I also noticed ...
0
votes
1answer
107 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 ...
0
votes
2answers
74 views
fetch code from svn on basis of commit
Below is the scenario for what I want:
I have a Feature List that contains different line items to fix. We can number these like line item1,line item2,line item3 up to line itemn
A team of 3 ...
0
votes
2answers
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 ...