Questions tagged [vcs-checkout]

Checkout a branch or file to the current working tree in a version control system repo.

See also

Specific version control system checkout tags: -

144 questions
0
votes
1 answer

how to specify order of vcs roots checkout in teamcity v8.1.5

i'm using teamcity v8.1.5. i read online somewhere i thought vcs roots are checked out based on the order that they are listed in the version control settings but that is not the case. e.g. version control settings have vcs roots listed…
Scott Chang
  • 181
  • 2
  • 11
0
votes
1 answer

"tf.exe checkout" locks files although parameter /lock:none is used in post build

In a customer project, I need to copy a built dll to another place where it will be checked in and shared amongst different solutions. I am using a post build step to checkout the target file specifying the /lock:none parameter so that others will…
Mephisztoe
  • 2,954
  • 7
  • 31
  • 47
0
votes
1 answer

GitHub Xcode: Project checkout irregularity

Me and my friend are trying to collaborate on a project that he recently uploaded to GitHub. I checked out the repository but do not get the same project structure after opening it in Xcode. The project contains Cocoa Pods which in Xcode appear as a…
Percolator
  • 483
  • 5
  • 23
0
votes
1 answer

Limitations & Features of TFS Express 2013

I want to know the features and limitations of TFS express 2013. Such as Check in and check out options, how many users can be configured and regarding sql server versions it supports and so on.
thevan
  • 9,298
  • 52
  • 128
  • 193
0
votes
1 answer

CVS Checkout using MAVEN ANT plugin

I am looking for following things. How to checkout code from CVS using MAVEN ANT plugin My CVS server name:cecvs02dv which can be accessed using user name and password (and cannot be accessed over HTTP) CVS folder: c:\cvs\dev Module name: IRM I can…
Vinayak Dornala
  • 1,339
  • 1
  • 15
  • 22
0
votes
1 answer

How to checkout code from CVS using Maven

I am looking for following things. How to checkout code from CVS How to checkin and update code from CVS My CVS server name:cecvs02dv which can be accessed using user name and password (and cannot be accessed over HTTP) CVS folder:…
Vinayak Dornala
  • 1,339
  • 1
  • 15
  • 22
0
votes
1 answer

Multiple CheckOut or Multiple Commit

I'm using Visual studio 2008 with C# and SharpSVN dll (for Subversion 1.6) I wish to commit to multiple different folders in my repository, but without having to checkout the entire repository. I tried using the method: SVNClient.Commit (ICollection…
marco
  • 1
0
votes
3 answers

Uncheckout tfs file programmatically if not modified using C#

After searching the googles for couple hours I found an answer to my question. I know this post Undo checkout TFS answers my question, however it doesn't answer all the questions I have. I want to achieve the same objective that the post asked…
itsNino91
  • 129
  • 15
0
votes
1 answer

Android Studio Checkout From Version Control-Bitbucket

My friend wanted to join my repository in android studio when he clicks on check out from version control he at first was given the option to log in and then nothing. he has git installed and also the Bitbucket plugin from the website also. Just…
Ryan
  • 423
  • 3
  • 7
  • 14
0
votes
1 answer

Check Out - Prevent other users from checking out and checking in is not shown

When I try to check out a file I am not getting the option "Check Out - Prevent other users from checking out and checking in" however from a different system when I connect to the same TFS using the same credentials, this option is shown in the…
0
votes
1 answer

How to checkout a revision by SHA-1 hash with pygit2?

It is seems that Repository.checkout can only checkout a referenece. Can we checkout any revision in the repo by SHA1-hash? equivalent to "svn checkout -r" in subversion system
0
votes
1 answer

Error when using anonymous user and pserver

I have setup an anonymous cvs user to be able to check out my project from cvs without having to enter a password. However, when I try to login to cvs using the following command cvs -d: pserver: anonymous@[HOSTNAME]:/home/cvs/cvsroot login And then…
mh377
  • 1,271
  • 4
  • 16
  • 31
0
votes
1 answer

Working with VSS and ASP.NET

i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server. i'm looking for a way how to "check out" or "copy" a Document (later on the whole vss structure with documents) and put it on in a folder on…
Tyzak
  • 2,342
  • 7
  • 35
  • 50
0
votes
1 answer

Perforce directory structure

In Perforce, I notice that my work-space is linked to a specific directory (location) in my local hard drive. Is it possible to change the location of this mapping for each file? For example if I have two scripts in two completely different…
Amritha
  • 783
  • 2
  • 9
  • 26
0
votes
1 answer

Using TFS Client Object Model to get who has currently checked out a file

I am using the 2012 edition of the TFS Client Object Model to retrieve some file information within repositories. Given a string specifying the path to a file in a TFS project, I'd like to find out who has checked out a file if it is locked. I use…
gdoug
  • 623
  • 5
  • 15
1 2 3
9
10