View Single Post
  #8 (permalink)  
Old 09-15-2006, 04:43 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Credits: 0
Rep Power: 9
smith is on a distinguished road
Default

Quote:
Originally Posted by RobSoftware View Post
You could always install your own subdivision or CVS server. It isn't very hard to do and you would have complete control. There are several PHP scripts out there that do a check-in/check-out type of thing. You may want to look into those as well.
I did a quick search on popular PHP sites plus google and couldn't find any. Are you looking for something like MS Sitepoint?
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote