0
votes
1answer
21 views

Apache doesn't appear to be loading .conf file for subdomain

I'm trying to set up svn on a subdomain. I ended up creating a new account in WHM with its document root set to a subdomain. ie: svn.mydomain.com. Doing it this way, there is an svn account with its ...
1
vote
1answer
96 views

svn: Could not open the requested SVN filesystem

I tried to setup svn using lampp my svn repos is in /var/svn/repos group user is root root /repos when I run this command: svn import test http : // localhostt/svn -m 'init' It shows ...
0
votes
2answers
39 views

Removing files from history (out of disk space)

It appears that our server hosting our svn is full. Is there any way to remove larger files from the repo history? The research I've done was to run svnadmin dump, pipe it to the dumpfilter and load ...
0
votes
0answers
157 views

Getting E210007 cannot negotiate authentication mechanism when using svn:// protocol on CentOS 6.3

My project requires to programtically checkout code from svn and we use the svn protocol as we use kerberos authentication mechanism to an Active Directory. However when I run the tests I get errors. ...
2
votes
1answer
179 views

svn accept certificate permanently for all users

So I have a certificate issue with a third party svn server and fixing it right now is not an option for me. When I ssh into my server I can trust the certificate but it only applies for the user I'm ...
0
votes
0answers
166 views

svn: network connection closed unexpectedly. authentication?

I've searched throughout this site on svn errors for "Network Connection Closed Unexpectedly" as they all point to svn+svn. I was wondering as to where I may be going wrong about resolving this issue ...
0
votes
0answers
307 views

svn: Network connection closed unexpectedly [closed]

I have an issue when attempting to do a co on svn running on CentOS 6.2. svn co svn+ssh://x.x.x.x/repos/blah/blah/trunk svn: Network connection closed unexpectedly I have read other posts and have ...
0
votes
0answers
393 views

SVN Commit denied. Error “can not open file txn-current-lock”

I am installing a SVN server (v1.6) on a VPS contracted with CentOS 5, Apache 2.2 with WHM panel. I installed and configured all necessary modules and am able to create and access repositories via my ...
3
votes
0answers
149 views

SVN Freezes on Commit or Update

Running into a weird issue with SVN. I've got a CentOS 6.3 server running SVN version 1.6.11 using LDAP authentication for user login. It's been stable and online since July and has never had any ...
0
votes
4answers
119 views

SVN Apache post-commit update web files

So I have SVN installed on our web server. The idea is that the working copies are loaded on developer machines and when they commit (conflicts asside) the server executes a post-commit bash. ...
0
votes
1answer
363 views

cant access svn externally

yesterday i made a svn repository on mydom.com/b-htdocs. in there is project dir 'one' in which i'll test the folder 'ajax' (cause importing everything takes forever) I can checkout and import only ...
3
votes
2answers
569 views

Tortoise SVN Redirect Cycle [CENTOS 5.8 / WHM]

Hoping somebody can shed some guru-knowledge here as we've been racking our brains trying to figure out what is causing this error. We're running WHM/CPanel on CENTOS 5.8 We have a sub-domain ...
0
votes
2answers
568 views

CentOS Subversion, Basic Auth Password file not working

So i have SVN installed and using HTTPD for a remote repository. All works well, until i use the password file. This is not working at all. Apache's error_log says (13) Permission Denied: Could not ...
1
vote
1answer
336 views

SVN Post-Commit Export is not working

I am trying to run a post-commit script for SVN on CentOS Server. I would like to run svn export --force from var/svn/project to /var/www/project after every commit to repository. Even though I tried ...
1
vote
0answers
82 views

Error message with svnsync

I'm trying to do an svnsync between two CentOS 5.8 hosted subversion repositories and I get the following error messages in /var/log/httpd/error_log in the target repository: [Sun Sep 30 20:10:55 ...
0
votes
1answer
163 views

Setup Subversion VPS Centos

I have a weird problem installing subversion on my VPS. I tried to install it with these steps: http://www.directadmin.com/forum/showthread.php?t=30972&p=157056#post157056. But I got an error when ...
1
vote
1answer
152 views

