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

SVN error after first checkout

After the first check out, I use "svn status", it show the strange error (2 lines with the same content): ! W_DELIVERABLES/20110715/ソースコード_20110715.zip ! W_DELIVERABLES/20110715/ソースコード_20110715.zip Then I try to revert: svn revert -R…
vietstone
  • 8,784
  • 16
  • 52
  • 79
0
votes
1 answer

svn won't update existing files

I come across a strange problem when checking out project and trying to update existing files. I have several branches of my project in the svn repository. I use a single working project directory (say "proj") to check out the branch that I want to…
Fashandge
  • 237
  • 1
  • 12
-1
votes
1 answer

SVN checkout Specific folders which has recent commits with respect to a revision in the repository

Jenkins job is monitoring a location in SVN where our project resides in different folders. The Size of our project in SVN is 200GB our job checks out the whole project(200GB) every time even for a small modification(50MB). Is there any way to…
Hameed Basha
  • 13
  • 1
  • 7
-1
votes
1 answer

How can you do an SVN checkout on the basis of a specific project ID/artifact ID?

How can you do an SVN checkout on the basis of a specific project ID/artifact ID?
-1
votes
2 answers

Difficulty checking out svn project with alternate username

I'm trying to check out a project from a school server, but it attempts to use my computer login name instead of my server login name, so it fails. my commands: svn checkout svn+ssh://[server name and stuff]/[school login name] and it…
eipxen
  • 218
  • 1
  • 9
-1
votes
1 answer

Subversive SVN Checkout only missing files

I am using eclipse plugin 'subversive SVN' as my SVN tool. My remote repository is huge (of more than 30GB) , and when I tried to download I lost the connection in between (say 94% ) . I need to checkout only the remaining , missing files. If I…
Sujith PS
  • 4,776
  • 3
  • 34
  • 61
-1
votes
1 answer

Authentification error with SVN in Jenkins 4

Can any one tell me how to fix svn (subvirsion) integrate with jenkins CI, i am giving this svn url: https://svn.digitalmettle.com:8443/svn/src/Vantage/VIP.Touch/trunk but jenkins subvirsion give this error: Unable to access …
-2
votes
2 answers

how to provide username and password while checking out the code from SVN using python script without third party module

I am able to write a script to checkout the code from SVN issue using "pysvn" module but just wanted to know is there any way I can do without pysvn also ? Because pysvn is third party library which I have to install separately on linux and windows…
user2564083
  • 23
  • 3
  • 8
-2
votes
1 answer

Can't connect to SVN in Windows installed via Bootcamp

I have installed Windows 7 Ultimate on my MacBook Pro via Bootcamp. I have Windows Support drivers installed and everything is working fine. But I am unable to connect to SVN. I tried checking out through NetBeans, Tortoise SVN, Eclipse and many…
HelmBurger
  • 1,168
  • 5
  • 15
  • 35
-3
votes
2 answers

How To Checkout Aptoide Source code

I need to checkout aptoide source code from here. I have tried to checkout the source code by using TortoiseSVN in Windows platform and get the following error.
Imdad Sarkar
  • 1,245
  • 2
  • 12
  • 24
-4
votes
1 answer

What are the way to checkout a single file from svn for mac

I am facing a lot of problems to checkout a single file in svn. am using latest version svn but it is not working on mac so can please suggest how it will work on mac am waiting for your need full replay.
sai
  • 1
1 2 3
17
18