Questions tagged [checkin]
401 questions
2
votes
1 answer
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 somewhere.
It appears that Connections are…

Mike Hughes
- 23
- 3
2
votes
1 answer
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.

Miroslav Kaděra
- 25
- 1
- 4
2
votes
1 answer
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!

user729100
- 21
- 3
2
votes
2 answers
TFS: How can I select one of my previous commit comments?
Often I'd like to use a previous commit comment (and edit e.g. just one word) for check-in.
I'm used to eclipse, where this feature works quite well.
Is it also available for TFS? I didn't find it yet (despite quick Web search), am I blind?
(I'm…

Mayoares
- 1,234
- 2
- 13
- 21
2
votes
1 answer
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?

Aneil Mallavarapu
- 3,485
- 5
- 37
- 41
2
votes
0 answers
Use the Facebook Android SDK ShareDialog to check in at a location
Incentivized sharing is not allowed in the Facebook SDK, but incentivized check in is allowed.
However, the check in ability has been deprecated in the SDK docs, and they say it was added to the share dialog, but there's no documentation on how to…

Trent Pierce
- 387
- 3
- 22
2
votes
1 answer
ClearCase: What is the difference between master and current replica?
I'm new at ClearCase and one of the file's master is not me.
So, I can make check-out but cannot make check-in.
I was expecting that if I'm not master I cannot check-out even. It should be read only for me.
If I can check-out but unable to check-in…

Furkan Yavuz
- 1,858
- 5
- 30
- 51
2
votes
1 answer
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 Check-in Policy.
When we run code analysis on…

bahadir arslan
- 4,535
- 7
- 44
- 82
2
votes
1 answer
Clear Case Error: File messed up after failed checkin
We are using Jenkins for our continuous integration and in one job Jenkins checks in files into out Clear Case Integration Stream. Recently during one job the ClearCase checkin failed with the following message:
cleartool: Error: Operation…

airborne
- 3,664
- 4
- 15
- 27
2
votes
1 answer
How can I quickly checkin a large number of files in clearcase
I have a large number of files that I am trying to check in. This process needs to be done several times and is time and resource consuming. I am using the follow command to do this:
cleartool lsco -cvi -all -s | awk '{print "cleartool ci -c \"

Alex Weber
- 450
- 2
- 16
2
votes
2 answers
ClearCase - How to Find All Checkins By One User for an Entire PVOB?
I have been asked to find every checkin by one specific user across an entire ClearCase Project VOB since a particular date. How might I obtain this information?
I assume it's some usage of the cleartool find command, but I've not yet figured out…

Dynotherm Connector
- 321
- 3
- 14
2
votes
1 answer
Visual Studio / TFVC - Check-In / Check-out
I'm new to development in Visual Studio / TFS. I'm working on a team that uses TFVC for their version control. I created a project and then checked it in. It deployed fine at the nightly build. A week later, I made a change to one page and then…

spex5
- 1,221
- 4
- 17
- 27
2
votes
0 answers
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 the rules from the server in my source code…

sagie
- 2,998
- 3
- 22
- 31
2
votes
1 answer
How to debug a check-in policy DLL that can not be loaded?
I've written a series of check-in policies and based on principals of OOAD, I used some inheritance and stuff to reuse some code.
Now I've got this hierarchy:
General set of check-in policies
Specific set of check-in policies
Each is a class…

Nasseh
- 429
- 1
- 4
- 12
2
votes
1 answer
svn URL access forbidden for unknown reason
I'm trying to create a new project in svn using subclipse from STS/Eclipse. It works fine with existing projects, this is just a project for experimentation. When I try to check in the new project, I get this error message
mkdir --parents -m…

Jack BeNimble
- 35,733
- 41
- 130
- 213