Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
1k views

What is the difference between shelve and check in in TFS?

What is the concept of each? When is it ok to shelve your changes instead of checking in?
3
votes
2answers
266 views

Rational Team Concert 3.0: Is there a way to check-in changes in multiple components at once (with the same comment)?

I maintain build files in our project and I often need to make related changes in projects spread to multiple components. Currently, I check-in (using Eclipse plugin) each component separately, ...
2
votes
1answer
51 views

TFS2010 - gated check-in always associates work items with build

I am using TFS2010 with gated check-ins and even though I have set "Associate Chagesets and Work Items" to false, changesets and work items are associated with this build. This happens only on gated ...
2
votes
1answer
89 views

Enabling Code Analysis with TFS 2008 with miminal impact

We have a .NET web application with 172 projects on TFS 2008 that encompass all 3 tiers of the app and use Team Build for CI. We use VS2010 for development. We would like to activate code analysis ...
2
votes
4answers
631 views

TFS 2010 Multiple Solutions & Build with Gated Check-in

I have two solutions in their corresponding folder e.g. SolutionA\SolutionsA.sln SolutionB\SolutionB.sln Each solution has Gated Check-in build configured; i.e. two build definitions ...
2
votes
1answer
376 views

TFS Customise Check-In Action on Work Items beyond Resolve or Associate

Can I add an additional option to the linking of work items to a checkin in TFS? TFS has Associate and Resolve, but I would like to have another option to move the work item to a custom state.
2
votes
1answer
478 views

A TFS 2010 Gated Check-in Build leaves me with a .vspscc file with pending changes

I have a branch in TFS 2010 that has a Gates Check-in build associated. If I add a file to my project and do a "Check in", the gated check-in build kicks in before my changes are checked in... Which ...
2
votes
0answers
137 views

visual studio 2010 static code analysis migration

I am updating my projects from visual studio 2008 to visual studio 2010, but I'm still using TFS 2008. I have a static code analysis in my TFS, and when I was using visual studio 2008 I was placing ...
1
vote
4answers
174 views

How to crawl foursquare check-in data?

Is it possible to crawl check-in data from foursquare in a greedy way? (even if I don't have friendship with all the users) Just like crawling publicly available twitter messages. If you have any ...
1
vote
0answers
34 views

Small business owner page [closed]

I have a small tattoo shop in coralville, ia. i had previously created a page for this business and connected it with my personal facebook page. heres whats up though, i would like to have customers, ...
1
vote
1answer
274 views

List Eventhandlers versioning/approval/check-in/check-out

The issue we see is that if you cancel a document check-out and you had changed a department (which has different security) the document permissions are not updated/changed back to the previous ...
1
vote
2answers
787 views

Custom Code Analysis TFS Check-In Policy

Is there any way to create a custom TFS check-in policy that can jump through each node within the code being checked in for code standards we have defined?
1
vote
6answers
5k views

How can I commit multiple directories at once using subversion?

I tried using svn ci dir/a dir/b -m "my comment" but this doesn't work. I also used svn ci dir/a/* dir/b/* -m "my comment" and it too doesn't work. I know you can specify multiple files, but how can ...
0
votes
0answers
39 views

Visual Studio 2010 link foreign files from Team Foundation Server 2010

I'm currently merging a VS2008 / VSS2005 project to VS2010 and TFS2010 and I've run into some file linking or sharing issues. We have some files which are not coded in VS2010. They aren't even coded ...
0
votes
2answers
86 views

How to programmatically create check-in place on Facebook?

How do you programmatically create a check-in place on Facebook? The graph API allows you to check-in on existing place (which is represented by a page. You pass coordinates and server returns an ...
0
votes
0answers
94 views

What is the custom URL scheme of check-in for Facebook event by the Facebook iPhone/Android app?

Does anyone know about the custom URL scheme of check-in for a Facebook event within the Facebook iPhone/Android app? The custom URL schemes of check-in for Facebook places are: fb://place/[place ...
0
votes
1answer
94 views

How can I use cocoafish/cocoafish-ios-sdk/samples/DemoApp on github.com, facebook check-in sample?

Nowadays, I develop facebook checkin of iPhone app. So, I searched sample on github.com and found cocoafish/cocoafish-ios-sdk/samples/DemoApp. I built this and executed this app and I clicked "Login ...
0
votes
0answers
72 views

FileNotFound Exception for Foursquare check-in

I am working on foursquare API v2 in Android .In my application user can checkin after selecting a particular venue from a list.Suppose user selects Starbucks, I fetch list of matching venues from ...
0
votes
0answers
70 views

Is it possible to modify the default behavior of “Check in” in Visual Studio?

This is what I want to do: I want to check every project that is about to be checked in, if the check result shows that it's the first time a project is being checked in today, then change the ...
0
votes
1answer
237 views

Code Analysis Check-In Policy Not Enforce To Clean Code Analysis Warning

I have got problem with Code analysis policy. Must code analysis policy enforce users to fix code analysis warnings before check-in? If they don't, policy failure occurs. Is it wrong? But when i am ...
0
votes
1answer
273 views

Code Analysis Warnings Does Not Warn While Check-In TFS 2010

We have upgraded our TFS 2008 to TFS 2010 and our VS 2008 projects to VS 2010 in last weeks. We are using Code Analysis to improve our coding quality. But we have some problems about Code Analysis ...
0
votes
1answer
241 views

How to automate svn check-in in cruisecontrol?

I have cc.net configured to automatically checkout build,unit test and version a given branch on svn.. but how do i automate check-in the source back into an svn tag together with the versioning ...