Web Host with Version Control

magomago

Lifer
Sep 28, 2002
10,973
14
76
Hi all,

I have a project to do in class which requires all the team members to work concurrently. The team does not have a centralized server to keep the files, so I'm thinking I can just get a free web host somewhere and post our files as we work. However, most web hosts I found does not have version control. The proejct requires us to keep a log of our work, and version control is essential to keep the files in order. The only one that provides this service is FilesAnywhere (www.filesanywhere.com), but they're service is not free. They do have a free trial time of 30 days, but the project lasts 10 weeks. If anyone know of a free web host with version control, please tell me. Thanks a lot!

 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
just pony up for an old P2 w/256 and a decent sized drive. Add linux, stir in apache. Sprinkle cvs on the top and bake for 10 weeks.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Originally posted by: nweaver
just pony up for an old P2 w/256 and a decent sized drive. Add linux, stir in apache. Sprinkle cvs on the top and bake for 10 weeks.
FTW!

Any reason not to use a current workstation/server? That's what I've done in the past. And why apache? Does cvs have a webdav front end like svn and is there something wrong with the normal cvs front end (besides security maybe)?