How to publish artifact archive files from jenkins to a local directory on centos using naming of build number and repository

I have managed to install Jenkins and set it up to build artifact archive files, but the names of these files are called archive.zip I would like to publish to a local directory on my centos server, ...
1
vote
1answer
162 views

what i can do after git svn clone fails?

my issue is not the same as this git-svn clone fails unexpectedly, since it can be solved by remove --no-metadata option, i have no such option in my command, my commad is simply as: git svn clone -s ...
2
votes
1answer
2k views

SSL handshake failure using SVN

I'm trying to access an SVN server that I've been using for some time now, but now I'm receiving this error: SSL handshake failed: SSL error: A TLS warning alert has been received. On other ...
1
vote
2answers
2k views

SVN Server on CentOS 5.8 [closed]

I am tring to setup a subversion server on CentOS 5.8 (CentOS release 5.8 (Final)). I have only a little experience with CentOS. I only have worked with SuSE and Ubuntu so far. The problem I have is, ...
1
vote
1answer
998 views

CentOS 6 and SVN w/ Neon

While using CentOS 6 and SVN 1.6 (yum install subversion) or 1.7.5, When I try to do an SVN checkout against a VisualSVN server I get the following error: SSL handshake failed: SSL error: Key usage ...
1
vote
1answer
481 views

Is there any GUI tool for SVN repository Administration for Linux server?

