Ok so let me answer your first question about setting up a project in SVN. Install SVN plugin into FlexBuilder:
http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Here's a more complete article: http://www.flashmagazine.com/tutorials/detail/setting_up_subversion_with_adobe_flex_3/ You'll want to have folders like trunk, branches and tags at the top of your project. Why? Because you'll want to have folders branches, and tags as siblings to trunk. That way you can create branches of your code later when you need it. It's actually next to impossible to add these after the fact so do it now and save yourself from loosing your history later on. You can get this by having your code organized like: project_name/trunk <-- code for the project here, on your local file system. The check in the trunk folder so the URL would be like: http://svnserver/svn/project_name/trunk Once you have that checked in your fellow developers can check out http://svnserver/svn/project_name/trunk to get the main folder. Charlie On Thu, Oct 22, 2009 at 10:19 PM, <[email protected]> wrote: > Hi, > > Can someone share information on how to set up flex projects for team > coding (subversion) with Coldfusion as a backend (using remote objects) > without running the Coldfusion server on local machines? Thanks. > > Susan > > > > ------------------------------------------------------------- > To unsubscribe from this list, simply email the list with unsubscribe in > the subject line > > For more info, see http://www.affug.com > Archive @ http://www.mail-archive.com/discussion%40affug.com/ > List hosted by http://www.fusionlink.com > ------------------------------------------------------------- > > >
