开发者

Is subclipse really needed in Flex when using SVN?

I have a project both Flex and WWW and they are very closely connected. I want to put them bot开发者_开发百科h into into one SVN. I want to make revisions for changes that take place exactly both in flex and WWW at the same time.

My question is that do I have to stick to "subclipse" (it would desynchronise changes for flex and WWW in one revision)? Would be possible to make revisions using only my tortoiseSVN without subclipse?

What would be a best practice in this case?

Chris


You can use any method of updating / committing to your svn repository, but whichever way you choose.. (Eclipse based, go with Subversive or Subclipse, I recommend Subclipse, or TortoiseSVN or command line.) .. stick with it, I've had issues with Subclipse if I do svn operations with another client, although I'd hope those issues are no longer present in the current version.

There are some definite benefits to using an integrated scm client with Eclipse, the no. 1 reason being the integration itself, being able to use the checkout new project feature is also very nice.

At the end of the day it's up to you, or perhaps more importantly your team, it's certainly preferable to have your whole team using the same workflow and toolset.

In your specific case, it's probably not an issue to use Subclipse for your flex project and TortoiseSVN for your Web project, after all, many SVN repository setup's use a single repository for many different projects and basing everything on rev number isn't particularly relevant in these cases.

If a changeset affects the specific part of the tree in your working copy SVN is smart enough to figure that out, so just checkout the www and flex projects as separate working copies, it will work just fine.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