views:

77

answers:

3

Can anybody suggest me a Code Library Software that we can implement in our development team. We are working on the following development technologies:

  1. iPhone (on Mac)
  2. Android (on Windows & Mac)
  3. PHP/LAMP Model ( on Windows & Mac)
  4. Flash/ActionScript (on Windows & Mac)

Thank you.

+3  A: 

If you are talking about a source code repository (as it appears from the comments to your question), there are several good options out there.

Many people are very happy with subversion.

One other source code repository that many people are happy with is Git.

There are quite a lot of such systems around - see the wikipedia revision control wiki page.

Oded
What are the comparative advantages and disadvantages of git and subversion?Why would one prefer one over the other?
Maxood
@Maxood: http://www.google.com/search?q=git+compared+with+subversion You can search for your answer. lots of other people have already compared them.
Matt Ellen
A: 

What do you say about the following:

CVS Suite 2009: http://www.march-hare.com/cvspro/

Version Control/Code Repository Software by Apache': http://www.apache.org/dev/version-control.html#viewcvs

Free Source Code Version Control Management Software: http://www.thefreecountry.com/programming/versioncontrol.shtml

Maxood
cvs is no longer officially supported by Apple so there goes half of your development platforms.
Claus Broch
And how about about others in the given links. What you suggest the best one after Subversion and git? Thanks
Maxood
A: 

How about Jira. Here is the relevant link: http://www.atlassian.com/software/jira/

Maxood