version control - Multiple Developers on One Site (PHP) -


not direct relation php @ moment have 3 developers working on 1 site. using shared hosting cant svn or cvs installed.

answered

is there way can implement version control on shared hosting?

unanswered

on side note, have seen lot of developers have comment @ top of files, i.e. 1 invision power board have using few years ago

/** * invision power services
* ip.board v3.0.5
* wrapper interfacing stopforumspam.com
* class written matt mecham
* last updated: $date: 2009-02-04 20:05:25 +0000 (wed, 04 feb 2009) $
*
* @author $author: bfarber $
* @copyright (c) 2001 - 2009 invision power services, inc
* @license http://www.invisionpower.com/community/board/license.html
* @package invision power services kernel
* @link http://www.invisionpower.com
* @since tuesday 22nd february 2005 (16:55)
* @version $revision: 222 $
*/

is there anyway automatically generate these files, updating "last updated:" section?

thanks :)

it not necessary @ hosting has possibility run revision control system. have introduce development environment!

we develop our projects using svn on unfuddle. means have central repositories our projects, commit to/update from. there many cheap or free repo spaces github, unfuddle or google code.

all need such space, ide supports revision control (with every ide has to) , suitable deployment strategy, meaning way of uploading right files server @ right moment, etc. tag stable versions of app , upload these repo tags.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -