0
votes
0answers
31 views

Login to Subversion using MySQL

I've successfully installed Subversion server with libapache2-svn on a Debian Squeeze. Using a SVN client like TortoiseSVN, I can connect using a htpasswd file. Also I can connect using MySQL with a ...
0
votes
1answer
80 views

Get authz_svn working Apache Mac os x server

I'm trying to implement path based access for SVN on Mac OS 10.6.8 server. Everything works fine if I use htpasswd to keep track of accounts. But I want to integrate with Open Directory so team ...
0
votes
1answer
122 views

LDAP Authentication not enforced with certain URLs running websvn

I am running a Apache server (2.2.21) on my 32-bit Win7 desktop with a WebSVN 2.3.3 and Subversion 1.5.6. Here's the problem : If i were to navigate to http://myservername/websvn, LDAP auth will be ...
1
vote
1answer
60 views

Subversion repository location showing on all hosted domains

I have recently had the 403 error issue which was resolved by the answer here However I have 2 domains pointing to my home server, problem is both of them show the repository so ...
0
votes
2answers
99 views

SVN Error: could not commit files to svn

I have checked out a working copy from SVN using Zend editor. I cant commit the changes to SVN. Its throwing an error [Some of selected resources were not committed. svn: Commit failed (details ...
1
vote
0answers
62 views

DAV SVN config for server hosting multiple domains

I have an apache2 webserver configured to serve multiple domains (I did it with virtual hosts). After installing Subversion and enabling DAV SVN, the repository can be accessed through all the ...
1
vote
0answers
40 views

How to get Subversion working in Solaris10 CSW Apache2

Help I am pulling out my hair trying to get this combination to work. I have apache2 installed via CSW packages with subversion and the required CSWap2svn package. I have confirmed with ...
0
votes
2answers
470 views

How to allow user r/w access to certain sub-folder but not giving access to the parent folder?

I've setup a SVN repository served with Apache DAV and LDAP. Everything works smoothly when I access the respository with a user that has read/write permissions for the whole repository. The ...
1
vote
1answer
98 views

SVN Authentication / Logging without user

Currently i've setup a SVN server with CollabNet Edge which uses SSL access and LDAP authentication which works. But one thing is what i don't understand... The first is the line which i can't ...
1
vote
0answers
191 views

How to resume an HTTP download served by Apache and svn module?

I 'm using Collabnet Subversion server 1.7.6(on Windows); I store large files(30M+) in SVN repository and serve them via the bundled Apache HTTP server(2.2.22). I find that download of SVN-served ...
1
vote
1answer
209 views

SVN Authentication using MySQL

I'm trying to setup per repository SVN authentication via MySQL but I'm having a few problems. Firstly what is the difference between mod_authn_dbd and mod_auth_mysql? Secondly I already have a ...
0
votes
0answers
538 views

“Unable to load revisions” error in Xcode Organizer when connecting to SVN using HTTPS

I'm on Xcode 4.4, and i'm having this "Unable to load revisions" error when connecting to my SVN (v 1.6.18) repository via HTTPS in Organizer. With HTTP all is working fine. I have tried to setup my ...
0
votes
2answers
844 views

TortoiseSVN 1.7.7 can't commit to Subversion 1.7.5 but TortoiseSVN 1.6 can?

I was trying to set up a new Subversion repo on Ubuntu 12.04. Perhaps foolishly, I upgraded subversion to 1.7.5 using a PPA repository. Now, I cannot perform a commit using TortoiseSVN 1.7.7 ...
5
votes
2answers
7k views

tortoise svn giving me “Redirect cycle detected for URL 'domain/svn'”

I want to achieve a svn-root in /var/svn and repositories(projects) in there. I could get it to work in the browser (http://domain/url gives me "Collection of repositories") but the TortoiseClient is ...
0
votes
1answer
310 views

Howto Config mod_dav_svn locale under apache2?

I have install and config ALL the apache2 & mod_dav_svn, but when access the http://host/svn/ , got this: ps:the /mnt/svn/ is the parsent of all svn repos. and the repos is named using utf8 ...
0
votes
1answer
1k views

Initial SVN Checkout Fails: “access forbidden” in Terminal, “Error 403” in browser

I have been trying to set up an svn repository on an ubuntu 11.04 machine using apache2 as the server. I was able to build the VirtualHost, get it started, create the svn repository, set up the SSL ...
1
vote
1answer
228 views

Why does Apache fail to restart after editing the conf file?

I have the Bitnami Ruby Stack with the Redmine module installed on Windows Server 2003. When I add: <Location /svn/repo1> DAV svn SVNPAth "D:/Repositories/repo1" </Location> to ...
2
votes
1answer
497 views

SVN with Apache authenticate against OS user accounts

I am starting to look into configuring an SVN server using Apache2 and mod_dav_svn on Red Hat Linux. I want Apache to handle authenticating the users that access the repository. Is there a way to ...
0
votes
1answer
39 views

Formatted source view in apache

I've setup a svn repository with http access over apache2 and I'm wondering whether there is any apache2 extension or whatever in order to automatically format the source files view while browsing my ...
1
vote
2answers
515 views

Subversion: Locking files fails

I just migrated some Subversion repositories from a Windows 2003 server to a Windows 2008 server, and upgraded Subversion from 1.5 to 1.7 in the process. Checkout and commit works, however when users ...
0
votes
1answer
764 views

Apache SVN problem error 403 when used without slash

I have SVN DAV setup in my Apache config now (after a lot of time trying to figure out how to set up ssl) anyway, it seems to work now if I use the following config: <Location /svn/> ...
1
vote
1answer
46 views

Apache2 Subversion committed files location?

Where would I configure or find out where the committed files to the repository is located on the server so that I can view/edit them there.
7
votes
1answer
2k views

Difference between mod_auth_ldap and mod_authnz_ldap

We use LDAP for Subversion access using Apache httpd. We originally had all of our Subversion repositories accessible by all users using the following: <Location /src> DAV svn ...
0
votes
1answer
482 views

How do I give a user only access to a subfolder in my svn-repository (apache2, DAV, SVN)?

I have an existing subversion repository with many subfolders in it. A new person joined my team and i want to give him access to the svn-repository but not at all. He should get access only to one of ...
0
votes
1answer
2k views

Can't find mod_authz_svn.so while restarting apache2

I tried to install and setup a svn server using apache2, I followed instructions on internet but while i tried to restart apache2 it shows the following error: apache2: Syntax error on line 204 of ...
1
vote
0answers
141 views

Checking out an svn copy leads to “working copy locked”

I have an svn server and with a working copy checked out on my local machine. I want to create another working copy on a webdav server by using the davfs (allows you to mount a WebDav service ...
1
vote
2answers
33 views

How can I link subversion server with apache2?

I am using Linux 10.04 LTS, and I would like to link subversion with apache2. There are many sites that explains about installing SVN server with apache2, but it seems that they only explain about ...
3
votes
1answer
6k views

Setting up Apache and Subversion to use LDAP (Windows Active Directory) group authentication

I am attempting to setup Apache httpd with LDAP access for Subversion, and need a bit of help: What I want to do is use a group for access. If you are a member of the group, you have read/write ...
0
votes
1answer
271 views

NetBeans - SVN - Java WAR

I am extremely new to SVN. I have created my own repository which is running on an apache web server and I am using the NetBeans 6.9.1 IDE to build the Java web application. I have successfully ...
0
votes
2answers
128 views

Possible to route to multiple subversion repositories without the need of individual virtual hosts?

I'm just wondering if it's possible, and if so could someone lead me into the right direction please? Basically here's what my current Linux box is doing: <VirtualHost *:443> ServerName ...
5
votes
2answers
5k views

How to make Subversion use Linux system accounts for authentication?

I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for ...
2
votes
1answer
105 views

SVN hooks stoped working suddenly

we are having really strange problem. Our hooks have stopped working suddenly. All was working fine and suddenly stopped - no updates have been done to env. whatsoever. To add to this, hook is ...
0
votes
1answer
225 views

How to get HTML files to find their dependencies' file paths using WebSVN?

I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text. However, I switched to ...
4
votes
2answers
389 views

How to display language syntax coloring with the DAV SVN module?

When viewing a plain text code file (i.e. ".py", ".c", ".cpp", ".m", ".as", ".js", etc.) is it possible to have the DAV SVN module render language-specific syntax coloring? That would be amazing. ...
3
votes
1answer
477 views

How to render index.html normally when using DAV SVN?

I have the DAV SVN Apache module running so that I can serve a read-only version of my repositories over HTTP. My goal is to be able to show available HTML-based code documentation (javadoc, etc.) in ...
2
votes
2answers
414 views

Subversion: good practices to administrate users and groups with the repositories

How should I administrate users and groups with the repositories? Until now users can access the server repositories through http. The tag configuration it inside ...
0
votes
1answer
90 views

Where to get latest SVN bindings against Apache 2.2?

Auld lang syne, it was possible to download pre-compiled bindings (binaries) of SVN against Apache 2.x on subversion.tigris.org Where now?
0
votes
1answer
245 views

SVN Write Authentication using Trac Permission Groups

I'm starting up a small open source project and I have a repository and Trac instance running already. I installed the AccountManager plugin and I have the RegistrationModule, because I want users to ...
1
vote
1answer
971 views

How to configure SVN access list for directory/repository?

I have next SVN repositories structure running Apache 2.2 under Windows Server 2008: http://example.com/svn/ is targeted to e:\svn (root) http://example.com/svn/dir/ is targeted to e:\svn\dir (some ...
0
votes
1answer
355 views

Browsing to Subversion repository location indicated in Apache conf file

I have Subversion 1.6.6 and Apache 2.2.14 installed and working. I have made the following changes to the Apache httpd.conf file: #Uncommented by me for Subversion installation LoadModule ...
2
votes
1answer
1k views

Best practice for setting up Apache and SVN for multiple sites and users?

I've just started working for a new firm as an in-house web developer. Up until now they have been outsourcing development work of their websites and decided to bring them in-house, hence my ...
0
votes
1answer
262 views

Ubuntu + SVN + Apache2

I am working on a new project, and for that i need to install a SVN server. This is done right now. At the moment i've running: - Ubuntu - Apache - PHP5/MySQL - A svn server I can call the SVN ...
1
vote
3answers
9k views

How to configure SVN web access for different write permissions?

I'm trying to configure SVN web access on Apache2 under Windows Server 2008 for different write permissions. I have next Apache2 conf: <Location /svn> SVNParentPath "E:\SVN" DAV svn ...
0
votes
1answer
176 views

When writing Apache module, popen( svn ) fails with termination status 256

I'd like to write an online SVN repository browser. I've decided to implement it as an Apache module, wrapping around the command line client (for the time being). As I'm getting started, I have the ...
1
vote
1answer
3k views

Subversion Access Control using Mysql and Apache (mod-dav-svn, mod-auth-sql, apache, mysql)

I am trying to configure a site on my Apache server to use mod_dav_svn with mysql authentication. I am using a database with three tables like this auth_users ---------- uid username passwd 1 ...
1
vote
3answers
648 views

Mac OS X 10.5 Apache and Subversion upgrade alternatives

I've found myself down a rabbit hole and would like advice. It looks like Mac OS X 10.5.8 comes bundled with a pre-configured version of Apache 2.2.11 (located in /usr/sbin), PHP 5.2.10 (located in ...
1
vote
2answers
940 views

libapache2-svn, matching version with Subversion 1.6.1

I'm installing subversion on an Xubuntu desktop system with apache2 installed and running fine. However, I wanted to use Subversion 1.6 because of the sparse directory feature. I'm running Jaunty, but ...
3
votes
3answers
2k views

Mac Leopard - Can't start Apache2 after building SVN1.6.2 from source

Last Thursday I built SVN from source on my Mac running Leopard 10.5.7 so that I could get svn+ssh capability. (For some reason that functionality wasn't available using the binary from Collabnet.) ...
1
vote
2answers
524 views

How can I serve VBS and other file types as plain text from a Subversion repository (Apache)?

I just want to browse my Subversion code repositories and view files. Some of the file types, like .VBS, prompt me to open or save the file, but I just want to view it in the browser as plain text. ...
0
votes
2answers
1k views

How to specify access rights to projects in svn repository through apache in debian

can anybody tell me whether the following approach is correct or not? [groups] team1=user1 team2= user2.user3 [/] @team1=rw [subversion:/myproject1] @team=rw

1 2
15 30 50 per page