Click to See Complete Forum and Search --> : Managing source codes


jayant
10-13-2002, 07:48 AM
Hi folks,
I and my few friends need to manage a good bunch of source codes we have in various languages, so that we share them among ourselves and possibly with others also.
I am sure you know about http://www.planetsourcecode.com/ , that is the way we want it. Is there any readymade script available that will do the job directly for us. I can shell out some bucks for it, but not many. I will prefer writing it myself in that case :)
Please do tell if you know any.

jayant
10-13-2002, 10:47 AM
I will hack any script that have any/all of following features.

any cms with multi-user support and option of uploading files/attachments from with the form of posting the news/article.

nashirak
10-13-2002, 05:52 PM
Why not just use or install a CVS server?

http://www.gnu.org/software/cvs/

Most opensource projects (as well as a lot of companies) use this system when you have code for a distributed team.

If you still want more of a webased frontend I am shure there is one out there for CVS.

Hope this Helps!

jayant
10-14-2002, 02:13 AM
nope cvs isnt exactly what I want. I have tried it.

$SuperString
10-14-2002, 05:24 AM
what about PHP-CSL (http://www.sourceforge.net/projects/php-csl) ? Thats what I use, it does'nt support file uploads, but its opensource (so you could add that function). It supports many languages and has a description part available for each script.

ednark
10-18-2002, 12:18 AM
zope.org

this may be a little overkill, but you could learn alot from the interface and functionality if nothing else....

jayant
10-18-2002, 09:45 AM
yeah, I went to zope.org some time ago, I am thinking of trying it asap.