PDA

View Full Version : Subversion or CVS


rthrash
7th April 2005, 05:53 PM
Anyone have any luck with installing Subversion on their Plesk boxes in a subdomain?

If not subversion, how about CVS?

Thanks!

BoXie
4th May 2005, 06:58 PM
I've installed Subversion with success on my Plesk server.

Once you configure a domain to use it .. you'll have to place a vhost.conf file with the httpd settings in it in your conf dir.

philjohn
4th June 2005, 11:30 AM
<Location /svn>
DAV svn
SVNParentPath /var/svn
# ServerName svn.vudesign.net
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /etc/svnpasswd
Require valid-user
Order Deny,Allow
Deny from all
Allow from XXX.XXX.XX.XXX
Allow from XX.XX.XX.XXX
Allow from XXX.XX.XX.XX
Allow from XX.XX.XX.XX
Allow from localhost
</Location>

all the x's are merely IP addresses, blocked out for semi-obvious reasons.

Whilst on the subject of subversion, I can heartily recommend Edgewall software's Trac, an issue tracking system and wiki that interfaces nicely with subversion (repo browsing, automatic update of tickets with checkin comments etc.) it needs python running as cgi or mod_python installed as well as a few other things, but it's well worth it.

AplosMedia
2nd July 2005, 03:33 PM
Have you successfully setup Trac on a plesk server?

masterkain
5th February 2006, 12:33 PM
I need it too.. :(

AplosMedia
5th February 2006, 02:01 PM
Originally posted by masterkain
I need it too.. :(

What do you need, trac or subversion?

i've done both successfully a couple of times now

masterkain
5th February 2006, 02:11 PM
Originally posted by AplosMedia
What do you need, trac or subversion?

i've done both successfully a couple of times now

hey,
thanks for the reply.
I need both, I've set up trac as posted here: http://andrewbeacock.blogspot.com/2005/12/creating-trac-instance-on-debian-linux.html but there are a couple of issues (slow server response, corrupted images and so on), I would like to see a little guide how to set up it properly in plesk.

so many thanks.. :)

bandurao
5th February 2006, 02:39 PM
http://netfusionx.com/forum
http://netfusionx.com/downloads.htm

masterkain
5th February 2006, 02:45 PM
Originally posted by bandurao
http://netfusionx.com/forum
http://netfusionx.com/downloads.htm

stop spam please, post if you have userful information regarding the subject.