Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Pedja on April 03, 2005, 03:11:31 AM

Title: CVS server HOW-TO?
Post by: Pedja on April 03, 2005, 03:11:31 AM
http://www.e-smith.org/docs/howto/cvsinstall-howto.html
http://www.e-smith.org/docs/howto/cvs_ssh_howto.html

This documents are not available. Are there copies I can look for?
Title: CVS server HOW-TO?
Post by: ergozd on April 03, 2005, 10:21:36 AM
Hope this link helps

http://gd.tuwien.ac.at/opsys/linux/e-smith/docs/howto/cvsinstall-howto.html
Title: CVS server HOW-TO?
Post by: wellsi on April 04, 2005, 09:19:54 AM
I have written some CVS HowTos have a look at:
http://wellsi.com/sme/cvs/cvs.html

and there is more CVS related information from
http://wellsi.com/sme/index.html

Any problems let me know - as I probably should update them.

Finally if you use the wayback machine then you can find the original e-smith.org site with the original HowTos.
start at: http://web.archive.org/web/20040323072722/www.e-smith.org/howto/
Title: Having problems with ViewCVS
Post by: rossd on April 29, 2005, 03:15:13 PM
I have tried to follow instructions on http://wellsi.com/sme/cvs/cvs.html, but seem to fall over at the last hurdle.  I try to log on to viewCVS and get:
403
You don't have permission to access /cvsroot/cgi-bin/viewcvs.cgi on this server.

Any pointers would be appreciated?

David
Title: CVS server HOW-TO?
Post by: wellsi on April 29, 2005, 04:14:04 PM
I have not come across this before, I'll look at it this weekend and get back to you.
Title: Re: Having problems with ViewCVS
Post by: Penguinista on April 29, 2005, 06:19:49 PM
Quote from: "rossd"
I have tried to follow instructions on http://wellsi.com/sme/cvs/cvs.html, but seem to fall over at the last hurdle.  I try to log on to viewCVS and get:
403
You don't have permission to access /cvsroot/cgi-bin/viewcvs.cgi on this server.

Any pointers would be appreciated?

David


What version of SME Server are you using?

Matthew Copple
Title: CVS server HOW-TO?
Post by: rossd on April 29, 2005, 10:41:36 PM
I'm running SME Server 6.0.1-01

I set up an ibay as per instructions.  Group is None(Staff), but I also tried Everyone.  Permissions Write=group, read=group.  I also enabled "Execution of dynamic content (CGI, PHP, SSI)" since I assumed this was needed for the GCI script.

I have not patched this install in anyway, other than the CVS stuff.[/quote]
Title: CVS server HOW-TO?
Post by: wellsi on May 01, 2005, 11:41:13 PM
I've just gone through my HowTo again, and added one relevant section which I hope solves your problem.

Common Problem: The following error is seen,

Forbidden
You don't have permission to access /ibayname/cgi-bin/viewcvs.cgi/ on this server.

This is due to the permissions to ibayname which needs to be changed from the Server Manger.

Public access = Local Network (no password) or any value apart from No access.
Dynamic = enabled
Title: CVS server HOW-TO?
Post by: rossd on May 02, 2005, 12:18:55 AM
Brilliant, that's it.  Thanks