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
0
votes
1 answer

force svn user and update checkout with private subdirectories

I have a Subversion tree that only has some directories public. The last directory is only available for user "me". /trunk/public1 /trunk/public2 /trunk/private1 When I do a checkout of trunk, I get /public1 and /public2, but not /private1. I'm not…
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
0
votes
1 answer

SVN Checkout of drupal to another site

I'm trying to svn checkout into treeoil.com's public_html directory (site is not really named treeoil.com), but my repo is located on one of my other sites (landonwinters.com). When I try to do this checkout: svn checkout…
user114518
0
votes
1 answer

Ignoring protected folders on SVN checkout

I am having the following problem: Our svn repo has externals, and one subdirectory of the externals is not accessible with my credentials (the externals are managed by a different team). If I do an SVN checkout with Tortoise, I get prompted for…
tt293
  • 500
  • 4
  • 14
0
votes
1 answer

No Box for Username and Password in TortoiseSVN with Google Code

When i check out a Google Code repository I don't get asked for a password or a username. this is how i try it: https://MyRepository.googlecode.com/svn/trunk/ I can't add something like --username Me@gmail.com as in comandline. Any ideas what's the…
passsy
  • 5,162
  • 4
  • 39
  • 65
0
votes
0 answers

#jenkins_Unable to get subversion checkout using jenkins in Pipline build

i have created a jenkins pipe line build where using below pipline code when i try to build a error appears stating "Checking out http://192.160.142.39/Mobility/branches/AppiumTesting/test.automation at revision '2023-02-20T12:07:18.262 +0530' Using…
0
votes
1 answer

svn checkout repository on local disk to remote server

I have an svn repository that I keep on a usb drive. How do I checkout the local repository from a remote server in ssh? Something like svn checkout file://local_repository but on the remote server this doesn't exist. I am thinking maybe I have to…
0
votes
2 answers

svn checkout is not working with php exec()

I want to checkout some files from svn to my locale folder using php. For that I write this code. $checkout = "svn --username myuname--password mypass checkout svn://192.16.20.125/projname/trunk/content/Poems/files.swf …
learner
  • 2,609
  • 4
  • 22
  • 23
0
votes
1 answer

How to clone a specific folder from remote repo without wasting data on .svn folder?

I wanted to fetch a very specific folder from a very huge remote repo[having size in several GBs], searching for the same i came to know about svn checkout but using it i found that the 800MBs of fetched data contains 300MBs of .svn folder which is…
Kunal Sharma
  • 416
  • 3
  • 12
0
votes
2 answers

MS Build Community Tasks - SVNCHECKOUT: can't find svn.exe even though it is in PATH

Note: this question applies to using the MSBUILDCOMMUNITYTASKS add-in for MSBUILD. Specificly the functionality of SVNCHECKOUT and its inablity to find the svn.exe file even when it is located in a directory included in the PATH environment…
TechSavvySam
  • 1,382
  • 16
  • 28
0
votes
1 answer

How to avoid Jenkins SVN checkout giving error E210003?

I want to check out two projects from svn with one job in Jenkins. I have removed potentially sensitive business information from the screenshots. I open up an SVN tunnel before checking out the projects. This is working as expected. The first…
PJvG
  • 1,310
  • 3
  • 16
  • 33
0
votes
1 answer

how to use the tortoise svn import

Let's say I have checkedout a project via SVN, then I right clicked the folder and export it, what happens is, it threw a copy of the project to another folder and removed the .svn suffixes and removed the green "check" icon. Now, if am using an IDE…
sasori
  • 5,249
  • 16
  • 86
  • 138
0
votes
1 answer

why does SVN checkout throw 175002 error?

while trying to checkout a project via svn i get the error: org.apache.subversion.javahl.ClientException: E175002: unknown host E175002: OPTIONS request failed on '/CNSS_Project'. Any help? thank !
assia
  • 71
  • 1
  • 1
  • 10
0
votes
1 answer

Deleted the .svn folder from SVN checkout folder. Would it impact on the production code directly?

I have taken the checkout from SVN long back ago and didn't do any changes to that folder. After a few months, I saw that folder still on my machine and I tried to delete that folder because it's taking disk memory. SVN checkout folder is showing a…
0
votes
2 answers

How to get only updated files from svn?

I need to checkout the files which all updated to particular revision from the SVN. It should not contain any other files. It should checkout the files were affected to a particular revision ID. Also, I need to get the path as in the svn. I am…
Mohamed Saligh
  • 12,029
  • 19
  • 65
  • 84
0
votes
1 answer

SVN checkout does not recognize url path

Trying to download the sound files from the following url: https://github.com/wesbos/JavaScript30/tree/master/01%20-%20JavaScript%20Drum%20Kit/sounds with TortoiseSVN, however the software says that it does not recognize that url path. Changed the…
DreamVision2017
  • 372
  • 1
  • 9
  • 23