Questions tagged [svn]

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The subversion book is an excellent reference, source it in your SVN answers! Please link to the latest stable release of the book. Links to the nightly build will eventually break when sections in the book are reorganized.

1337 questions
0
votes
1 answer

Setting up SVN server, what to put for DNS?

I want my SVN server to be accessible via the net. Do I need to modify /etc/resolv.conf to something other than a local IP? Update: It'll be hosted locally here in the office but will be available via the web in case an engineer or developer needs…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
1 answer

SVN Checkout URL - fresh install

I just setup SVN on a server that is running Ubuntu server as a fresh install. I've got it up and running but am having difficult determining how to connect to it. I'm trying to do an import using the local IP address: http://IP/RepositoryName but…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
1 answer

502 Bad Gateway with nginx + apache + subversion + ssl (SVN COPY)

I've asked this on stackoverflow, but it may be better suited for serverfault... I'm having a problem running Apache + Subversion with SSL behind an Nginx proxy and I'm hoping someone might have the answer. I've scoured google for hours looking for…
Steve Platz
  • 173
  • 1
  • 3
  • 9
0
votes
3 answers

What are the minimum specs for Ubuntu server to host a subversion repository?

I need to build an server (Ubuntu 9.10 server) to host source control (subversion) from my house. What are the minimum specs (processor and RAM) to do this with good performance? I'll need to buy some new parts from newegg and just need enough to…
Tone
  • 601
  • 4
  • 13
  • 29
0
votes
1 answer

Hosting a subversion working copy in an remote WebDAV folder

This might be a bit awkward, but I'll try to explain what I am trying to achieve and what problems I encountered. First of all: whats this about? I am currently trying to set up a distributed working enviroment for developing a web page. My plan was…
Daniel Baulig
0
votes
1 answer

Unexpected 405 Response in SVN When Adding or Committing a File

I've just added a new user to a SVN repository. They have read/write perms on the repo. They also have file perms (up to Modify, including Write and Create) on the Repo directory. When the user tries to add a file to the project, or commit a file,…
Chris B. Behrens
  • 671
  • 1
  • 6
  • 12
0
votes
1 answer

SVN check out to samba directory

I'm trying to svn co to a directory on Ubuntu, shared via samba, to OS X, but I get the following error (in OS X). svn: In directory 'site/product/tests' svn: Can't open file 'site/product/tests/.svn/tmp/text-base/._base.py.svn-base': No such file…
Jon Hadley
  • 305
  • 2
  • 7
  • 20
0
votes
3 answers

Can't get SSL to work with SVN + Apache2 on Windows XP

I have a Windows XP machine with an SVN server set up with Apache using BitNami. I can access it through http and everything works fine. I tried to set up SSL but I must have done that wrong. C:\>svn co http://localhost/subversion…
rlbond
  • 181
  • 1
  • 10
0
votes
2 answers

svnserve vs xinetd + svnserve

What would be the best solution considering, scalability/load and security, svnserve + xinetd or standalone svnserver? Thank you!
crazybyte
  • 337
  • 1
  • 3
  • 10
0
votes
0 answers

SVN only fails to commit new files that have been svn:copied with RA layer request failed error, changes and additions work fine

Whenever I try to commit a new file that has been created using svn:copy I get the following error: RA layer request failed Commit failed (details follow): Unexpected HTTP status 502 'Bad Gateway' on '/!svn/rvr/521/Project/trunk/image.png' In the…
0
votes
1 answer

SSH access from outside to a pc inside network

Possible Duplicate: SSH access from outside to a pc inside network I have a static IP and ADSL router linked to a linksys wireless router to which all my machines are connected. I would want to setup SVN on one of machines and provide SSH access…
Raja
0
votes
0 answers

Project specific LDAP authorization for SVN

I am using Apache 2.4 on Ubuntu 14.04 and SVN 1.8.8. I have installed SVN server and created a number of repositories (one per client). For each team working for each client, I added configurations files in /etc/apache2/conf-available and use…
Hussain Akbar
  • 141
  • 1
  • 4
0
votes
1 answer

SVN running on RHEL 8 Authentication issue

Good morning, I support a subversion server running on rhel 8. The engineers check in/out software builds from a CentOS6 desktop. I need to add authentication to the SVN URL because it's wide open. When I install the new SSL cert on the RHEL 8 it…
0
votes
1 answer

SVN doesn't want to store permanent exceptions on some systems

When running SVN UP against a server some of my ubuntu systems doesn't want to store a permanent exception. SVN output looks like this: Error validating server certificate for 'https://aaa.bbb.ccc.se:443': - The certificate is not issued by a…
pehrs
  • 8,789
  • 1
  • 30
  • 46
0
votes
0 answers

How do I use SVN+SSH with a custom port and externals on Jenkins

We use SVN with SSH because it is better than anonymous access and the HTTP setup looked complicated and difficult to use when I was setting up authenticated SVN. Subversion uses a custom port because it is running in a docker image and we use the…
AlastairG
  • 348
  • 3
  • 15