Questions tagged [svn]

Subversion (svn) is a revision control system. It was made by the Apache Software Foundation as a successor to CVS.

190 questions
37
votes
2 answers

How to checkout using subversion and https

I have just installed subversion and the repository is hosted on Assembla. Normally when I use windows I just use tortoisesvn and it prompts me for a username and password. When I try to checkout from the terminal I don't know how to manually…
going
  • 694
8
votes
1 answer

SVN "not a working copy"

Ok ... so I wanted to upload something to an SVN server. How hard can that be? Well, turns out I've been using windumb for too long. First I am supposed to "clone" the folder to my computer, using svn co --username USERNAME URL Alright, so I cd…
User1291
  • 272
  • 2
  • 3
  • 11
6
votes
1 answer

How to checkout svn files to another directory other than the current

When we use svn checkout, it always checks out files to the current directory. How can we checkout files to anther directory? I have read svn help checkout, but I couldn't find an option to let me do this.
3
votes
6 answers

svn: Unable to connect / No repository found

I'm going mad with this issue, that came out of all a sudden! Briefly, if I try to connect my svn server, I receive the following: $ svn list svn://host svn: E170013: Unable to connect to a repository at URL 'svn://host' svn: E210005: No repository…
jasmines
  • 11,011
3
votes
3 answers

Where is the Subversion executable located

I've installed Subversion via the command line. But I need to find the executable to point to it in my IDE. Do you know where it is located in the Ubuntu file system?
Ted
  • 133
3
votes
2 answers

How to use svn list svn+ssh://user@host/home/svn/myrepo without SVN_SSH path.

First, export the SVN_SSH env variable: $ export SVN_SSH="ssh -l user -i /home/user/.ssh/id_rsa" Second, execute the command below and co is successful: svn co svn+ssh://user@host/home/svn/myrepo Now the question: Is it possible to execute the…
2
votes
2 answers

10.04 LTS SVN how quick are updates?

I am new to Ubuntu LTS. I am using the SVN server that comes with 10.04 it is 1.6.6. The current version is 1.6.17. How quickly can I expect an update to the LTS applications?
2
votes
0 answers

Installing Trac with Subversion

Possible Duplicate: Installing Trac with Subversion hey i am still installing ubuntu......and i have error at the end i am following this link "http://trac.edgewall.org/wiki/Ubuntu-11.04-Subversion" almost at the end it says…
2
votes
2 answers

Create local svn repo / URL?

I need an SVN repo, just local on my PC. What I did was mkdir ~/svn/MyProject svnadmin create --fs-type fsfs ~/svn/MyProject svnserve -d Under ~/svn/MyProject, there's a conf folder, so I take it that creating the repo was successful. I would…
fweigl
  • 384
1
vote
2 answers

Upgrade svn client to 1.9 on Ubuntu

My ubuntu VERSION="14.04.3 LTS, Trusty Tahr" I wanna upgrade svn client to >1.9 with below two commands sudo apt-get remove subversion sudo apt-get install subversion I thought it would automatically give me latest version, however it is 1.8.8. Did…
nathan
  • 113
1
vote
0 answers

subversion does not store the password

Whenever I use subversion, it asks for a password, I type yes to store, but the same does not store, does anyone know how to fix this? When this message appears: can only be stored to disk unencrypted! You are advised to configure your system so…
Roknauta
  • 290
  • 3
  • 15
1
vote
2 answers

Multiple SVN repository logins

I have an ubuntu system & installed subversion on it. Now i want to create multiple repository on it. All the repository must have their own logins. for example---example.com/svn/repo1 : user--1 example.com/svn/repo2 : user--2 example.com/svn/repo3…
1
vote
1 answer

How to properly install nautilus-script-collection-svn?

I'me relatively new to development on linux, and i need svn. I've installed subversion, but command-line interface seems too creepy, so i've googled nautilus-script-collection-svn I've installed that too, but i cant't find it anywhere. Is that…
1
vote
1 answer

Installing Trac with Subversion

i am installing trac with subversion while installing i have error, i am following this link "http://trac.edgewall.org/wiki/Ubuntu-11.04-Subversion"....when i give the database string it gives the following error , could anybody please…
1
vote
1 answer

Upgrade SVN version after Ubuntu upgrade

yesterday I have upgrade my Ubuntu version from 12.xx to 14.04. Everything is ok, excepted my svn server. Now I got a error message and need to update svn version. After first searching in internet, I found some easy solution here. Anyway, where is…
Guforu
  • 203
  • 2
  • 9
1
2 3