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

VS2012 detects change made outside VS and mark files checked out

On my VS2012 I noticed that if i edit a file that is not checked out in a notepad and save it, in TFs it will be marked as checked out and edited. So far we haven't found too much of a problem of it, but potentially people can get careless and…
Chuan He
  • 1
  • 2
0
votes
1 answer

Automatic checkouts of Mathematica files from Eclipse TFS

The TFS add-in for Eclipse doesn't automatically check out files when you edit them, and you get this annoying and misleading error message when you go to save: Mathematica could not write some data to the file …
0
votes
1 answer

"Path not found" error when trying to perform a checkout using SVNKit

I was getting to perform the checkout correctly before I merged branch and trunk. After that procedure (merge of folder trunk/Fontes and branches/1.1.0/Fontes, having trunk/Fontes as working copy), I'm having problems to checkout a project or update…
Paulo
  • 257
  • 3
  • 13
0
votes
5 answers

SVN checkout fails saying URL is malformed

I am trying to checkout files using subversion on RedHat Linux but the checkout fails saying URL (http/https) is malformed or the scheme or host or path is missing. I am not sure now what more configuration/setup is needed? I am able to ping the…
kadeshpa
  • 1,467
  • 5
  • 16
  • 23
0
votes
1 answer

Stop TeamCity from Auto Checkout when adding a repo

I'm trying to configure TeamCity for use in our continuous integration. Our project has approximately 35 mercurial repos spread across 4 cities. All in all the code in the repos are approximately 30GB in size. Our problem is that if we add/remove a…
Tal Even-Tov
  • 153
  • 2
  • 11
0
votes
1 answer

IDE CVS checkout from a tag

I was wondering if there is a clean way of checking out code from CVS for a given tag from cvs repository perspective (tag from production to maintain and patch that work space). I know that we can check out code from head and replace the all…
Srujan Kumar Gulla
  • 5,400
  • 9
  • 42
  • 75
0
votes
1 answer

Improper checkout of a project - CVS

I have a project whose structure is as below: ProjectA/: within this directory: Sub-ProjectA1/ Sub-ProjectA2/ Sub-ProjectA1 was checked out separately in ProjectA in an effort to re-use some code. The following command was given: cvs checkout…
Sriram
  • 9,536
  • 20
  • 74
  • 130
0
votes
2 answers

clearcase checkout permission

I am getting following Rational ClearCase Explorer --------------------------- Error checking out 'C:\Projects\TestServlet.java'. Lock on activity "activity_test_name" prevents operation "change activity". Unable to check out…
-5
votes
1 answer

Git commit and checkout

When I make changes to my local branch, and commit them, what do others have to do to see those changes in their local repositories? What does 'git checkout' do?
1 2 3
9
10