Skip to main content

Questions tagged [svn-server]

The tag has no usage guidance.

4 votes
1 answer
8k views

What's the principle behind OpenSSH subsystems (or command= option)?

In OpenSSH one can declare a subsystem in the configuration file (/etc/ssh/sshd_config) or force a command such as svnserve to be executed by including this in the authorized_keys line for a ...
0xC0000022L's user avatar
  • 7,213
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
2 votes
4 answers
15k views

How to change SVN server IP address in client system after a checkout?

When I checkout my project into my local system the IP address of SVN server is 192.168.5.x. Because I have a DHCP server in my network, now the SVN IP changes to 192.168.5.y. When I try to commit I ...
Yashwant's user avatar
2 votes
1 answer
7k views

VisualSVN Server working through IIS on 443

What I have: Here is the context. I have an Windows XP Pro machine where I have installed the VisualSVN Server (which is using Apache behind). I configured VisualSVN Server to use the secured port ...
leoinfo's user avatar
  • 81
2 votes
1 answer
292 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
2 votes
1 answer
295 views

Trying to find the path for subversion

I've installed a module for a thecus N5500 NAS that allows me to run svn and websvn directly on the nas. The path to the repository on the NAS is /raid/data/svnrepo and I've copied the files from my ...
Jack's user avatar
  • 135
1 vote
1 answer
2k views

How should I change to svn protocol instead of http

My current path of svn server is http://file/repo/test but I want use svn protocol instead of http svn://file/repo/test to do a SVN sync what I need to do. Please help.
HellBoy's user avatar
  • 113
1 vote
2 answers
19k views

Can't connect to svnserve on localhost - connection actively refused

When I try to connect using Tortoise to my SVN server using: svn://localhost/ Tortoise tells me: "Can't connect to host 'localhost'. No connection could be made because the target machine actively ...
RMorrisey's user avatar
  • 171
1 vote
1 answer
102 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
1 vote
2 answers
1k views

shell script post commit hook that just does date > /tmp/post-commit.log nothing is written to log file

I installed svn server with apache 2 on ubuntu 10 i have created a post-commit.sh with a single 2 lines of code repository/hooks/post-commit.sh: #!/bin/sh date > /tmp/post-commit.log nothing is ...
Jason's user avatar
  • 45
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
2 answers
7k views

SVN on fileshare - user cannot commit - cannot open file 'txn-current-lock'

I have several SVN repositories on an Windows network fileshare. The user has full control, read, write, and just about every other permission that can be added. When trying to commit he gets the ...
trycatch's user avatar
  • 143
1 vote
1 answer
864 views

On an SVN repository, can you ignore all extensions except one?

Our need is to store only axcrypted (.AXX) documents in an SVN repository, and we want to prevent accidental uploading of the non-encrypted documents. Is there a way to do this on SVN server? We ...
SteveGSD's user avatar
  • 170
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
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

15 30 50 per page