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

SVN server start at boot

I'm configuring Subversion and want it to start at boot. Used following command series: sudo mkdir /var/svn sudo useradd -r -s /bin/false svn sudo mkdir /etc/svn sudo cp /home/zipo/svnserve /etc/svn/svnserve sudo chown root:root…
Index
  • 147
  • 5
0
votes
2 answers

SVN Server Security Scanning Tool

We plan to migrate our SVN server from LAN to Internet. We need to convince our management, that our setup is secure enough. Is there any SVN server security scanning tool, to check on the security level of our SVN server? Thanks. We are using…
0
votes
1 answer

svn apache prevent anonymous read dav_svn.authz

So I have gone through about a dozen other threads as well as read the http://svnbook.red-bean.com/en/1.8/svn.serverconfig.pathbasedauthz.html I feel like I have tried everything, and either there is anonymous read to the repository url, or I loose…
noone392
  • 113
  • 1
  • 8
0
votes
3 answers

ImportError: No module named svn.core Python Traceback

I am working on the Setup of the Subversion server in one of my environments using RHEL 8 Apache 2.4 Subversion 1.10.6 Python 2.7 Viewvc 1.2.1 Apache & Subversion installation has been done successfully. Further I am trying to use the WebSVN as…
0
votes
1 answer

Subversion wildcard access not working

I am using Subversion 1.10 which claims to work with wildcards in path authorization. I have a large group of project folders (2000+) containing restricted and unrestricted sub-folders in each Trunk and Tag. My current devs have access to both, but…
Red_Shadow
  • 103
  • 2
0
votes
0 answers

No such revision subversion

We use version svn 1.6.12. After recovering lvm on the machine, it gives an error when connecting : svn: E160006: No such revision 12526. In the revs directory there really is no such revision 12526 as others since 7739 and many other. I can not do…
sysadm92
  • 1
  • 1
-1
votes
2 answers

Subversion access control for repo sub-folders

Platform/Versions: Windows Server 2008 R2 Std SP1 (64 bit) CollabNet Subversion Apache 2.2.23 (win32) CollabNet Subversion Client Svnserve V1.7.8 Authentication using SSPI (active directory) Users run Tortoise SVN Client V1.8.11 (64…
-1
votes
2 answers

how to solve SVN Commit Issue: forbidden by server

When I tried to commit my code using Eclipse. I got the following error: org.apache.subversion.javahl.ClientException: The operation is forbidden by the server svn: Commit failed (details follow): svn: Changing file 'D:\workspace\DataItem.java' is…
Viraj Sawant
  • 1
  • 1
  • 1
  • 2
-1
votes
1 answer

Installing VisualSvn to be accessible through web

I am having troubles getting hooked into allowing other computers to grab a checkout from my computer which holds VisualSvn repository. My url is: https://checkout:8443/svn/Repo/ Checkout = computername. So I have only just installed VisualSvn not…
Robert
  • 1
-1
votes
1 answer

Connect to repo IP address A if it is up, else connect to repo IP address B (Client side)

There's an SVN repo hosted in a server behind multiple ISPs, and depending on the ISP connection, the admin of that SVN server changes the repo's IP address and announces "hey, our IP address changed. Please relocate all of your stuff to…
-1
votes
1 answer

Need some help installing SVN through bash

I'm trying to setup subversion on my server. I'm logging into my server as root, and I have no idea how to do that. I was trying to follow this guide: http://blog.loadbalancer.org/how-to-setup-subversion/ but I can't see a "home" directory. Here are…
KeyStroke
  • 161
  • 1
  • 4
-1
votes
1 answer

Can't checkout SVN repository; Server doesn't receive request

I have a VPS. From this VPS, I'm trying to checkout a repository at svn://svn.server.dom/repos. Some time after, I receive a timeout message. If I run ping svn.server.dom, it works fine. Here's the thing though: the server is not even receiving the…
-1
votes
1 answer

SVN : unknown host

I getting "unknown host" error while checking out projects from repository using commands. #svn co svn://abcd.com/repos/trunk1 test23 svn: Unknown hostname 'abcd.com' I can ping host from same terminal as well as I can connect the SVN port through…
Vaibhav Panmand
  • 1,038
  • 7
  • 17
-1
votes
1 answer

How can I limit access to a SVN repository per user?

i got require from manager on below if user has account on subversion, they can check out or commit to repository some folder or file on repository. user can't commit but user can check-out…
-1
votes
1 answer

Ubuntu 12.04 with Subversion Edge and SLES 11 with Subversion Edge

I have a server (SLES 11) witch Subversion Edge. On this svn, i have repository and users. I have to migrate this svn on a Ubuntu server 12.04. I have installed Subversion Edge on this server. Now I would like to migrate the users on this servers.…
Marie
  • 1