Questions tagged [checkin]
401 questions
0
votes
1 answer
git-tfs ignores changes to config
I used git-tfs with TFS2012 for a while, but recently we migrated to TFS2013 and the TFS address has changed.
I can't seem to do git tfs checkin any more as it tries to send changes to the old address.
I updated the url in .git\config , cleared TFS…

Burjua
- 12,506
- 27
- 80
- 111
0
votes
1 answer
Checkin and Checkout file from TFS programmatically using c#
I have a requirement to checkout and checkin file from TFS programmatically using c#. The code which I am using is as shown below.
var tfs = new TfsTeamProjectCollection(new Uri("http://MyTFSServer/"));
var versionControlServer =…

SVM
- 15
- 1
- 5
0
votes
2 answers
TFS Checkin plocies for different version of Visual Studio
I created a Custom Checkin policy and build it in Visual Studio 2013 and also build it in Visual Studio 2012 so that whoever using Vs 2012 can use the policy and successfully registered the policy to all machines. I applied the policy to a Team…

Dilshod
- 3,189
- 3
- 36
- 67
0
votes
2 answers
How to use offset in VKontakte with Python?
I am trying to build a script where I can get the check-ins for a specific location. For some reason when I specify lat, long coords VK never returns any check-ins so I have to fetch location IDs first and then request the check-ins from that list.…

James
- 125
- 1
- 8
0
votes
0 answers
VS2013 TFS check-in failure: The process cannot access the file because it is being used by another process
I am working on converting our SQL Server database into a SQL database project using Visual Studio 2013. There are a couple files that are not checking in because they are getting the error, "The process cannot access the file because it is being…

IR0N0RR
- 26
- 5
0
votes
1 answer
Swarm/Foursquare check-ins in twitter. How can i get CHECKIN_ID and SIGNATURE from Swarm url?
The last few months, I am working with publicly available foursquare check-ins, gathered from twitter. Initially, I used an older dataset I had and now I try to process a more recent dataset. I noticed that most users now are using swarm for their…

Celia
- 345
- 1
- 8
0
votes
1 answer
Create check-in link for facebook
I've tried to find a direct link to a check-in box in facebook.
This is the code that I found, on https://touch.facebook.com/Scoutsgroep.VZW.De.zwaluw/, I have tried to put the code on a website (wordpress) but that doesn't create a direct link to…

Aldo
- 730
- 8
- 20
0
votes
1 answer
facebook graph API - get last checked users to place/page
I'm quite new to the FB API. In fact, I've just started. In my simple page I wanted to show a block dedicated to users, who recently (let's say for last 7 days) checked on my place. Is there any chance to do it through graph api? i have found…

Paweł Skaba
- 671
- 1
- 17
- 49
0
votes
1 answer
How can I FORCE subversion to check in and commit a file?
I have a checked out project in Xcode from an SVN repository. Someone else changed two of the files I had checked out, and caused them to be updated (they should not have) on SVN, so now two of my files are out of date. I cannot update those two…

MajorHavoc
- 321
- 2
- 11
0
votes
2 answers
Subversion. Metrics. Get lines of added/updated code for each file in check-in programmatically
I need your advice. In my application I need to get programmatically such metrics for users check-ins as lines of added/updated code for each file in check-in. This app is writed on c# and uses the Subversion as version control system.
How can I do…

w1z
- 537
- 2
- 5
- 17
0
votes
1 answer
programmatically checkin to facebook from android app
How can I programmatically check in using android application like foresquare ? question describes it well
I am not sure if it is supported by facebook API

user3833308
- 1,132
- 3
- 14
- 39
0
votes
2 answers
Visual Studio 2013 GitHub Commit Trouble
I use GitHub for my MVC 4 project on Visual Studio. But some pages that I've added, I can't commit to GitHub.
You can see on the image, there are lock symbols for check-in, but others have not. I can commit the pages with lock symbols but I can't…

Mr. Zoidberg
- 514
- 4
- 13
0
votes
1 answer
TFS Single File Checkin Permission
we are using TFS (2012) And i want to define one spesific file's check-in permission.
e.g.: Only administrator can change my config file, that file should be read only to others.
is it possible to fobid other users to check-in spesific file in the…

Aurora
- 422
- 1
- 7
- 21
0
votes
1 answer
Sharepoint: document remains check out after it is uploaded
I am uploading document using Copy Services into document library, after that setting libraries required fields too but document still remains checked out for that user. I have also checked version settings for that library. Did not help anything.!…

Ashish
- 246
- 1
- 2
- 12
0
votes
1 answer
Should I check in images, css, jquery files etc. when check in to TFS in VS2013
When I check in a whole project, besides my source code, there are many images, css, javascript files etc. from third party like jQuery and others, and also all kinds of library DLLs. Visual studio will ask me to also check in this.
When I go to…

martial
- 3,773
- 8
- 33
- 43