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 ...
-1
votes
0answers
13 views
build failed in cruisecontrol
we have SVN CruiseControl(CC) that had been configured in the linux machine.
We have been using this server for a long time up to this date.
Unfortunately,starting in last month,the CC is facing some ...
0
votes
1answer
30 views
Tortoise SVN repo-browser, checkout over VPN
I have a problem with repo-broswer and checkout with TortoiseSVN(1.7) over VPN(IPsec). For example when I want to check-out repository, all begins OK, but after few seconds(sometimes 10 files, ...
0
votes
0answers
22 views
need to rotate permissions to access usvn web and svn repository
On cPanel server,, i have installed USVN. When the permissions of USVN "public" folder are set to 755, then only USVN web interface works and svn repositories stop working, but when permissions are ...
0
votes
0answers
17 views
apache cpanel directory permissions suexephp
I have installed USVN on a cPanel server. but i can either browse the repositories Or access the usvn administration panel. but not both at the same time.
What makes one of them accessible is the ...
0
votes
1answer
21 views
“svn: Cannot negotiate authentication mechanism” for OSX CLI and WinXp TortoiseSVN, but linux CLI works
I had a working subversion server which used the passwd file which stores passwords in clear text. My requirements changed so that passwords now need to be encrypted. I did everything according to ...
1
vote
1answer
19 views
SVN DAV only lists parent directory via HTTP
I'm configuring SVN DAV via Apache2 using the following configuration:
<Location /svn/>
DAV svn
SVNParentPath C:\svn_repository
SVNListParentPath on
Allow from all
...
0
votes
1answer
10 views
SVN + SASL users privilege separation
I have and SVN + SASL server which works fine, but on this servers are multiple repositories and multiple SASL accounts. IS there a way to specify which users to access a specific repository like when ...
2
votes
1answer
35 views
Using a MySQL users table in subversion
I'm currently starting to work for the first time on setting up a small ubuntu server that has mysql and subversion. I have never set up a server before and I am doing it for a professor. Currently I ...
0
votes
1answer
23 views
svn using nginx Commit failed: path not found
I have built svn server on my nginx webserver. my nginx configuration is
server {
listen 80;
server_name svn.mysite.com;
location / {
access_log off;
...
-4
votes
0answers
95 views
Using an old P4 as a web server [closed]
I have an old P4 that has been getting too much dust lately, and a shared hosting account whose provider forces me to stick with PHP5.3.10 (now that PHP5.3.13 and PHP5.4.3 have been released). There's ...
1
vote
2answers
120 views
Python SVN Bindings - ImportError: No module named svn
I have recently updated my server using apt-get upgrade and then suddenly trac started showing the following error message:
Warning: Can't synchronize with repository "(default)" (Unsupported version ...
2
votes
2answers
60 views
BASH Scripting, su to www-data for single command
I am working on automating the creation of subversion repositories and associated websites as described in this blog post I wrote. I am running into issues right around the part where I su to the ...
1
vote
1answer
87 views
svn trouble with a commit from eclipse
org.apache.subversion.javahl.ClientException: svn: E204900: Commit failed (details follow):
svn: E204900: Can't open file '/var/repo/db/txn-current-lock': Permission denied
svn: E175002: MKACTIVITY of ...
1
vote
0answers
38 views
Apacheauth for svn, websvn, trac: internally show different name from logon name
We have a webserver which offers svn, websvn and trac using ApacheAuth, which we are in the process of moving to a new domain. I am looking for a way to have a translation Logonname -> Username.
...
0
votes
1answer
49 views
How to create an ssh user with access to only specific commands and directories
I want to create a user on debian which can do following:
Login via SSH.
Create SVN repo and create post-commit hook.
chmod and chown another directory to apache and 777.
How I can achieve that?
...
0
votes
0answers
13 views
How to create a custom role in SVN Edge
I am new to SVN Edge. Edge comes with the predefine set of rules . However I am in need of creating a new roles as default roles do not fin my needed.
I am using LDAP integrating with SVN. Upon ...
0
votes
0answers
47 views
Permit www-data to run ONE svn hook (bash) as root
A quick overview to my structure:
/var/bin/ Dedicated server bash scripts to manage server
/var/svn/[domain.com]/ SVN repositories directory
/var/svn/hooks.d/ SVN hooks (each domain is symbolic ...
2
votes
1answer
56 views
subversion post-commit hook: print an error message that the user can see?
I have a Subversion repository created with Subversion 1.6.x.
This repository has a post-commit hook, which performs an action every time a user checks in the file.
Sometimes this post-commit hook ...
0
votes
0answers
17 views
SVN gives “unsupported report depth 'unknown ” when trying to Update
I have been using SVN for several years (Visual SVN installation).
It has worked without any real problems, until today. This morning I did a commit from my stationary computer, and mid-day I did an ...
1
vote
2answers
37 views
Trying to make switch on folder to one repository from another repository and getting error SVN - Error Rep Repository UUID
I'm getting same error as described here SVN - Error Rep Repository UUID 'XXX...' doesn't match expected 'XXX..', but I think, that conditions are a bit different. I have one local ...
0
votes
0answers
12 views
After upgrading ActivePerl from 5.10.1 to 5.14.1 mod_dav_svn throws an error?
We have a very awkward Windows Sever 2003 R2 SP2. It's configured to not have a proper internet connection for various reasons. So to upgrade our bugzilla installation, I first installed and ...
2
votes
0answers
24 views
Restoring subversion from hot-backup.py backup
Ive been creating backups of my subversion repository using hot-backup.py. I've had no problems restoring from these backups in the past. But today I noticed that my "ABCD" repository is backed up ...
3
votes
1answer
99 views
Certificate problems with Apache LDAPS access
I have a Subversion server running on Ubuntu 11.04 using Apache, and I'm trying to hook the authentication up with LDAPS. I got the Apache config file set up to authenticate against LDAP (sans the S) ...
0
votes
0answers
32 views
SVN server authentication on Mac - users are not recognized
We have a anomaly here, trying to set up SVN authentication. Here is apache configuration:
<Location /repo_main>
DAV svn
SVNPath /svn/repo_main
AuthType Basic
AuthName "svn"
...
1
vote
4answers
154 views
Subversion: Apache mod_ldap - 30 seconds for first authentication
I have a problem regarding my Subversion server installation with Apache (mod_ldap and mod_authnz_ldap) and my LDAP connection to a Microsoft Active Directory
I am using a CentOS5 64Bit system with ...
1
vote
1answer
78 views
svn “Connection reset by peer” error during commit .htaccess file
I can't commit .htaccess files only. When I am try to commit on terminal , I am getting this error:
svn: PUT of '/svn_sr/!svn/wrk/2ce2c337-a371-411d-ae18-c39acaa2d846/trunk/crm/.htaccess': Could not ...
0
votes
0answers
102 views
installing SVN server using NGINX
I am trying to install SVN server and use it with my NGINX webserver.
i have tried this
in server section in nginx/sites-enabled/svn i have added this
location /var/svn/repos {
proxy_pass ...
0
votes
2answers
45 views
SVN info shows old Revision # as the Current Revision
I have an SVN repo. When I recently committed a change, the reflected current revision # is 620:
Transmitting file data ...
Committed revision 620.
However, if I then runsvn info I get the ...
0
votes
1answer
23 views
how to configure svn between two remote system on different network?
The story is that
I have two systems on two different network IPs (like client on 10.0.15.24 and server on 117.152.18.140). I am communicating between them by team viewer port 80.
I have installed ...
0
votes
0answers
53 views
How to install subversion on 1&1 server with windows?
I would like to start using Unfuddle for my project on 1&1 server.
I never used subversion and core control before.
So, I read a lot of documentation about it but each time, I get lost at the ...
0
votes
1answer
18 views
Subversion : possible conflcts between svn+ssh/svnserve and webdav?
I have a subversion server wich severals repositories wich are accessible via https/webdav. We need to allow svn+ssh access too on the same repositories. Is this a problem to have both access from ...
0
votes
0answers
63 views
Redmine Subversion: LDAP _and_ local auth
I need to set up a subversion repository with apache authentication against both an external LDAP server as well as the local Redmine database. That is, we have users whose accounts exist only in the ...
0
votes
0answers
20 views
How to set up svn server to use wild-card in access control?
I have a SVN server setup. And I want to limit access permission for different users. Only frontend developers can read and write frontend part; and only backend developers can read and write backend ...
0
votes
3answers
64 views
vlan segmentation for developers and version control servers
Suppose there are 50 developers who access the server hosting the version control system (subversion for example). Would you put developers and svn server to same vlan (since this communication is ...
0
votes
0answers
34 views
Does Apache httpd 2.2.22 support LDAPReferrals directive from mod_ldap?
I'm trying Collabnet Subversion Edge(csvn) 2.3.0 with svn 1.7.4 and Apache httpd 2.2.22 bundled, on Windows Server 2003.
I encounter the problem similar to this (http://acksyn.org/diary/?p=227) but ...
4
votes
1answer
51 views
Is allowing automated subversion checkins a bad idea?
I'm a Systems Admin supporting a team of developers, and our subversion repository is protected by HTTP basic authentication tied to a single-signon solution. We also share our infrastructure with ...
1
vote
2answers
80 views
From SVN to GIT: Something similar to authz?
We currently have an SVN repository setup and want to switch over to GIT, but we're currently not sure what exact GIT setup will work for us.
We're currently using SVN (w/ Authz) + Apache (w/ WebDAV ...
2
votes
0answers
71 views
Trac permission denied for SVN repo
I'm running Apache2,SVN & Trac on OpenSUSE. SVN works like a charm. I've initialized trac environment for one of my SVN repositories for trac to show source code in it's repo browser and I set the ...
1
vote
2answers
87 views
In subversion how can I create a slave repository from the master at the current revision?
I have a huge subversion repository and want to create a slave repository for live backup purposes.
However I do not want to replay the revision history into the slave because this will literally ...
0
votes
1answer
61 views
Apache override in sub-location
This is my Apache vHost-configuration:
<VirtualHost subversion.domain.com:80>
ServerAdmin changed@domain.com
ServerName servername.domain.com
Documentroot /srv/www/htdocs/svn
...
0
votes
2answers
207 views
from svn to git (+ LDAP + password-less updates + passworded access control)
We have an SVN setup and there are some things we dislike about it and some things we like about it. We want to move to git, but we're not sure exactly what setup will work for us. We're currently ...
0
votes
2answers
49 views
changing SVN author
I have created a new branch and imported unversioned files and checkin, however I notice when I do 'svn log', I still see the author as the person who owned the trunk and left the company. How do I ...
0
votes
1answer
132 views
SVN Server not responding
I've been bashing my head against a wall with this one all day and I would greatly appreciate a few more eyes on the problem at hand.
We have an in-house SVN Server that contains all live and ...
0
votes
1answer
113 views
how to create a new user for visual svn server using svnkit javaapi?
I want to create a new user in the visual-svn server using java svnkit API.
I want to add that user to one group programatically.
Does anyone know how I can accomplish this?
1
vote
2answers
135 views
Subversion connection error for 64 bit clients
I'm not a sys-admin but I apparently have to play one on TV. I did however convince my workplace to start using version control and therefore get to be the one to administer it. The catch is I have to ...
0
votes
1answer
66 views
Possible migration to Server 2008 but with conditions
I've searched the forums but nothing quite matches what we're looking for. I've read through enough forums, documentation, and other web resources, but I'm still a novice Windows Server 2008 potential ...
0
votes
1answer
118 views
Export VisualSVN users
I'm using VisualSVN server. Since one of the hosted repositories is moving to a different server, I'd like to export a table of users with their password hashes and import it at the new location.
...
0
votes
2answers
33 views
Adding SVN hooks - downtime required?
I have been asked to add a hook script to some SVN repositories. The repositories run under Apache with the mod_dav_svn module.
Do I need to restart Apache in order that the hook is picked up or will ...
1
vote
1answer
36 views
Subversion on apache using proxy
I have a subversion server implemented as an Apache 2.0 server under Linux (RedHat).
I have to access this server from Windows XP via a proxy.
If I try to connect with a browser under HTTPS I ...
0
votes
0answers
70 views
Subversion / Tortoise - Multiple people using same working copy
We use TortoiseSVN + VisualSVN and we have a system we'd like to get under version control, and I'm trying to figure out the best way to set it up. Unfortunately code edits do occur directly in the ...