开发者

How to collaborate on a Flex project?

开发者 https://www.devze.com 2022-12-14 10:50 出处:网络
I shall be working with my classmates over a Flex project, and we would need to collaborate for this.

I shall be working with my classmates over a Flex project, and we would need to collaborate for this.

Each of us will be developing modules, and we would like to use version controlling.

We've never done this for a Flex project, 开发者_如何学编程those who have done so before, can you please give us a few leads. Thanks


You need version control system. First choice is SVN. It has good eclipse plugin (http://subclipse.tigris.org/). You are able to find a free svn hosing (google code, source forge, open svn, assembla). SVN is a centralized system - you need a server.

New trends says that distributed version control systems are better. You don't need a server. Three most popular are Git, Mercurial and Bazaar. They have explorer plugins ( Tortoise...) and maybe eclipse plugins. They work with servers too but shared disk is good too. Google code provides Mercurial server, but you are able to find free hosing.

In Flex projects remember not to version .settings folder and files :
.actionScriptProperties
.flexProperties
.project


Subversion and Git are two widely used version control systems. If you have access to a server I would use subversion. There are arguments to be made for both Subversion and Git, but I find that subversion is easier to get started with although this is a personal opinion. For info on subversion check out this good book that explains what it is, how to install it, and how to use it. http://svnbook.red-bean.com/en/1.1/ch01.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号