Questions tagged [checkout]

15 questions
23
votes
3 answers

Checkout Git files to a location outside the repository

Is it possible to “checkout” to a location outside of the repository? What I mean is a clone of a branch without the “.git” directory. For example: Use git to manage a website. You edit some files, commit and copy the files to a web server via…
user240826
  • 331
  • 1
  • 2
  • 3
3
votes
1 answer

SVN / Tortoise SVN - Cannot checkout, Access is denied

We are having a strange problem with our SVN repository One particular project is failing to check out on some dev's workstations. The error is: svn: E720005: Can't open file …
Shevek
  • 16,502
  • 7
  • 46
  • 75
2
votes
2 answers

How many SVN checkouts of my project on google code?

My project uses Google Code. Is there a way to find out how many checkouts there have been?
Paul Biggar
  • 590
  • 4
  • 9
  • 16
1
vote
1 answer

Tortoise SVN - Checkouts for repositories with many tags/branches

When doing a checkout using Tortoise SVN, if a repository has the trunk, as well as many branches/tags, won't the checkout time grow quite a bit over time? Every time a checkout is done from the root, it will have to checkout the trunk, all…
Nick
  • 954
  • 1
  • 6
  • 17
1
vote
1 answer

SVN checkout reporting unknown host

I have just done a fresh install of redmine and svn, I am getting this error when trying to check out: svn: Unknown hostname redmine.mydomain.com It definitely exists, I can ping it, view it etc. I've searched for a couple of hours with no luck. I…
user3079979
  • 21
  • 1
  • 3
1
vote
1 answer

svn checkout for 20thingsilearned

I am trying to checkout the code at googlecode for the project 20thingsilearned, however I am getting the same error on Tortoise SVN and cygwin in Windows 7 Error: OPTIONS of Error:…
Ravi Gupta
  • 242
  • 1
  • 2
  • 12
1
vote
1 answer

Dreamweaver alternative to emulate check in/out functionality

A little intro: a team of us are updating a website using Dreamweaver. We have no version control, and have to deal with Adobe's software oddities to get things done. I know just how bad this is! I'm in the minority, in that I only ever edit using…
1
vote
0 answers

Error fetching remote repo 'origin' with returned status code 143 from Jenkins Job

I am using Jenkin version:2.138.2 and git version: 2.16.2. I used to run one of the Jenkins job which was working fine from long back. But now unfortunately without any configuration change in Jenkins slave machine, the checkout process stops with…
CodeGuru
  • 11
  • 1
  • 4
0
votes
0 answers

git export part of bare repository?

I'd like to perform a partial "export" (only one subdirectory) of a bare repo. I've tried some solutions in the answers to Checkout Git files to a location outside the repository, however none seemed to work on a bare repo (operation must be run in…
gandalf3
  • 673
  • 2
  • 7
  • 15
0
votes
1 answer

Change outgoing repo on a hgsubversion checkout

For various convoluted reasons, I had to svnsync a subversion repo to be local, before I could clone it with hgsubversion, rather than cloning it straight from the 'source'. Now that has worked successfully, (20secs vs 3hours then fail) I wish to…
LordAro
  • 131
  • 5
0
votes
0 answers

SVN command line client: checkout refused when LDAP password changed "svn: OPTIONS of" (repo) "authorization failed" (but works in TortoiseSVN)

When using the command line/terminal svn client, a colleague is getting "svn: OPTIONS of " [repo] "...authorization failed" error message when they attempt to checkout the repo to be their local working copy. They used to be able to do this but have…
therobyouknow
  • 4,016
  • 17
  • 59
  • 88
0
votes
1 answer

SVN+SSH connection over VPN using tortoise SVN failing

I am using a 64-bit system running Windows 7. I have Open VPN and Tortoise SVN 64-bit installed. The repository is in a remote system, and we connect using VPN. I have followed the necessary steps to initiate the VPN connection - Added some…
Sandeepan Nath
  • 133
  • 1
  • 2
  • 12
0
votes
1 answer

Sharepoint check in multiple items

I have just moved a batch of documents to sharepoint using webdav, but to my surprise, they are now all checked out. Click-by-click checking-in 100 documents seems a bit too timetaking for me. Doesn't sharepoint have a method for checking all…
Christian Madsen
  • 287
  • 1
  • 3
  • 11
0
votes
2 answers

"Export" a CVS checkout

I have a checkout of a CVS repository. The original repository does not exist anymore. Would it be possible to run something similar to "export" on the checkout itself? What I would want to end up with, is the set of all files that came from the…
Christian Neverdal
  • 662
  • 1
  • 5
  • 21
0
votes
4 answers

Subversion checkout error when checking out repository with &

My Subversion repository name has & in it. I get an error while checking it out. Is there a workaround? svn co https://ssss.my.com/D&G/ OPTIONS of https://ssss.my.com/D&G/ 200 OK