Questions tagged [svn-checkout]

Questions regarding SVN checkout operations.

In the context of the Apache SVN Version Control System, checkout is an operation that checks out a working copy from a repository.

266 questions
8
votes
4 answers

Error checking out Subversion repository (svn: Your .svn/tmp directory may be missing or corrupt;)

I am trying to check out a full subversion repository including all branches and tags: svn co svn+ssh://path/to/project This runs for a while, but during the checkout of a branch I get the following error: svn: Your .svn/tmp directory may be…
DaveJohnston
  • 10,031
  • 10
  • 54
  • 83
8
votes
4 answers

SVN how to remove local copy only?

Here is the scenario ... I am also using tortoise SVN ... I can create a new folder and do a checkout with the "only this item" option ... this will checkout just the top level folder, I can then go into the repo browser and select any subfolder i…
farinspace
  • 8,422
  • 6
  • 33
  • 46
7
votes
2 answers

Checkout svn using gradle

I want to checkout svn using gradle. According to example I wrote this task dwnSnark << { ant.path(id: 'svnant') { ant.pathelement(location: 'antlib/svnClientAdapter.jar') ant.pathelement(location: 'antlib/svnant.jar') …
Stan Kurilin
  • 15,614
  • 21
  • 81
  • 132
7
votes
4 answers

Faking the depth of an SVN checkout

For some reason my local copy of an SVN repo stopped recognising the parent directory as a working copy. I would normally fix this by checking out again into another folder and overwriting the new working copy with my changed files. I would then do…
wheresrhys
  • 22,558
  • 19
  • 94
  • 162
7
votes
5 answers

Subversion large repos import/checkout

My normal work flow to create a new repository with subversion is to create a new repos, do a checkout of the repos root, create my branches tags and trunk folders and place in the trunk my initial files. Then I do a commit of this "initial import",…
Luke
  • 20,878
  • 35
  • 119
  • 178
7
votes
4 answers

Checking out Maven project from SVN in Eclipse

I have just downloaded and installed the latest Eclipse Juno. I have also installed Maven and SVN through the Eclipse Market Place. The problem I am getting is that when I check-out a project from my SVN repository, the project doesn't get checked…
Harvey
  • 171
  • 2
  • 2
  • 5
6
votes
2 answers

Jenkins(Hudson) SVN checkout dir

In Jenkins (Hudson) how do i change the checkout location of a project. I want the project to be checked out to the doc-root of apache2 which is at /var/svn/project by default Jenkins checks it out to the /jobs dir on /lib/jenkins/ I thought of…
heshanh
  • 367
  • 3
  • 6
  • 19
6
votes
1 answer

Subversion: svn protocol with HTTP/HTTPS proxy

I need to do a svn checkout,say svn checkout svn://XYZ.com/trunk. I am using the svn client from behind the proxy. I had accessed other repositries using the http protocol in past but with svn protocol,it fails with "Connection Refused", reason I…
sud03r
  • 19,109
  • 16
  • 77
  • 96
6
votes
0 answers

Unable to connect to SVN repository from XCode 5

Can't able to connect to SVN repository from XCode 5 Tried with Xcode > Preferences > Account > Add Repository (with bottom + button) and add svn path + username + password. I tried with terminal as well and its working fine and checkout the project…
Vinny
  • 98
  • 8
6
votes
2 answers

svn checkout: No repository found

I noticed that SVN works well until I restart my machine (Mac OS X). Then, when I do svn checkout svn://10.0.0.9/testA, I get the error svn: No repository found in 'svn://10.0.0.9/testA'. svn info produces the following: Path: . URL:…
Mika
  • 1,195
  • 6
  • 22
  • 34
6
votes
2 answers

Copying the .svn directories from a checkout to a non-checkout to make it a checkout

I have a large application in a production environment that I'm trying to move under version control. So, I created a new repo and imported the app, minus various directories and files that shouldn't be under version control. Now, I need to make the…
mr. w
  • 2,348
  • 1
  • 21
  • 26
6
votes
1 answer

Is it possible to resume a failed checkout with subclipse?

I am using STS 2.9 with Subclipse plugin under Ubuntu Linux. I am trying to checkout the entire repository (with all trunks and branches) and to have it neatly appearing as a project in the workspace. What I normally do is checkout the root of the…
Ivaylo Slavov
  • 8,839
  • 12
  • 65
  • 108
6
votes
4 answers

Resuming interrupted SVN checkout... again

First of all, I know that this question has been asked many times, for example here. However, the accepted answers there do not seem to work in my case. > svn --version svn, version 1.7.6 (r1370777) > svn co https://netmf.svn.codeplex.com/svn…
Etan
  • 17,014
  • 17
  • 89
  • 148
6
votes
7 answers

Subversion Exclusive Checkout and Subversion Plugin for Delphi

Is there currently a feature that allows a exclusive checkout in SVN? Is there a good plugin for Delphi that allows the access via IDE?
Acron
  • 1,378
  • 3
  • 20
  • 32
5
votes
2 answers

Failed build while collecting changes from other repository

Getting the following error while trying to do checkout Build errors # [11:27:20]Failed to start build [11:27:20]Failed to collect changes, error: Error collecting changes for VCS repository 'ibtis' org.tmatesoft.svn.core.SVNException: svn: E175002:…
sam
  • 4,594
  • 12
  • 61
  • 111
1 2
3
17 18