we will be doing a project for our Object Oriented Software Eng. class, and our team consists 4 people, including myself. Our groups were made random, so I do not know their level of skills. Maybe they have never heard of version control. I am looking for a system that will allow us to work together. I have used SVN and Git for a very little time. However, I am not very confident with them. Can you suggest a nice and easy to use system that is compatible with Eclipse or NetBeans IDE? Simplicity is the most important thing and I do not know how to use Git or SVN for a project more than one people. (I have only used them individually)
|
feedback
|
|
You need to have some kind of SourceControl. If you have used SVN/GIT in your own projects using it in a team is just as easy. SVN is easiest, however even though it is a little harder I would go for mercurial with tortoise HG, hosted for free at bitbucket. http://tortoisehg.bitbucket.org/
| ||||
|
feedback
|
|
Have a look at Mercurial. It is easy to use and portable (it's written in Python). If you use Windows, you will probably find TortoiseHG useful too, as it provides Explorer extensions for mostly all functions Mercurial supports. There are also many sites that provide free project hosting for this VCS, such as BitBucket. And here is a nice tutorial about Mercurial. EDIT: I once found a Mercurial plug-in for Eclipse. You can find it by searching in Help > Install Software in Eclipse. | |||
|
feedback
|
|
You can use tortoise SVN or VSS (Visual source safe) to maintain project among multiple peoples. In both tool, you can maintain local copy of project in your PC and commit your changes on server when it completes. Version control tools comparision : http://en.wikipedia.org/wiki/Comparison_of_revision_control_software | ||||
feedback
|
|
I have used Dropbox as source control in a project once, it worked ok you can also revert to old wich is great, we didn`t have to work in the same files so there was no conflict. But now that I have gotten used to svn and mercurial I would never use something else. I too would recommand mercurial with tortoiseHg and a bitbucket acount. I have started using it for smaller project as well, I simply did a repedostory with all of them in it so I have at least a backup and I am able to revert to an old version if need be. My recommandation is to avoid sharing a folder using tools like dropbox and use a real source control like mercurial hosted on bitbucket (free for project with less than 4 users). | |||
|
feedback
|
|
I'd say using SVN or GIT is a bit over kill for a school project which is likely to not last that long. Another option would be to use something like DropBox. | |||||||||
feedback
|