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

TFS 2010 - bulk checking out of just .html files this time... How?

I need to bulk-check-out of all our .html files. (to do a masse edit-replace from the command-line, and check them all back). This is just a one time thing. I see a lot of threads on how to exclude files types but at project inception and…
3
votes
1 answer

How to checkout a CVS branch HEAD using IntelliJ IDEA?

I am using IntelliJ IDEA 12.1. How to check out the HEAD of a CVS branch? I can only check out the HEAD of the main stream, or a tag.
chance
  • 5,735
  • 11
  • 39
  • 68
3
votes
2 answers

CVS checkout from Windows command line Windows

Is there a way to check out from CVS using Windows command line (cmd) given the branch, package, and destination dir?
Oded
  • 755
  • 2
  • 12
  • 30
3
votes
1 answer

CVS checkout: Checking out project to a directory other than the one you are currently in?

Currently I issue the following command: cvs -d /path/cvsroot checkout -P directory/powers_npg/ However, this checks out the entire directory structure that is above the directory to the location I am in when I issue this command. I am trying to…
Stewy323
2
votes
3 answers

Why does Visual Studio want to check-out a File when opened?

Why does Visual Studio want to check-out a File when opened? I just double click the file to open it and Visual Studio wants to check it out. I did not make any changes to it. I just opened it. i.e. In Solution Explorer I double click…
2
votes
1 answer

TFS 2017: Check in policy is working on check out

I have a custom TFS checkin policy that is used for some of the project in the company. Some of the projects are huge and running the policy for them takes about 10 seconds or so. It is OK to spend 10 seconds every time when someone checks in,…
2
votes
3 answers

CVS checkout without all of extra folders

I want to checkout a specific folder from deep within a CVS module into my Hudson / Jenkins workspace. Stripping off the other options (such as pruning, branch, etc) the CVS command is ... cvs checkout -d workspace module\a\b\c\d\e\f This causes my…
RichH
  • 6,070
  • 1
  • 34
  • 60
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…
2
votes
1 answer

Why does opening the solution always results in check out of unit test project file?

I use VS2010 with solutions in .net 4.0. Most of the solutions have unit test projects in them. The solutions are under source control (TFS 2010). But every time I open a solution, VS2010 checked out the test project file (.csproj) and the…
Dennis
  • 1,689
  • 1
  • 18
  • 41
2
votes
2 answers

Very strange permission denied for file checkout

I am not a ClearCase newbie, I already did setup some CC-Servers in very well organized networks managed by LDAP. But this time it is a bit different in a non-LDAP managed network… I am facing a real strange checkout issue and I am stuck… To mention…
Jonas
  • 31
  • 3
2
votes
2 answers

Checkout and checkin sharepoint file

I am getting Runtime error 1004: cancheckout method failed near cancheckout and Compile error: Method or data member not found in line If Workbooks.CanCheckIn(ChkFile) = True Then How do I resolve the issue? Sub ToCheck() Dim xlApp As…
Prash
  • 41
  • 1
  • 4
  • 12
2
votes
2 answers

How do I check out Eclipse projects from CVS using the command line

I'm trying to check out the Mylyn project from Eclipse. However, I can't use Eclipse to check out the projects and am having to do it via the command line. I'm behind a firewall so am basing my attempt on…
Jeff James
  • 21
  • 1
  • 2
2
votes
1 answer

Automatic checkout in Perforce

I want to know if there is an in built functionality in Perforce which allows us to automatically check out code. I have multiple servers and I would like to have an option where, when I modify a script in one of the servers and check it into…
Amritha
  • 783
  • 2
  • 9
  • 26
2
votes
1 answer

Teamcity failing to update a directory on agent machines

Checkout is failing on feature branches on agent machines. Works fine on default branch. I have checked all agent machines have correct host fingerprints. Teamcity user has full administrative rights on machine but it is still failing to…
sam
  • 4,388
  • 10
  • 56
  • 109
2
votes
1 answer

How to disable visualstudio.com stored project's multiple check-out?

I have a project stored in visualstudio.com. However when I have a file checked out, my colleagues can do the same. How can I disable that feature? I went to TEAM -> Team Project Settings -> Source Control in VS 2012 and disabled "Enable multiple…
Andrius Naruševičius
  • 7,659
  • 6
  • 44
  • 72
1 2
3
9 10