bdotson
09-23-2004, 04:44 PM
Hi everyone, here's a question from yours truly -- a non-developer...
Is there a good version control system for PHP?
It does not need to run/use PHP. We'll have multiple developers checking in and out files and need to log all changes to the code and user & date/time stamp.
Thanks for the help.
Bill
MicroTriangle
10-05-2004, 09:04 AM
You might want to try A.C.E from osicodes.com (they no longer distribute it, but its what your looking for. Contact them for a custom quote)
mikaelhg
10-05-2004, 09:33 AM
There are two extremely widely used free systems: CVS and to a lesser extent, its new competitor Subversion.
If you're loaded with cash, the absolutely best system on the market now is BitKeeper.
The most elementary thing about development is that you keep your source code in CVS and back your CVS repository up every day.
bdotson
10-05-2004, 01:55 PM
Thanks for the updates. We've used CVS and think its OK. How much is BitKeeper?
mikaelhg
10-05-2004, 02:02 PM
When I last asked them for a quote the price was a bit steep, they don't seem to have their prices out on their site anymore.
In addition, you might benefit (I know my projects, from small to huge, have) from a bug tracking system. A widely used free system is Bugzilla, but I've had some excellent experiences with a $500 system called JIRA and won't be going back to Bugzilla any time soon.
gogocode
10-06-2004, 02:28 AM
Originally posted by bdotson
Is there a good version control system
Subversion.
http://subversion.tigris.org/
paultantk
10-27-2004, 11:37 AM
Something simpler than Bugzilla would be Flyspray.
You can check it out at flyspray.rocks.cc
InternetArmy
01-14-2005, 06:44 AM
I encourage you to check out http://www.sourcegear.com
MansHosting
01-20-2005, 01:47 PM
i recommend http://subversion.tigris.org/
error404
01-20-2005, 10:36 PM
There's always good 'ol rcs.