I was trying to install SVN on a linux server. I have tried UberSVN (but my boss doesn't likes it). Then I have tried (default) Apache SVN. But it is difficult to admin as everything is done in ...
0
votes
1answer
423 views

Subversion failed on Centos

My apache server failed once I rebooted my centos server. When I try to start the service I get this error: httpd: Syntax error on line 35 of /usr/local/apache/conf/httpd.conf: Cannot load ...
0
votes
1answer
2k views

How to setup SVN server on a VPS with Centos 6.2 and WHM already installed

Background: Managed VPS (hosted by KnownHost), with WHM/Cpanel on Centos 6.2. I'm attempting to setup a SVN server to help my gave dev team keep revisions of code and other assets. I've had the ...
2
votes
1answer
2k views

RedHat yum subversion installation

I am trying to install subversion on RedHat linux. But there is a bit problem with broken yum package manager. I have configured some own repositories from CentOS, but unfortunately there is still one ...
1
vote
2answers
538 views

SVN not committing, showing files as not under control

Here we can see that SVN is not adding files that need to be added, and not committing: $ ls -la forum drwxr-xr-x 6 dotan.cohen coders 4096 Apr 9 02:09 before $ svn status ? tags ? ...
2
votes
1answer
542 views

Can't commit large file to svn

We have installed svn in an centos 6 system. We are accessing it through tortoise svn on windows systems. When I tried to commit a flash FLA file of 5MB, I got this error: Commit failed (details ...
0
votes
1answer
340 views

Setting up SVN Server in CentOS

I'm trying to setup a SVN repository on a Linux (CentOS) server. I installed svn, created a group for svn and added users. I also gave permissions to the group. However, I'm not able to checkout ...
1
vote
0answers
63 views

Got error when upgrade CentOS

Im upgrading my server, but there's error occurred Here the error report Transaction Check Error: package subversion-1.6.15-0.1.el5.rfx.x86_64 (which is newer than ...
0
votes
2answers
1k views

A Subversion Configurition

if I open my SVN http://localhost/repos/XXX The browser says : Forbidden You don't have permission to access /repos/XXX on this server. Apache/2.2.3 (CentOS) Server at localhost Port 80 CENTOS 5.7 ...
1
vote
1answer
325 views

Rsync: Delete, but don't delete .svn subdirectories

I am rsyncing a huge (18000 files) directory, and I need use the --delete option as there is a lot of junk in the destination folder. However, the destination is under SVN revision control, so I need ...
3
votes
2answers
55 views

Updating a PHP file being called from a cron

I have a script running in a server, which is calling a function in a class. This is a long function, with a foreach importing data, which has been running for a couple of hours and it is estimated to ...
2
votes
2answers
1k views

How do configure and access up my subversion repository after I install Subversion on my GoDaddy CentOS Dedicated Server

I successfully installed subversion on my server. When I run the command: which svn I get the response: /usr/bin/svn I create a repository inside my root directory which is my httpdocs ...
1
vote
1answer
524 views

svn: Not authorized to open root of edit operation

We have a very odd problem here with SVN. Let me first explain the (server) situation. We have development server (CentOs 5.5) with a ordinary LAMP stack, subversion and Trac configured. In this ...
0
votes
1answer
555 views

Got “Transaction Error” when installing SVN on Cent OS

I need to install svn in my project on cent OS. i got an error when i installed using yum package that is, yum --enablerepo=webtatic install mod_dav_svn subversion Transaction Check Error: ...
0
votes
1answer
133 views

SVN check sum error on commit

before i used ubuntu 11.04 and everything go well with svn. Two weeks ago, I switched to CentOS 6 and the problems appears. this is svn infos : $ svn --version svn, version 1.6.15 (r1038135) ...
0
votes
3answers
266 views

SVN error: Subcommand 'help' doesn't accept option '--no-auth-cache'

SVN client doesn't works on my CentOS development server CLI SVN client call produces the same error. $ svn revert ./foo.txt Subcommand 'revert' doesn't accept option '--no-auth-cache' Type 'svn ...
1
vote
1answer
509 views

getting denied for svn update

first i would like to say that everything was working perfectly. But i needed to update to php 5.2 so i did a yum update of my CentOS 5.5. It went well and i got my php 5.2 But... When i tried to ...
1
vote
2answers
228 views

svn export makes my page blank

I'm using LAMP with CodeIgniter for one of my projects; version controlled by SVN. Every time I execute svn export file:///svnrepo/project/trunk/www . --force when in the www directory and then reload ...
0
votes
0answers
475 views

Is there a way to rebuild Python Subversion bindings on Linux?

I'm running Trac on a CentOS 5 host and it was running horribly slow. I tried installing Python 2.6 from the EPEL (plus mod_wsgi) and it is more responsive but I now get: Can't synchronize with ...
3
votes
3answers
2k views

Copying files from svn repository

I wanna copy files and folders from my svn repository on server, but I dont want to install svn client, can I do it without svn client? PS server - linux (CentOS 5.5), svnadmin version 1.4.2 ...
1
vote
1answer
303 views

Proper way to roll out website updates

I have an enrollment website which is updated on a fairly regular basis with minor changes. While these 'fixes' don't necessarily present any issue, we are in a phase where we need to roll out some ...
2
votes
3answers
1k views

SVN_EDITOR not set while using sudo

I need to use sudo to run svn commands on my project. I have the SVN_EDITOR set to be vi in my own .bash_profile as well as in the root user's .bash_profile, but when I try to do an svn propedit, I ...
2
votes
2answers
1k views

Checking out svn repository without .svn files

I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp. As far as I am understanding SVN I ...
2
votes
3answers
4k views

Trouble installing Cutycapt on CentOS [closed]

I'm currently trying to install CutyCapt on my CentOS VPS. I need this for displaying screenshots of websites in a catalogue. Regrettably there's only a Debian/Ubuntu installation guide available. It ...
2
votes
6answers
5k views

Installing JavaHL 1.6 on CentOS

I'm looking to install the 1.6 version of JavaHL on CentOS, which proves to be more tricky then expected. Has someone succeed doing so and can point a repo for this? Thanks in advance.
0
votes
3answers
4k views

CentOS install mod_dav_svn

I am trying to install subversion on a centos 5 VPS. I managed to install subversion but when I try to do yum install mod_dav_svn I get this error: Error: Missing Dependency: httpd-mmn = ...
13
votes
7answers
21k views

subversion web interface

I have recently installed subversion onto a linux server (CentOS) and everything works great. I am wondering if there are any web interfaces available for managing the repositories i.e. create / ...
23
votes
9answers
28k views

How do I Upgrade to Subversion 1.5 On CentOS 5?

My development server (CentOS 5) is running Subversion 1.4.2, and I wish to upgrade it to 1.5. I have read in various blogs and documents scattered around the web that this may be done by using ...