The acronym SVN stands for Subversion, a very common and popular Version Control System.
-2
votes
0answers
13 views
How to resolve a file cannot be larger than the value set by ulimit in SVN?
I was trying to do a backup for my SVN repository in AIX through following command:
svnadmin dump <path> > dump_file
and also this command:
svnrdump dump <path> > dump_file
but ...
0
votes
1answer
36 views
Updating SVN to 1.7 on Debian Squeeze
I tried to update my Subversion Client und Squeeze with 1.7. Therefore I extended the "/etc/apt/sources.list" with
deb http://opensource.wandisco.com/debian/ squeeze svn17
Downloaded their key ...
2
votes
2answers
49 views
Migrating Subversion Server to Another
I have a server where I replaced the hard drive and now I'm rebuilding the server. I have all of the configuration and data of the old subversion setup+repos on the old hard drive. Is there anyway to ...
0
votes
1answer
24 views
Issue with applying an SSL cert (Apache)
I'm running a windows server 2008 r2 with apache 2 installed runnign svn. I've had to buy a new public cert. I've overwritten the old .crt and .key file with the new files and then restarted the ...
0
votes
1answer
36 views
svn command not found for specific user
I am implementing a system for exporting the source code from my svn server to the client's server (where the web is going to be hosted).
I asked my client to install subversion in his machine to be ...
0
votes
0answers
15 views
Was there a change in subversion externals property between 1.4 and 1.7? [closed]
Was there a change in externals that swapped order of location and URL? It seems that when I checkout repository with externals property added in 1.7 client using svn 1.4, it attempts to create a ...
1
vote
2answers
33 views
Procedure to upgrade SVN server on ubuntu 10.04
I have an ubuntu server running SVN server 1.6 with apache2, which I want to upgrade to 1.7
Running 'apt-get install subversion' just upgraded me to 1.6.6, not to 1.7
What command should I use ...
0
votes
1answer
22 views
SVN skip-delta/diff behavior with FSFS backend; Does 1 missing revision = incomplete HEAD?
We have Subversion 1.6.11 with FSFS backend on CentOS 6.3 served via svnserve -d. I had moved us to a new server and somehow screwed up the loading of the dump files (we used Chris Knights ...
2
votes
1answer
34 views
SVN how to sort out a repository that has gotten out of order
We have about 5 different SVN repositories running on SVN 1.6.11 on top of CentOS Linux 6.3. I was asked to migrate our SVN server to a new server last week. We have a cron job that does a Full backup ...
0
votes
1answer
19 views
Cannot setting up path based authentication in subversion
I've followed the subversion book countless times to try and set proper path authorization on our subversion server, but I haven't been able to make this work. Here is my access rules file :
...
0
votes
1answer
37 views
svnserve -d child process spawning and svn connections under netstat
I see many svnserve -d processes running on my CentOS 6 box, one with the PID 400 and PPID 1 and the rest with PPID 400. I take this to mean the first one is started by init scripts (i know it is) ...
0
votes
0answers
59 views
403 when seting up svn on CentOS with Plesk
I have a problem and was wondering if I could get some help with it. I'm trying to install Subversion on a virtual CentOS that has Plesk on it. I followed this link, but when trying to test I get:
...
1
vote
1answer
38 views
SVN Server migration strategy
I have a SVN server with 6 (lets call them repo1-repo6) repos using version 1.6.9. Five of the repos are served using svnserve -d and one is mod_dav_svn (httpd).
1) I did a full dump of each repo ...
-1
votes
2answers
50 views
Use version control for a live website [closed]
I have a live website hosted in a linux shared godaddy account. I want to start using Version Control. I also have a easyPHP localhost in my windows, where I do my development and testing. I am ...
0
votes
1answer
99 views
SVN upgrade from 1.6.9 to 1.7.9?
I am going to be performing a server migration for our SVN repos hosted on Enterprise Linux 6.2 using SVN 1.6.9 over svnserve (svn://) and mod_dav_svn (http://). I will be using the svnbackup.pl ...
0
votes
0answers
23 views
SVN and NFS architecture
I have linux servers autoscaled and each mounts NFS drive on boot.
The NFS is synced using SVN.
When i change something in my files the changes only propagate to new servers.
I have a lot of traffic ...
-1
votes
0answers
36 views
Need to sync files and track changes between Linux and Windows clients [closed]
We have the following situations here.
There are two users, one of them uses Ubuntu as his main OS for day-to-day tasks. Another one uses only Windows 7. Both are working on the same projects, which ...
0
votes
1answer
65 views
SVNADMIN: lslocks and rmlocks disagree
When I run the command: svnadmin lslocks My_Repo| grep -B2 user_name, I get about 10 files which are locked. Other people see that this user has them locked in TortoiseSVN. When I run svnadmin ...
0
votes
1answer
33 views
svn: Repository moved permanently error - apache configuration issue
I've read all other topics that "seemed" similar on stackoveflow and I couldn't find solution.
When I issue command in local network svn co ip/svn/repo All works fine.
But sometimes I do checkout on ...
0
votes
1answer
47 views
How to get Subversion repository from svn:// and https://?
I know these are noob questions, but I never got my own Subversion running before and I'm kinda lost.
I installed VisualSVN in Windows, but it by default doesn't support svn:// protocol, only HTTP OR ...
1
vote
1answer
59 views
Getting error “svnadmin: File already exists” for `svnadmin load`
I am struggling trying to load a incremental SVN backup made using svnadmin dump --incremental.
I have based my backup script on the ServerFault post:
Incremental Backups of SVN Repository daily ? ...
0
votes
2answers
54 views
Setup apache and SVN
Well I have an issue when I want to run SVN, I already explorer all the related question but I couldn't get what is wrong in my case. So that's why I decided to post my question in here, kindly help ...
1
vote
2answers
33 views
SVN permissions editor
As far as I know all SVN path-based permissions have to be manually entered in a text file.
Does anyone know if there is a nice editor for SVN path-based permissions?
By "nice" I mean UI appealing ...
1
vote
1answer
78 views
Is there a global .bash_profile for all users on a system?
So I stumbled across svn color and thought it was something useful all our devs would appreciate. The read me for this says to put some code in your ~/.bash_profile, but I'm wondering how I might ...
-1
votes
1answer
116 views
RA layer request failed svn: Unable to connect to a repository at URL “my url”
I am a new man in programer and my English is poor.I just want to know I just downloaded the file from the url,but now I can't connect to it any more except I reboot my computer!I mean ,I can't ...
0
votes
0answers
29 views
How do I log access denied errors in Subversion (SVN)?
When I looked into it, it seemed the --log-file option was for revision logging. I need to see detailed access logging and errors related to access. We are using svnserve with the SVN protocol. Can ...
2
votes
1answer
35 views
SVN repo browser does not show an open TCP connection on backend
When I am connected to mysvnserver using the repo browser (TortoiseSVN), I do not see an open connection when I perform a netstat on the mysvnserver box and grep for my computer. What is the ...
1
vote
1answer
35 views
How can I run svn up as www-data?
I have a website on an Ubuntu box. I've changed the ownership of the files to www-data:www-data.
To update the files, I usually have to run sudo svn up, but that changes some of the file ownerships ...
0
votes
1answer
111 views
Getting Redmine integrated with svn while running passenger as user www-data
I'm having some problems getting passenger and svn to work in Redmine.
System
Ubuntu 12.04
Apache 2.2.22
PassengerRuby 1.9.1
Passenger 3.0.19
Problem
When I let Passenger do it's normal user ...
1
vote
0answers
45 views
SVN Input / Output error
I regularly take backups of Subversion. From past 4-5 days I have observed one of our project is giving input/output error while taking backup, Earlier also it has been crashed, I had restored it, ...
-1
votes
1answer
32 views
How does an SVN path relate to the backend linux file system path?
Using SVN protocol: If we have svn://myserver/Software/newProg-trunk-builds/myapp.cpp
How might that relate to the Centos Server running svnserve -d with repos in /subversion/Software/ ? Using ...
0
votes
1answer
21 views
svn slow performance while browsing repo
I noticed a slow authentication and browsing on my svn repo. What can I do from the backend to troubleshoot? This is CentOS linux with svn 1.6.9 with fsfs DB.
0
votes
1answer
67 views
Subversion: Wrong global-ignores / can't see mime-types
I'm currently testing Subversion on a Server. As you can see in my config file below, I did following edits:
A: I added global ignores:
global-ignores = *thumb.db *.tmp
B: I enabled auto-props ...
0
votes
1answer
77 views
I have a ubuntu 12.10 with subversion 1.7.5. When i try to commit a project it returns 500 ISE
This is the error that returns the client(versionsapp) when i try to commit.
Server sent unexpected return value (500 Internal Server Error) in response to POST request for ...
0
votes
0answers
91 views
SVN server with LDAP athentication SASL error
i'm having few problems with my SVN authentication with Active Directory. I am using CollabNet subversion server + client on a windows server 2003 box.
When I try to connect to SVN from my computer I ...
0
votes
1answer
62 views
Subversion edge on windows 7 ldap_simple_bind_s failed
I'm using TortoiseSVN to connect to my subversionedge server for source control.
This has been working all along until one of our main switches got reset and changed the IP address of a few of our ...
1
vote
0answers
113 views
SVN through a port-forwarded Tunnel “Network Connection Closed Unexpectedly”
I work in an organization with (unnecessarily) stringent security requirements. Last year, we set up an SVN server on a cloud machine. The requirements for this machine dictated that the only approved ...
0
votes
1answer
51 views
How to convert existing SVN path to lowercase?
I have an existing SVN directory path with camel case that look like this, IP_PATH/svn/ProjectA. I would like to change the path to lowercase that look like this, IP_PATH/svn/projecta, anyhow I ...
1
vote
1answer
43 views
How to find every active SVN repo on linux server
Is there any easy way to find the path of every Directory that is the root of an active SVN repo on a RHEL server? I figure I could do a find for revprops or a directory named hooks or something. Is ...
1
vote
3answers
43 views
Moving SVN Repos to New Server
If I am using svnadmin dump on the first server, running svn 1.6.9 and restoring it on the new server running svn 1.6.11, and the new server will have the same hostname, the URLs will be the same, but ...
1
vote
1answer
62 views
mod_dav_svn not allowing authenticated users
I am running a CentOS 6.3 server along with a custom compile apache 2.4.3 (compile line below) and custom compiled subversion 1.7.8 (again, compile line below).
I have mod_dav_svn set up, and it half ...
0
votes
1answer
70 views
Subversion Repository Access Rules
I have several repositories and users set up via CollabNet Subversion Edge. I am trying to learn a bit about restricting access to a few of our repositories to only a few users, and I am running into ...
-2
votes
1answer
46 views
Cant access SVN Server even locally [closed]
I have installed VisualSVN Server 2.5.8 and Tortoise SVN 1.7.11.
My repositories are added to the SVN and can be seen in VisualSVN Server Manager.
However, I am not able to access the repository by ...
0
votes
1answer
70 views
Create read-only user on Collabnet Edge SVN
How can I create a read-only user (for access from another websvn server) on a Collabnet Edge SVN server? I do have a level of administrative rights through the web interface as well as direct server ...
0
votes
1answer
30 views
Create read-only repo from remote repo and update it regularly
I want to create a local copy of a remote repo. This shall be done, because we are running some tools which are using the repo very often and we want to prevent wasting bandwidth.
There are no writing ...
2
votes
2answers
107 views
GIT SVN with subgit and apache
I've started evaluating a piece of software called subgit which seamlessly allows you to interface a repo with either SVN or GIT.
Throughout our organization we interface our repos using apache, and ...
1
vote
1answer
231 views
VisualSVN Server doesn't trigger post-commit hook
I have an issue that is driving me crazy.
I want to integrate VisualSVN Server with Mantis BT, so when I commit from the svn client, and I comment something like "fixed issue #3" then the issue in ...
0
votes
1answer
151 views
Server rejects connections on svn:// protocol (SVN repositories)
I have Debian OS on my VPS server. I can connect with it via SSH, HTTP, FTP, but when I'm trying to operate on svn:// protocol, my server close connection after about 5 minutes from request.
E.g. I ...
2
votes
2answers
294 views
How to start svnserve.service on Fedora 18
I'm trying to start svnserve.service on Fedora 18 using:
systemctl enable svnserve.service
systemctl start svnserve.service
But I get the following error:
Feb 21 22:26:51 x.y.com svnserve[1606]: ...
0
votes
1answer
64 views
Teamcity 7.1.4a working SVN roots failing
I just installed TeamCity 7.1.4a over a working 7.1.2 installation. All of my SVN roots are now failing with 403 forbidden errors. SVN is logging that attempts from TC are now anon(ymous) and not ...


