Questions tagged [svn-server]
28 questions
4
votes
0 answers
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 file…
Simone Nigro
- 141
4
votes
1 answer
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 particular key like this:
command="svnserve -t…
0xC0000022L
- 7,544
- 10
- 54
- 94
3
votes
4 answers
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 get an error regarding this issue, now how can I…
Yashwant
- 33
2
votes
1 answer
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 old repository (Mac 10.6.8 Apache svn) to that…
Jack
- 135
2
votes
1 answer
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 8443.
(It doesn't really matter what port…
leoinfo
- 81
2
votes
1 answer
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 plist file looks like this:
not2savvy
- 608
1
vote
1 answer
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 commit with wrong format, they will be unable to…
Neo
- 63
1
vote
1 answer
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 it takes slightly less than 100GB.
If there are a…
Status3543
- 3,461
1
vote
0 answers
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
yum install subversion
Now I can create a repository…
Dylan
- 343
1
vote
0 answers
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 tempuser2
This is my authz file:
### This file is…
Harlandraka
- 395
1
vote
0 answers
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 day at 20 it compiles everything up and deploys…
Harlandraka
- 395
1
vote
0 answers
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 disk, all of those things work just fine with a local…
User.1
- 682
1
vote
1 answer
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
- 113
1
vote
1 answer
Protecting a SVN server
For various reasons we are finding it increasingly difficult to work with remote workers. We are a very small developer shop and it's becoming impractical to do manual merges on a daily basis. So we're left with little choice (?) but to consider…
user35072
- 517
1
vote
2 answers
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 error:
Can't open file…
trycatch
- 143