The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
12 views

Team Foundation Server: Why is changeset history shared among separate projects?

I've been using TFS for a few months now and have a few separate (unrelated) projects on the web interface, and linking the associated projects in Visual Studio 2012. The anomaly I'm experiencing (at ...
0
votes
0answers
9 views

Recomputing entity changeset in onFlush listener

Consider the following schema: [Work] id tags ManyToMany(targetEntity="Tag", inversedBy="works", cascade={"persist"}) [Tag] id works_count works ManyToMany(targetEntity="Work", mappedBy="tags") ...
0
votes
0answers
13 views

Finding if particular operation(edit,delete,merge) is done from Command column values of tbl_version

We are using TFS 2012. We noticed tbl_version of collection database keeps information about changeset and command column represents the operation done at that changeset. I got this list of commands ...
0
votes
2answers
39 views

Get current changeset in my local path using powershell

My Machine houses many changesets of source control. I am trying to find what changeset a specific folder belong to in TFS. I can use powershell to retrieve all changesets. Using the developer ...
0
votes
0answers
31 views

How to submit a sequence of changesets into Review Board (Mercurial)?

I want to submit a sequence of changesets as one changeset (patch) into Review Board. How to do that?
0
votes
0answers
18 views

Changeset not be published via the TFS WebAccess (error: Please specify a number between 1 and 2147483647.)

TFS 2012. When I try to view the contents of any changeset (eg # 70) through the TFS WebAccess error message is displayed: "70,5269315163424f78716d673d is not a valid changeset number. Please specify ...
0
votes
1answer
153 views

Rollback entire solution/project to specific changeset in TFS?

I am at changeset 121. I want to rollback down to version 112, ignoring all the changes I've made since then. I found this answer but I can't find the command in the menu. I'm struggling with this ...
1
vote
2answers
46 views

Is there a way to find out the source changeset from which a particular branch was created in TFS?

My case is the following. My team uses TFS 2012 for source control. My teammate has created a branch from a particular changeset (not the last for that moment) of another branch. What I need is to ...
0
votes
0answers
21 views

How can I rollback a changeset from only a parent branch?

Our office maintains two TFS branches: one to be released next (A), and another to be released after that (B). All changes from A are merged into B so that bug fixes are not lost, but new development ...
0
votes
1answer
61 views

Github like diff view for TFS

I've been looking through the web and here on SO for a tool and/or native way to have my TFS server show me all the diff of the files in a changeset in 1 overview much like Github does. Unfortunately ...
2
votes
2answers
192 views

Associating existing unassociated changesets with workitem in TFS

I know there're powerful TFS command line tools from TFS Power tools that provide much more that can be achieved through Visual Studio integrated capabilities. I have several changesets that aren't ...
0
votes
0answers
72 views

In TFS 2010 how can I search for a value entered into the note during check-in?

We have a Team Project Collection Source Control Setting for Check-in Notes that requires each check-in to capture a "Tracking Number". This number is external to TFS. I need to search for all the ...
1
vote
3answers
285 views

TFS - Find details of known changeset ID

I know the ID of a changset that im interested in seeing the details of. Is there anywhere i can simple enter the ID of a changeset in order to see what changes were included in the commit without ...
0
votes
0answers
33 views

changeset history - SOX compliance

Hi we are developing in the trunc and create a release brunch when the release is stable. Thus in the release branch there is usually only one change set (the one for creating the branch). For SOX ...
0
votes
0answers
13 views

Reverting an entire changeset in TFS [duplicate]

Possible Duplicate: How to revert (Roll Back) a checkin in TFS 2010 Is their a way to revert an entire changeset From TFS. I need to pull out some code from a couple of different files all ...
1
vote
1answer
109 views

SIlverlight 5 RIA composition child entity delete

I'm using a custom library which generates the DAL for me similar to Entity Framework but not identically and am having a problem using it imposed by RIA. My problem is that the custom DAL produces ...
8
votes
0answers
416 views

What does Approve button do with changeset on Bitbucket? [closed]

What is the purpose of this button?
3
votes
4answers
144 views

What to do instead of squashing commits in Mercurial

I've got my IDE set to commit locally every time I save anything. I'd ideally like to keep an uncensored record of my idiot fumblings for the rare occasions they may be useful. But most of the time ...
0
votes
0answers
62 views

Not seeing full svn changeset in eclipse

While trying to review someone else's code, I ran into a problem with eclipse 3.6 (JBoss Developer Studio). He committed some new classes in a new folder but when selecting the whole commit within the ...
0
votes
0answers
72 views

Rule not getting updated based on scanning interval with Change_set.xml

I'm trying to use change-set.xml, which pionts to a drl file.My code worked without any exception, but the rule is not getting updated on the basis of scanning interval given. My code is:- try { ...
2
votes
2answers
138 views

How to access ChangeSets in Eclipse (Mylyn/Team)?

I want to access the ChangeSets of SVN, CVS and Git programatically via Java. I.e. I want the data which is shown in the "Synchronize"-view. I tried several approaches to find the correct usage in ...
1
vote
1answer
82 views

Mercurial: get a list of revisions that match a partial revision number

I am trying to create an autocomplete textfield for selecting a Mercurial revision (full node id). I can use hg log --template '{node}\n' to get all revisions, but it takes over 1s for that command to ...
0
votes
0answers
28 views

fetch Partial Code for some updates from Vault

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
55 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 ...
2
votes
1answer
375 views

How to merge TFS change sets programmatically?

I know how to merge a change set in TFS 2010 using the command line command "tf merge". Is there a way I can do this in C# with code. I want to merge specific change sets only (cherry pick), one at a ...
0
votes
1answer
89 views

TFS Get Current File Changset

I'm writing a MEF extension for Visual Studio. It's a Classifier for a custom language. I need to get the current changeset for the file - I think from TFS. If you right-click on the file and choose ...
2
votes
2answers
242 views

Mercurial : Tag a particular changeset

I want to write an application which identifies the current changesets and tags them. I do know we can get the changeset by using hg identify. Once I get the changeset, is there a way I can tag it? ...
0
votes
1answer
112 views

Is there a way to see the workspace of a given changeset?

Is there a way, by any means, to get the workspace from where a specific check-in was made? Using Team Foundation Sidekicks I can see the workspace, computer and local path of current checked-out ...
1
vote
0answers
210 views

TFS Changesets, list associated workItems and their parent workItems

While still getting to grips with all the features of TFS, one of my tasks is to produce a set of Release Notes for our Product by listing only the PBIs and BUGs (the use of PBI here as a type of ...
1
vote
1answer
260 views

TFS download code checked in against a Work item

On TFS, I have checked in few files of code against a Work Item today with ID: xxxx. So probably TFS might have created a changeset with a changesetID associating with that check in. Is there a way to ...
1
vote
1answer
125 views

View TFS changesets in Visual Studio similar to TortoiseHg

I've grown accustomed to reviewing file version history in TortoiseHg where I can right click on a file and show history. It gives me every change to that file across branches and repos in one linear ...
1
vote
0answers
152 views

Synchronization protocol for server and many offline clients

I am working on a web service, that can be accessed by web site and by mobile clients without permanent internet connection. The idea is to have synchronized database on the internet and also on all ...
1
vote
3answers
473 views

How can TFS 2010 aggregate changeset associations/links from child work items to a parent work item

I am using TFS 2010. Is it possible to aggregate changeset associations/links from child work items to a parent work item, so that (for example) a requirement gets automatically linked/associated to ...
0
votes
1answer
264 views

WCF RIA Changeset Submit Order. Why is it inserting child entity before parent entity?

Here's my problem : I'am using Silverlight+ WCF RIA + EntityFramework and domain datasource. I'am inserting on the client side a parent entity and then a child entity (a parent can have many children) ...
1
vote
1answer
252 views

Where I can find Button Override in Change Sets

I want to move standard button override (Clone) on custom object through Outbound change Sets, but I'm unable to find this position in possible changes. In which category Button Overrides are stored? ...
0
votes
1answer
44 views

git rollback changes to changeset many changes ago(almost 1 week ago), not just a few commits

I need to roll back our master branch to a changeset almost 1 week ago and many changesets ago. i have tried git reset --hard <changeset> I get an error trying to push to origin , it won't ...
0
votes
1answer
65 views

Same change keeps reappearing after checkout

Git keeps adding the same changeset, which looks like this: @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout ...
3
votes
1answer
82 views

How to clean confidential data in mercurial changesets?

I want to sell a copy of my system and need to transfer the source code to my customers. I use Mercurial as the VCS. There are some confidential data in my code. For example, Amazon access key/secert ...
3
votes
1answer
986 views

Use TFS Changeset in Version Number

I have seen 'tf changeset /latest /i' referenced as an answer in getting the latest changeset version number to use in the msbuild version number but can't find any further information on where that ...
1
vote
1answer
325 views

How can I store the new CHANGESET number in my source code after I check in ?

In SVN you can use some keyword expansion to put your revision number inside source files. I find this particularly useful on SQL scripts. Using TFS2010, how can I put the changeset number inside a ...
5
votes
5answers
2k views

Getting TFS to put the changeset in the assembly version

I have got a Team Foundation Server Build running cleanly. It produces several assemblies and I would like the assemblies versions to have the last number to be the changset number. That is, if I ...
5
votes
1answer
535 views

How to query work items with too many changesets

These work items (and the linked changesets) are often error prone. So, good candidates for team code review, and should pay more attention. I have checked Work Item Query Language and Client Object ...
0
votes
1answer
486 views

Git: push a different changeset to heroku

I want to push a previous version of my repository. How can I push to heroku a previous changeset? something like: git push heroku 07226c49428354b09349ec45078122ce7cd410c8 thanks! EDIT: Some ...
1
vote
2answers
1k views

Liquibase checksum validation error without any changes

Maven fires liquibase validation fail even no changes was made in changeset. My database is oracle. Situation: In DB changelog table was record for changeset <changeSet id="1" author="me" ...
1
vote
1answer
78 views

how to group resources involved in a specific set of changesets?

How can I query the tfs history to have this result: group the resources involved in a set of changesets? What I'm trying to do is understanding which files changed in the last 2 months for example. I ...
1
vote
1answer
348 views

Getting Changesets in build process workflow activity

I have a custom Code Activity that sends out a status email at the end of the build process. So far I have it working except I cant seem to get the Associated Changesets and Work Items. Right now I ...
0
votes
1answer
99 views

Tf changeset latest with a different login

I want to get the latest changeset from powershell. I can do this with $changesetText= tf changeset /latest /server:${TFSServer} |out-string But this requires access to whole Team Project ...
2
votes
2answers
239 views

How to get the correct Version when unshelving older Shelvesets in TFS?

I just wanted to unshelve a shelveset which has been added some days ago. Meanwhile, somebody else has successfully checked in new versions of files contained in the shelveset. As there exists a ...
5
votes
2answers
487 views

How can I make a link to a git changeset in Trac when there is more than one repository and neither one is default?

While working with just one associated repository, I was quite used to reference changesets in my Trac tickets using the changeset keyword and the commit's SHA1 hash like this: [changeset:af54b6d] ...
0
votes
2answers
700 views

BRMS- resource and change-set

I am trying to run a Drools project with all the rules created inside the JBRMS. I am having a 401 exception and leading to null point. package pop.blah.test; import org.drools.KnowledgeBase; ...

1 2 3