Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
8answers
3k views

With Mercurial, how can I “compress” a series of changesets into one before pushing?

Let's say I have a local and a remote Mercurial repository. Now, I start working on a feature. I work on it, and when I think it's done, I commit the changeset. Testing it a bit more, I find that I ...
8
votes
2answers
1k views

Mercurial - all files that changed in a changeset?

How can you determine all the files that changed in a given changeset? I'm not looking for a diff in this case, just a list of add/remove/modifications. hg log -vprX does a list of diffs but I ...
8
votes
3answers
316 views

Injecting mercurial changeset as version information in a C executable

I would like the executables for a project I am working on to have the latest mercurial changeset recorded so that when a user complains about buggy behavior, I can track which version they are using. ...
6
votes
4answers
3k 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
1answer
1k views

WCF Ria Services ChangeSet.GetOriginal(): How does it work?

I have a fairly simple question to which I cannot seem to find the answer for. I have a silverlight app with Ria Services. In the DomainService class I have an update method like below: public void ...
5
votes
5answers
2k views

Java: how to get mercurial current changeset number for use in program

I've recently started using mercurial for version control in a Java project. When I run my program, the input parameters it has used to produce certain a output, are written to a specific file. It ...
5
votes
4answers
1k views

How can I open a single changeset in TFS from within Visual Studio

Someone emailed me a TFS changeset ID and now I am trying to open this single changeset. Is there an easy was to do this from within Visual Studio (VS 2008 if it matters)?
5
votes
3answers
9k views

TFS: Labels vs Changesets

I am trying to come up with best practices regarding use of TFS source control. Right now, anytime we do a build, we label the files that are checked into the TFS with the version number. Is this ...
4
votes
3answers
200 views

TFS Build specific changeset and deploy it using the changeset number

I have a Build Definition to build a solution on my TFS. This works well, but it always builds the latest version. How can I force to build a specific changeset from the past? How can I use/pass ...
4
votes
3answers
538 views

How to compare changesets in Git?

Git makes it very easy to compare differences between commits, using for instance the git commands diff and difftool. Also in TortoiseGit you just select two commits to compare them. But is there a ...
3
votes
2answers
75 views

Link multiple changesets at once to User Story in TFS 2010

I have a User Story in TFS 2010 and I want to link to it all the changesets that are relevant for the User Story. So in the User Story, I go to the All Links tab, click on Link to, change the link ...
3
votes
3answers
48 views

Mercurial Commits vs Actual Production Graph

Ok, I've yet to see this popup as a combined question on mercurial, but it's something I've noticed recently. When looking at other repos for development software, the commits are pretty much 'ideal' ...
3
votes
1answer
81 views

What exactly is a Mercurial changeset?

If you pull down a changeset are you pulling down the full copy of all files that were changed in the changeset? Or are you pulling down some type of diff report which Mercurial will then apply to ...
3
votes
1answer
304 views

How to compare sets of changesets between 2 Mercurial branches?

I've got a (remote) Hg repository with a couple branches. I want to verify that branch A has every changeset that branch B has (it may have more, and that's OK). Is there an easy way to do this with ...
3
votes
1answer
682 views

TFS: comparing changesets

In TFS we can find "compare" a file between 2 changesets. Is it possible to compare 2 changesets. Say take changeset "r" as reference and compare it with changeset "s" and find the files/folders which ...
3
votes
2answers
290 views

What is the meaning of an asterisk appended to a TFS changeset number

I am looking at candidate changesets for a merge and I get some output I don't understand: tf merge /candidate /recursive $/Acme/Branches/Release/3.5 $/Acme/Trunk Changeset Author ...
3
votes
8answers
410 views

Good comments on changesets in sourcecontrol

We need to develop guidelines for writing comments when we register code in version control system (such as TFS). E.g., when we submit a bugfix, we create a comment "Fixed bug #..." We tried to ...
2
votes
2answers
36 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
45 views

IBM Jazz Team Server: How to retrieve changes from a change set?

