Skip to main content

Questions tagged [svn-server]

The tag has no usage guidance.

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
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
0 votes
1 answer
583 views

how to use svn and netbeans for a shared hosting with cPanel control panel

I have a website hosted in a shared environment. I have seen people using svn with netbeans as ide which will update directly to the server and we can checkout (download the same from a different ...
Jayapal Chandran's user avatar
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
0 votes
1 answer
578 views

Installing SVN on OS X Lion Server

Can SVN or git be set up on an OS X Lion Server? How does Lion server work along with other services outside its control? If I wanted to install WordPress, or MAMP or SVN, how would it be done on ...
user773578's user avatar
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
1 answer
2k views

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'...
user35072's user avatar
  • 517
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
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
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
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
0 votes
2 answers
688 views

I need something like an EEE box, only with RAID 1

I need a silent, tiny computer which I would use as an SVN and LAMP server (only for development at home, not as a production environment). I need RAID 1 to ensure the safety of my data. Could you ...
Wabbitseason's user avatar
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

15 30 50 per page
1
2