KingOfHeart Posted December 25, 2009 Share Posted December 25, 2009 I think that's what it's called first of all. I have a team project and we need to organize our files. We need to make sure all our versions match, and all have the same files. So I thought we should get a file Repository. So can you list some friendly free ones? PS. Is this the right section? Quote Link to comment https://forums.phpfreaks.com/topic/186354-good-friendly-free-file-repository/ Share on other sites More sharing options...
Daniel0 Posted December 25, 2009 Share Posted December 25, 2009 SVN, git, mercurial, etc. Tools like the aforementioned are sometimes collectively called VCS (version control systems). Quote Link to comment https://forums.phpfreaks.com/topic/186354-good-friendly-free-file-repository/#findComment-984084 Share on other sites More sharing options...
zq29 Posted December 26, 2009 Share Posted December 26, 2009 I believe SourceForge(.net) offers hosted VCS for open source projects. Quote Link to comment https://forums.phpfreaks.com/topic/186354-good-friendly-free-file-repository/#findComment-984209 Share on other sites More sharing options...
ignace Posted December 26, 2009 Share Posted December 26, 2009 So does Google. However you have to make the choose wether you want your files to be distributed (Git, Mercurial, ..) or centralized (CVS, SVN, ..). Most developers nowadays opt for distributed. Distributed version-control is also new which may explain the previous. Here's an article by smashing magazine that may help pick what you want: http://www.smashingmagazine.com/2008/09/18/the-top-7-open-source-version-control-systems/ Quote Link to comment https://forums.phpfreaks.com/topic/186354-good-friendly-free-file-repository/#findComment-984215 Share on other sites More sharing options...
jeremywesselman Posted December 26, 2009 Share Posted December 26, 2009 http://www.github.com is a free repository for hosting open source Git repos. They also have paid options in which you can have private repos. http://www.codebasehq.com is another great repository host which allows Git, SVN, and Mercurial repos. http://www.bitbucket.org is a Mercurial repository host. http://www.codaset.com is another Git repository host, still in beta. Jeremy Quote Link to comment https://forums.phpfreaks.com/topic/186354-good-friendly-free-file-repository/#findComment-984222 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.