I use the REST API to retrieve the change set from a project. I get for example the following response: { "changes": [ { "kind": 2, "item": { "uri": ...
2
votes
1answer
96 views

Is there a way to show the TFS changeset number after a check-in?

Is there a way, with power tools or other extensions, to make it so that the changeset number is be displayed on an alert? Currently it displays on the status bar, but disappears after a while, or at ...
2
votes
1answer
241 views

List of unmerged changesets between TFS branches at the command line?

This question was asked already, but answered in a way that doesn't suit my needs while not precluding the solution I'm looking for. I'm not sure what the correct course of action is, so I'm asking ...
2
votes
1answer
268 views

How and where does TFS 2008 / TFS 2010 store changesets?

I am attempting to understand how TFS 2008 (and 2010 if it's different) store and communicate details of a set of changes in a changeset. Now when I commit to a Subversion hosted project, the client ...
2
votes
2answers
116 views

List SIZE of mercurial changesets?

Looking to quantify how much change happened in each changeset. Any quick way to list maybe kb diff between two revisions?
2
votes
1answer
156 views

Viewing every single TFS changeset?

I am trying to view every single changeset in my project's history... at least the last 1000, say. So I ran the command: tf history $/MyProject /recursive /format:brief ... at the VS command line. ...
2
votes
2answers
272 views

Get git SHA1 hash of a changeset (or diff) in a commit

I'm mostly integrating finished topic branches into the main development branch, in git. While doing that I sometimes have to change the message of commit (improving, correcting spelling, ...) which ...
2
votes
2answers
308 views

How can I label exclusively by Changeset in TFS?

We are planning to move from StarTeam to TFS for source control and are in the midst of refining our ALM procedures. Maybe I am misunderstanding something about how labels work in TFS, but it appears ...
2
votes
3answers
255 views

Merging disparate projects with repositories into a single solution with hg?

I started two disparate projects in Visual Studio 2010, each with their own hg repository. Later I decided that the two projects belonged under one solution, and thus one hg repository. The new ...
2
votes
1answer
175 views

build an ERD from liquibase changelogs

Is it possible to build an ERD from a liquibase changelog and view the changes over time in a GUI? I am looking for a way to visualize (and discuss) the changes made to a database or database schema ...
2
votes
1answer
197 views

Display list of changesets linked to a particular Ticket on Trac

I have a Trac installation with the Trac-Git plugin. When committing to git, I can use TracLinks to reference to a Bug by using a prefix bug:123 or #123 and the changeset is linked to the bug. I want ...
2
votes
1answer
144 views

How is the Change.MergeSources Field Populated in TFS?

We'd like to generate build notes with the following format: 1) Associated ChangeSets: 2) - ChangeSet 45241, by Joe: "Patching fix for foobar" 3) 'Foo.cs' integrated from dev v. 22 to qa v. 7 ...
2
votes
3answers
576 views

How can I push/pull an individual changeset between repositories in Mercurial?

I have the following situation: I have site A, which has it's Mercurial repo, and we've been developing it for a while. Let's say A has had 5 revisions. We now has to create Site B, which is almost ...
2
votes
2answers
261 views

Assignment of mercurial global changeset id

Apparently Mercurial assigns a global changeset id to each change. How do they ensure that this is unique?
2
votes
1answer
112 views

Difference between a changeset and a patch?

What is the difference a changeset and a patch? I was using hg today and I noticed the import command mentions that it is used to "import an ordered set of patches." What is a patch?
2
votes
2answers
513 views

Mercurial Subrepos, how to control which changeset I want to use for a subrepo?

I am reading up on subrepos, and have been running some tests locally, seems to work OK so far, but I have one question. How do I specify/control which changeset I want to use for a particular ...
2
votes
4answers
224 views

Can Visual Studio (should it be able to) compute a diff between any two changesets associated with a work item?

Here is my use case: I start on a project XYZ, for which I create a work item, and I make frequent check-ins, easily 10-20 in total. ALL of the code changes will be code-read and code-reviewed. The ...
2
votes
1answer
746 views

Use Mercurial API to Get Changes to a Repository For a Given Changeset

How can I use the Mercurial API to determine the changes made to a repository for each changeset? I am able to get a list of files relevant to a particular revision, but I cannot figure out how to ...
2
votes
3answers
517 views

A way to find out all affected files of a workItem or group of chgsets in TFS 2008?

I'm trying to figure out a way to find out which files were affected by a work item in TFS 2008. I realize that this is a duplication of a question already asked by someone else here - ...
2
votes
3answers
150 views

Changeset numbering

What's the generally used system? Is there a general system, or do all SCM's just set incremting numbers?
2
votes
2answers
3k views

How do I figure out which changeset a label in TFS was applied to?

We're using Team Foundation Server and we are using Labels to create points in our version history where specific versions (either internal or external) were produced. Right now we were wondering if ...
2
votes
1answer
2k views

How do I select changesets to merge that are attached to work items?

I have a set of work items that are completed and I am ready to move their changes to our production branch. Is it possible to find the changesets that are attached to them and selectively merge them ...
1
vote
1answer
69 views

Listing All Changesets and Releated Work Items Belongs to Specific Project Between Specified Dates

I am trying to write a small Relase Notes program with C#. I need to fetch all changesets and related work items belongs to specified project between specified dates. I tried to use QueryHistory ...
1
vote
1answer
41 views

View TFS changeset details in console

I am using TFS and want to view all changes on a changeset that contains changes in several files. Viewing this in the GUI is not efficient as I have to open every single file. What I want to do is to ...
1
vote
1answer
101 views

How can I query a folder in TFS to show me the latest ChangeSet for each object?

Currently, our DBAs require the TFS changeset number for any scripts/stored procedures/functions that need to get deployed. I have a folder in our TFS project with all of my stored procedures in it, ...
1
vote
2answers
241 views

TFS 2008: Query Changesets by User and export information to Excel

Doesn't seem to be a question or answer about this. I need to use TFS2008 to query a user's changesets and export the results to Excel. The catch is that I not only need changeset number, user, and ...
1
vote
1answer
158 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 ...
1
vote
1answer
39 views

Mercurial — grab all files inside a repository, including subrepos, but not the repository itself

Is this possible? To give a simplified explanation of what I want to do: I have a repository "A" with a subrepository "B". I have two copies of the pair. In one copy (let's call it the small ...
1
vote
1answer
208 views

MSBuild for speficic changesets- more than one changeset !

We are using MsBuild on TFS 2008 for building our solutions. I need your advice and help about below scenario. For example : We prepared a full build for one of our customers. After package is get ...
1
vote
2answers
187 views

Is there a way in Mercurial/TortoiseHg to remove a changeset while keeping its changes in the working copy?

Like the title says. I essentially want a way to make Mercurial "forget" a changeset in the local repository. Obviously, this would only work for changesets which had not been pushed without also ...
1
vote
2answers
2k views

TFS 2010 API - Iterating through list of changesets returned in QueryHistory is way too slow

Long story short. After profiling, this command takes 0,1% of the processing var ChangesetList = TFSConnection.GetInstance().GetVersionControl().QueryHistory (Path, VersionSpec.Latest,0, ...
1
vote
1answer
488 views

TFS: List changesets that have not been merged

Environment TFS 2010. Three branches: Main, Development and Release. Question I would like to easily retrieve a list of changesets that have not been fully merged into all three branches. For ...

1 2