Skip to main content

Questions tagged [svn-server]

The tag has no usage guidance.

1 vote
1 answer
43 views

Filtering my svn repo. How to find the space hogs?

Our SVN repo has gotten quite fat and it needs to diet. I dumped it and filtered the obvious culprits. Going through the fourth round of filters and the dump file is still morbidly obese. Is there a ...
The Altruist's user avatar
0 votes
0 answers
90 views

SVN Repo Migration shows huge difference

We have recently migrated SVN Repository from Server A to Server B using the below steps. Using svnrdump we have taken the backup. svnrdump dump http://example.com/svn/repo1 > repo1.dump And ...
Vivek's user avatar
  • 1
1 vote
1 answer
3k views

Redirect subdomain to Docker container using NGINX

I have NGINX set up on Centos 7.5, listening on port 80, and directing the traffic to a Gunicorn server. That is the main purpose of this server, and these are are locally installed applications, no ...
Shovalt's user avatar
  • 115
2 votes
1 answer
291 views

Launch of daemon for subversion server fails, but works in shell

I am trying to setup a subversion server on OS X (Sierra) using the subversion provided with Xcode Server. I followed these instructions for setting up a daemon to automatically start svnserve. My ...
not2savvy's user avatar
  • 588
0 votes
1 answer
2k views

VisualSVN Server, how to list users?

I have about 60 VisualSVN Server repositories and few sub-repositories in my VisualSVN Server and I need information on users assigned to each repository and permissions assigned to them. Listing ...
mohammed's user avatar
1 vote
1 answer
264 views

SVN Server config for not allow same message commit from client

I had setup SVN Server for my group work. And now, I want user could not commit code to Server with the same messages. Is it possible to format comment from client like: *.*.*.* (1.0.0.1). If user ...
Neo's user avatar
  • 63
1 vote
1 answer
99 views

How close to 1:1 is SVN server storage usage vs pulled down content size?

Say I pulled down 100GB of content from a VisualSVN server. Can I make any inferences about the space that is used on the server itself to store that content? If it is all compressed I would imagine ...
Enigma's user avatar
  • 3,421
0 votes
1 answer
1k views

Can't get websvn working

I am trying to setup websvn but I get an error when I try to access the repository: svn: E175002: Unexpected HTTP status 405 'Method Not Allowed' on '/svnrep/workspace/history' svn: E175002: ...
RegedUser00x's user avatar
1 vote
0 answers
1k views

How to autostart svnserve on reboot and specify the default svn path?

I'm trying to transfer a working subversion Ubuntu server to a CentOS server. Right now I just use svnserve, since I see no need for running it as an Apache module. I installed svn on CentOS with ...
Dylan's user avatar
  • 343
4 votes
0 answers
754 views

Visual Svn Server: How to restrict edit by specified IP Address

I want to enable only a specific IPAddess to edit (add, delete, update...) my visual svn server, but all others IPAddess must be able to read... I believe it is necessary a change like this in the ...
Simone Nigro's user avatar
1 vote
0 answers
486 views

Can't log in to SVN server

I have an SVN server on my Raspberry Pi (Raspbian). It has a project under the directory /welcome, and I want to add users to it. My users would be admin with password admin and user2 with password ...
Harlandraka's user avatar
1 vote
0 answers
151 views

Where is my project located on the SVN server?

I have a SVN server on a remote Pi, I have SSH access to it. I use it mainly to store revisions of web projects that I do, so I wanted to set up a continuous integration environment, so that every ...
Harlandraka's user avatar
0 votes
2 answers
5k views

SVN Automatically updating working copies

Is it possible to set up subversion where when someone commits an update to the repository, all working copies that are checked out get updated automatically? Thank you in advance
Jim's user avatar
  • 3
1 vote
0 answers
622 views

Apache Won't Start, SVN unable to connect

I am unable to connect to the SVN server. It has become apparent that this is because Apache won't start. On the server, Commit won't work, Import won't work, Repo browser won't work. On my local ...
User.1's user avatar
  • 682
0 votes
1 answer
285 views

What user does SVN use to access files on Debian? (no repository found in ...)

I am setting up SVN on my Debian server, trying to get it to run through svnserve and not through WebDAV/Apache. As root ... I set up the base directory: mkdir /var/svn I first create the ...
SQRCAT's user avatar
  • 657

15 30 50 per page