Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
2k views

TFS Check-in Policy - Best Practices

Are there any best practices for enforcing a TFS check-in policy? Are there any good guides on how to implement various types of policies as well as their pros and cons? Things I'd particularly like ...
8
votes
2answers
1k views

What does ***NO_CI*** stand for?

A gated check-in will create a change-set whose name is ended with *NO_CI*? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.
7
votes
1answer
692 views

Can I modify the default Check-in Action in TFS 2010?

When you associate a changeset with a workitem TFS defaults to resolving the workitem. I want to default to associating it. I know in TFS 2008 you had to remove resolve check-in action using ...
7
votes
1answer
4k views

Scripting TFS Command Line for Get Latest Version, Check Out and Check in, programmatically

I use WinXP, VS 2008 and Team Explorer to connect to Team Foundation Server. I need to script (e.g. BAT file script) the following: Get latest version of folder in Team Project. Check out files of ...
4
votes
1answer
204 views

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 ...
3
votes
2answers
169 views

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? ...
3
votes
1answer
2k views

Facebook places checkin using open graph protocol ID as place ID

I used the FB page linter to verify that all the meta information I'm using is correct. According to the graph url, my page id is 157797447612809, yet when I try to publish a checkin to this page, i ...
2
votes
1answer
106 views

TFS gated check-in for one specific solution, nof for a whole Team Project

TL;DR: is it possible to set up gated check-in for one solution in Team Project so that this won't mess with other (non-related) code in same Team Project? Detailed: We have TFS Team Project with ...
2
votes
1answer
114 views

Foursquare checkins

Any idea what can I do to get only the checkins from a specific venue? If i use it like: https://api.foursquare.com/v2/venues/VENUE_ID?oauth_token=XXX i get everything about the venue, and I only ...
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
0answers
195 views

List all who has checked in on page? [closed]

Possible Duplicate: How to get all Facebook check-ins for a specific page? Is there a way to list everyone who has checked in to my page? And not just my friends. I've done a standard app ...
2
votes
0answers
259 views

Facebook Graph: Find Nearby Friends' Checkins

I want to use FB Graph API to find friends nearby within a certain time window and lat/lon/distance This request (below) will return friends who have checked in within a time (since yesterday), but I ...
2
votes
3answers
77 views

Eclipse: Keeping track of all the files that I have changed before checking in?

When I have changed a lot of files I usually forget checking in some of them and this breaks the build. I have tried maintaining lists but it doesnt work. Is there any good plugin to Eclipse that ...
2
votes
1answer
294 views

Facebook event checkin - is it supported in the graph API?

Does anyone know if the new FB events checkin feature which is available on the mobile phone is supported in the graph API? I couldn't find any information about it. Thanks!
2
votes
1answer
413 views

How do I undo a checkin in ClearCase remote client

I am using ClearCase remote client Version 7.1.1, and I am wondering if it's possible to delete a version that was checked in by mistake. I know that in ClearCase, this is possible by choosing delete ...
2
votes
3answers
158 views

Is it possible to commit a single file to multiple directories which share the same parent directory using subversion

I would like to know as how to commit a file/folder to multiple folders in one go using subversion tool. I can place the file in multiple folders and then do commit, but i just want to place it is a ...
2
votes
2answers
598 views

Checking in Shelvesets

I'm a developer and I've made some changes to a solution, which I have saved off to a shelveset. Another developer unshelves my changes and builds the solution on a server. Is there a way for the ...
2
votes
1answer
205 views

Comments vs Check-In Notes in TFS (VSTS)

What's the purpose of the Check-In Notes? Why use them instead of just the "Comment" you enter when you check-in. I see there are four types of Check-In Notes: Code Reviewer, Developer, Security ...
2
votes
1answer
272 views

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

How to remove the Override checkbox from TFS 2008 check ins with policy failures

In short, I want to stop our devs from overriding policy failures on check in. If I can't do that then I want to modify the Reason text box to look for something more than just a single character ...
2
votes
3answers
4k views

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 ...
1
vote
0answers
50 views

Empty Checkin Response

I'm having an issue that I've seen in a couple of places, but with no real resolution. I'm attempting to view my friends' checkins using the /checking api. I'd prefer not to use fql, as proposed in ...
1
vote
1answer
38 views

How to see the Check-In History of a particular user in TFS?

How to see the Check-In History of a particular user in TFS (TFS-2008)?
1
vote
0answers
48 views

Can I “auto-reconcile” in a gated TFS 2010 Checkin?

I'm setting up a project to use TFS on a server that I've configured, and I've opted to use a gated checkin policy. With this in place, I have the following sequence of steps when I check in code: ...
1
vote
1answer
243 views

TFS 2010 gated check-in using TortoiseSvn over SvnBridge

I have the configuration in the above title. I am using the TFS gated check-in feature which works fine if i use the TFS tools to check in my changes. A review of my understanding of the way it ...
1
vote
1answer
177 views

Clear case check in method c#

Within my program I have a method that checks out a file but I need to be able to check it back in again, ClearCase.ClearTool CCTool = new ClearCase.ClearTool(); ClearCase.Application m_CC = new ...
1
vote
1answer
374 views

