On Wed, Jan 24, 2007 at 11:04:58AM +0200, Shahar Dag wrote:
> Hi Everyone
> 
> 
> 
> I am not sure if I should mail this only to linux-il. I apology if you gets 
> this mail twice.
> 
>  
> 
> I would like to here your advice
> 
>  
> 
> I am the administrator or the System & Software Development Laboratory (SSDL) 
> in the computer science department at the Technion.
> 
> I have a RHEL 4 application server. The server can be accesses via ssh from 
> everywhere (meaning outside of the Technion). We would like to add 2 
> additional services to our users: version control (including web interface) & 
> wiki. The access to the new services can be from everywhere. Some of the data 
> will have anonymous read access but most of it will require authentication 
> for read & write.
> 
>  
> 
>   1.. Can you recommend a good implementation of version control & 
> wiki (we would like to use free software)

Subversion is a "safe" choice, as everybody is familiar with it and it
is well-supported. However consider arguments such as:

http://keithp.com/blog/Repository_Formats_Matter.html

As for a read-only web interface to subversion: trac is nice, 
intuitive and powerful. However I would not use it for read-write 
access. It is also limited for a single repository. 

One very intuitive, very simple and very limited interface is the one
provided by subversion itself. Take a look at 
http://svn.digium.com/svn/asterisk/
http://svn.digium.com/svn/zaptel/

Its main atvantage is that it allows trivial downloads of files and
quick browsings of the latest versions of every branch/tag. 

In the above example, it is a handy complement to 
http://svn.digium.com/view/

Digium uses viewcvs. People somehow seem to prefer websvn. See:
http://svn.debian.org/wsvn/pkg-apache . I find websvn more limited.

viewcvs nd websvn were trivial to install from Debian. Trac took more
work, but maybe it has improved.

-- 
Tzafrir Cohen         | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[EMAIL PROTECTED] |                    |  best
ICQ# 16849755         |                    | friend
t

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to