changeset

TFS - Link a Work Item to a Label

In TFS it is easy to link a Work Item to a changeset. I would like to link a Work Item to a Label. Is this possible? Anyone know a way? ...

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 - http://stackoverflow.com/questions/2219282/view-a-list-of-all-files-changed-as-part-of-a-workitem-in-tfs but it went unanswered and I've been, off and o...

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 tell what happened to that file. How can I answer these questions about each file in a changeset: Was it added? Was it deleted? Was it modi...

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 two for the time being (or the MS platform..). In my Team/Synchronization view in eclipse (using subclipse), choosing the changeset model...

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 change sets are not consecutive - other people check-in in-between my changes, although they are very unlikely to touch the exact same file...

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 would be nice if I could add the current mercurial changeset number (indicating the version of my program) to that output file as well. What ...

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 subrepo? For instance, let's say I have the following two projects: class library application o fourth commit ...

In TFS 2010 how do you actually create a "ChangeSet"

I've been reading all this stuff about Changesets in TFS, and how you can build and leave out changesets etc. this and that... check in a bunch of files into one Changeset. But how do you physically do it? I see "Shelve changes" which I understand but I don't understand how you actually create a "Changeset" called "New Feature A" and c...

Visual Studio: How do I get a list of files in a project affected by a given changeset?

Given a changeset number of Visual Studio Team Foundation System 2008, is there an easy way to find out which files in my project/solution were edited in the changeset? ...

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? ...

TFS Changeset problem, files missing but present if viewed via "view history" open changeset

Hi, having a weird problem with TFS (TFS2008). We've done a merge into our Main trunk. We've resolved the conflicts and we've checked in associating it with a single work item. So we have our WorkItem with a single changeset in it. Our build is failing because the previous version of the csproj file is being got from TFS. If I open th...

TortoiseHg: Has a changeset been pushed?

I have been working on a branch and have made some commits. Now is there some way I can see in TortoiseHg if those commits have been pushed or are they still just local? ...

"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 about previous changesets is lost. Is there a way to revert annotation history? Reverting my changeset, and commiting it again without ap...

working on history changesets

Hi, I'd like to know if it is possible to aggregate some changesets into one. Let's say, i have a repository looking like that: default tip stable 1.2 added new project file added new project sources added new project data ... I'd like it to be: default tip stable 1.2 added new project ... Basically i'd like changeset "added new...

Transplanting into one changeset

Hi, I'm trying to move changes from a couple of changesets into one changeset on the other branch. There are other changes in between that I want to skip, so I don't want to simply merge everything. hg transplant moves the changes correctly, but now I'd like to flatten them into a single commit. How can I do that? ...

Error in liquibase table naming with hsqldb (in memory).Need a workaround

Hello Expert!! I'm using liquibase on a project and i just realize what makes my build fails.i've successfully use command line generateChangeLog against the same schema in mysql and included that file in my master-change-log file. For test environment i use hsqldb.Now all the table name are hyphen separated apart from language.Sinc...

Assignment of mercurial global changeset id

Apparently Mercurial assigns a global changeset id to each change. How do they ensure that this is unique? ...

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. Some of my executables are Python and others are compiled C. Is there a way to automate this, or can you point me to projects that exhibit...

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 identical to site A, except for graphical design, mostly. So I cloned the repo, started site B, and now B's repo has all of A's history, pl...

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 4) 'Bar.cs' integrated from dev v. 9 to qa v. 3 So far, we have a custom build step that accomplishes 1) and 2). It looks at the info...