Questions tagged [checkin]

401 questions
4
votes
1 answer

Visual Studio 2013 with TFS online using Git: Saving files checks-in automatically

I'm currently using Visual Studio Premium 2013 Update 3 with Team Foundation Server Online and using a Git Repo. I've been using the Git Repo successfully for months up until recently. Now whenever I save a file, Visual Studio acts like the file…
Stempeck
  • 61
  • 6
4
votes
0 answers

TFS checkin policy with ReSharper Cleanup Code

We are trying to have ReSharper's cleanup code run on TFS Checkin. Ideally, when you right click on the solution / project and select Source Control > Check in all the files in the "Included Changes" should run cleanup code. I've got the custom…
VKom
  • 41
  • 2
4
votes
1 answer

How to set TFS Work item is mandatory during Checkin?

I need to enforce policy to my developers to associate one or more Workitems during checkin. Can someone help me?
baluchen
  • 749
  • 3
  • 11
  • 18
4
votes
7 answers

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 =/
qodeninja
  • 10,946
  • 30
  • 98
  • 152
4
votes
2 answers

Force SVN (tortoise) to check-in a file to update Revision

I have a file that contains the revision placeholder in the form: $Rev: 123456 $ The file is checked-in only if it changes, so, if I want to commit it just to update the revision number, I am forced to add a fake change (example: adding a space, a…
Riccardo Tramma
  • 583
  • 3
  • 8
4
votes
2 answers

How to get place_id before checkin?

My app lets users checkin with lat, lon and place name to Facebook. But I don't know how to deal with "place" parameter. Is there any way to get or create one?
Shisoft
  • 4,197
  • 7
  • 44
  • 61
4
votes
2 answers

Foursquare - Friend's checkin history?

I need my app to display a list of places my friend recently checked in. To do that I used "checkins" endpoint - https://api.foursquare.com/v2/users/USER_ID/checkins. But unfortunately it does not work as expected. It returns recent checkins only…
InterestedDev
  • 578
  • 7
  • 22
4
votes
2 answers

SVN: Can you merge a single check-in into another branch?

I know that you can merge two branches together, but what about single check-ins? For example, I've used SourceGear Vault in the past to merge check-ins. If I modifed several files in my project and checked them all in at once, this was considered…
oscilatingcretin
  • 10,457
  • 39
  • 119
  • 206
3
votes
1 answer

VS 2010 - TFS Restrict Checking without Attaching Task , BUG

We are using VS 2010 and using TFS for Checkin code. I want all developer to attach Task , BUG with code when they do checkin. What is the policy i need to apply to get this done. Thanks. Dev
Dev
  • 31
  • 2
3
votes
0 answers

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 id] on iPhone fb://place/fw?pid=[place id] on…
3
votes
0 answers

List all who has checked in on page?

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…
papegoj
  • 119
  • 1
  • 9
3
votes
2 answers

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 can't seem to get the lat/lon/distance piece to…
mfsmillie
  • 31
  • 4
3
votes
1 answer

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 remember reading about restrictions in the past - are…
Tim
  • 997
  • 2
  • 11
  • 17
3
votes
2 answers

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 it's ugly. Is it possible to impersonate someone…
Conrad Clark
  • 4,533
  • 5
  • 45
  • 70
3
votes
1 answer

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 in the right click menu (Versions tree) Anyone…
Zied MAKTOUF
  • 61
  • 2
  • 5