Subversion (svn) is a revision control system. It was made by the Apache Software Foundation as a successor to CVS.
Questions tagged [svn]
191 questions
162
votes
3 answers
How do I install svn?
I am trying to install svn and am running into issues. The command I am running is sudo apt-get install svn. When I run this, I get the error "Unable to locate package svn". Why is this? How do I fix it?
coffee
- 1,621
84
votes
6 answers
Where can I find a Subversion 1.7 binary?
Does anybody know of a ppa or source I can get a subverison 1.7 deb?
It was just released yesterday so I'm sure something will show up eventually. However I figure this will be a good place to post when something is released.
Ryu
- 943
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
28
votes
5 answers
How can I install subversion client in Ubuntu?
I have looked at this question:
How do I install svn?
We use sudo apt-get install subversion to install subversion on the server.
What should I do in order to install the subversion client?
SVN client is only needed and we don't need the server…
Rpj
- 3,129
28
votes
1 answer
TortoiseSVN (Subversion Client)?
Is there any software like TortoiseSVN for Subversion client that can be integrated with Nautilus?
Eko Kurniawan Khannedy
- 1,653
25
votes
2 answers
Graphical svn client for Ubuntu 16.04?
Any graphical svn clients working under 16.04? I had kdesvn before, but its no longer available from the packages. Neither is rapidsvn. Console is fine, but always nice to have GUI when searching through a non-local repo.
TheHairyOne
- 301
22
votes
1 answer
How to prepare auto-updating PPA?
I have some source code in an SVN repo which is updated daily.
Is there a way to push this source package into a PPA that would update from the SVN trunk and build the new packages for me?
Or do I need my own mechanism for pushing new source…
Manveru
- 223
21
votes
4 answers
Where can I find a Subversion 1.8 binary?
The Subversion 1.8 was released two weeks ago and is already available on the Windows platform via the Tortoise SVN client.
I would like to get it running on my Ubuntu 12.04 box.
I've already checked the Subversion team ppa, however, the latest to…
Nikola Petkanski
- 395
20
votes
4 answers
SVN and GNOME Keyring
How to fix the following issue:
$ svn update
Password for 'default' GNOME keyring:
svn: GNOME Keyring is locked and we are non-interactive
I have googled around but can't seem to find a satisfactory answer.
Fred Campos
- 301
17
votes
2 answers
RabbitVCS doesn't have right-click integration with the file manager
I have installed rabbitvcs with apt-get, but nothing appears when I right-click on a versioned folder.
I've tried logging out and even restarting.
What am I missing?
Manu
- 703
15
votes
7 answers
I need downgrade from Subversion 1.8 to subversion 1.7
I've upgraded system from 13.10 to 14.04 LTS
Now I need downgrade from Subversion 1.8 to Subversion 1.7,
because formats 1.7 vs 1.8 are different and I can not access to svn repo of my team.
I've failed to compile svn from sources: a lot of…
user273083
- 151
14
votes
2 answers
Rabbit VCS stopped working after upgrade to 11.10
Been using RabbitVCS for months now happily. Then when I updated to Oneric on Monday Rabbit VCS stopped working.
It is installed but the right click menu in nautilus is gone and unintsalling/reinstalling does nothing. It sees to be available from…
Lemon Bacon
- 500
12
votes
1 answer
Are there any SVN plugins for PCManFm?
For my personal development I use an SVN and while it works great in my IDE I would also like to see things when I'm viewing my workspace in PCManFm. Are there any plugins that do this? I can't seem to find any in Google.
JRSofty
- 343
- 2
- 6
- 19
10
votes
3 answers
Issues checking out code from Google Code
I've recently upgraded to Ubuntu 11.10 and since then, I haven't been able to checkout code from Google Code. I can't get it with either svn or git, but they were both working before the upgrade (so I'm assuming it's a problem with 11.10).
SVN:
$…
Jason Iverson
- 824
8
votes
3 answers
Trouble installing Rabbit VCS for nautilus
I am using Ubuntu 11.10 and following instructions mentioned here to install Rabbit VCS.
I added the PPA properly, did a sudo apt-get update and ran
sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit…
Jude Cooray
- 183