With the Facebook OpenGraph, is there a way to get friends checkins through Real-Time Updates?

I am working on an app that is integrating the Facebook OpenGraph. I'm trying to subscribe to Real-Time Updates so that I can have my app automatically updated whenever friends of my users check in ...
1
vote
1answer
83 views

Implementing Location Checkin Rails

I am trying to implement location "checkins" in my Rails 3 application. For example: User searches for a place and we can find the latitude and longitude of the that place and allow the user to ...
1
vote
1answer
68 views

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 ...
1
vote
1answer
816 views

Can a developer add “Places” to Facebook Checkin?

We have an iPhone app under development, and one of the requested features is to be able to add a "Place" using Facebook's API, and then share that Place with others using the app via Checkin. I ...
1
vote
1answer
81 views

How Can My App be Notified When a Facebook User Checks-In?

I'd like my app to be notified when one of my users checks-in on Facebook. Is there a way to do this that doesn't involve polling?
1
vote
1answer
90 views

ALM, VSTS 2010 : is it possible to create custom checkin policy in local machines?

I am trying to enfore a custom checkin policy to my dev team. the customr policy is aimed @ alerting the dev with a list of checkpoints before the checkins happen. I am not the administrator of ...
1
vote
2answers
152 views

TFS - Is it possible to impersonate someone to check-in changes?

I'm responsible for merging and commiting changes to the test Branch, but by doing that every check-in is marked as me as the author. So until now i'm writting the author name in the comments. But ...
1
vote
1answer
465 views

Check in a file to TFS (command line) withouth a work space

Is it possible to just say to TFS that I have a file (call it Version.txt) and I want it to be checked in at a location (say $/MyProject/MyVersionLocation) and not have any workspace setup for that ...
1
vote
1answer
129 views

How long did it takes to have google place API Key

I have filled the form for Google Place API but no answer from Google... Any idea for the time required to have this Key ?
1
vote
3answers
350 views

TFS: how to add check-in comment automatically

I would like to know if it's possible, eventually by developing somethng using the SDK, to provide a check-in comment automatically when checking-in in TFS. UPDATE: I tried using the SDK API like so: ...
1
vote
7answers
777 views

SVN how do I check code into a specific branch, when I've checked code out from the trunk?

I need to check in my code changes to a certain branch but im not sure how to do that since my code is from trunk =/
1
vote
3answers
133 views

Can TFS or Visual Studio remind me about issues that have to be solved before a check in

I'm actually working on a tool that need some configuration before it can be used. To save some time a hard coded some values into the text boxes of the configuration tab, so I don't have to renter ...
1
vote
2answers
435 views

TFSBuild:How to trigger a build only when a particular file is checked in?

We have a particular file, say X.zip that is only modified by 1 or 2 people. Hence we don't want the build to trigger on every check-in, as the other files are mostly untouched. I need to check for ...
1
vote
2answers
446 views

Do custom check-in policies have to be deployed on the server at all?

I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy a custom check-in ...
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 ...
1
vote
1answer
216 views

Document is not updated after check in from Word

one of our customers has great problems checking in documents to a SharePoint library form Word 2007. Whenever she check's in a document to the library the meta data as version number and checkin ...
1
vote
1answer
1k views

Forcing a TFS checkin of a file via C#

How can I specify that I ALWAYS want the local file to replace the server copy even if the TFS copy is newer? if (pendingChanges.GetUpperBound(0)>-1) ChangeSetNumber = ...
0
votes
0answers
28 views

Implement a Foursquare-like Check-In into a wordpress/buddypress install

I am working on a pretty challenging project (at least challenging for me and my modest skills), which is based on Buddypress. Basically, I have this Buddypress Install, which I modified to fit my ...
0
votes
1answer
28 views

How can I retrieve the check-in object from foursquare by querying with a checkin id?

I have obtained the 4sq checkin id from twitter streaming api and I want to get the details of the checkin such as userid, time, venueid etc. However, when I check the 4sq api, I find that the ...
0
votes
2answers
50 views

How to check in using facebook android sdk (graph api)

I want to check in using facebook android sdk (graph api), I am trying this String checkinData = "{"+ "\"message\"=\"Test\"" + ...
0
votes
1answer
35 views

Facebook checkin place

I'm taking a look at the Facebook graph api reference about using the check-in functions . https://developers.facebook.com/docs/reference/api/checkin/ Ok it's pretty clear... but is there any ...
0
votes
1answer
48 views

Can I create a checkin with a type of checkin from a webpage with foursqaure api

I have a .NET web application and I want to check users into FourSquare when they log into my website. Using the 4Square API I can authorize without problem but depending on the params I pass to in ...
0
votes
1answer
74 views

Getting friend facebook Checkin information

I wanted to get friends_checkin information in a App, i requested "user_checkins", "friends_checkins" to get the access token. When i make a request for me/checkins i get an empty dataset back. So I ...
0
votes
0answers
38 views

Checkin via website

Is it possible for my website to allow users to Checkin to a place, without being logged into Facebook? Basically what am wanting to do is allow the user to Checkin, it goes to Facebook website, ...

1 2 3