Questions tagged [checkin]

401 questions
5
votes
2 answers

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, pasting in the same comment. Is there a way to do it at…
Pavel
  • 436
  • 3
  • 15
5
votes
3 answers

Visual Studio Crashing When Checking In

My Visual Studio 2013 is crashing when I trying to check in my pending changes everytime. How can I solve it? Crash Log : System.UnauthorizedAccessException: Package 'SccProviderPackage' failed to load. at…
Tugrul Emre Atalay
  • 918
  • 1
  • 9
  • 28
5
votes
3 answers

A different approach to ident-style strings in Git?

I'm planning my company's transition from CVS to Git, and certain engineers are wishing we still had use of CVS keyword strings such as $Id: $. I have read all about implementing this with the ident setting .gitattributes, and I understand why it's…
Mykle Hansen
  • 552
  • 3
  • 11
5
votes
1 answer

Excel Crashing when checking In an unmodified Excel Workbook to SharePoint with VBA

I am working on a vba project which essentially looks like this: if workbooks.canCheckOut(filename) = true then workbooks.CheckOut(filename) set workbookVariable = workboooks.Open(filename) else ' Pesudocode: Display error message …
4
votes
1 answer

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 builds. If I run build with other check-in…
Zvonko
  • 363
  • 2
  • 19
4
votes
4 answers

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 experience or suggestions, please share. Thanks.
Yibin
  • 43
  • 2
  • 3
4
votes
3 answers

Programatically checking files into TFS getting more than expected

So I have a .NET app which goes thru and generates a series of files, outputs them to a local directory and then determines if it needs to update an existing file or add a new file into a TFS (Team Foundation Server) project. I have a single…
Christopher Klein
  • 2,773
  • 4
  • 39
  • 61
4
votes
3 answers

Facebook API: Check In to an Event?

I can't find any information about event checkins. Facebook do this in their application and I want to allow users to do the same within my application: • How do I checkin a user to a Facebook event? • How do I retrieve all of the users checked into…
Zac Altman
  • 1,215
  • 4
  • 25
  • 37
4
votes
1 answer

How to ignore JS and CSS files on gated checkin?

Is there a way to avoid the automated build when we checkin only js or css files? It doesn't need to build anything, I would like to skip the build for these files.
BrunoLM
  • 97,872
  • 84
  • 296
  • 452
4
votes
2 answers

How to ensure that TFS clients has the latest version of a custom check in policy installed?

We implemented a custom check in policy, and selected it for one of our TFS project. If a TFS client does not have the policy installed, TFS will show an error message with the installation instructions. This is all good. However we have a problem…
RM.
  • 1,984
  • 19
  • 29
4
votes
1 answer

Facebook FQL: Get checkins within range

Is there a way to use FQL to select all my friends Checkins that are in range of a specified location? I can use FQL to return my friends checkin coords: https://api.facebook.com/method/fql.query?access_token={0}&query=SELECT coords FROM checkin…
4
votes
0 answers

Exclude folders from TFS source control check-in policy

I have a tfs team project which includes both existing old classic asp web applications and new .net c# applications I would like to enforce code analysis check-in policy in the .net apps, but when I do that, TFS requires us to "build" the classic…
Jonathan
  • 1,276
  • 10
  • 35
4
votes
1 answer

Team Foundation Build 2010 - Check-in changed file during the build process

In my build workflow I change the assembly version information in AssemblyInfo.cs for some class libraries. How can I check-in my changes at the end of the build process? From what I see there is no such activity.
kjv
  • 11,047
  • 34
  • 101
  • 140
4
votes
1 answer

VSTS2010 Addin Development - Check-in hooks

I've been tipping my toes in Visual Studio Add-In development. I've read some of the tutorials online, and studied some of the sample code provided. Now I actually want to perform custom actions before/after a TFS check-in command is called by the…
RoelF
  • 7,483
  • 5
  • 44
  • 67
4
votes
2 answers

Unable to checkin UserControl.xaml files in TFS. Receving error: TF10169

Project Type in Visual Studio 2013 is Desktop Application. And I have added a user control in XAML format in that desktop application. I used some compatibility functions and libraries so that xaml control be able to integrated with simple desktop…
1 2
3
26 27