Eric,

I believe you misunderstood what I meant.  But, just be be very clear.  Use
SVN server and definitely share that server among the developers.
Definitely yes.  If you are being paid to write code then using source
control system is mandatory of any professional developer.

However, I believe she was asking about how to setup a shared cold fusion
server that the developers would share.  Her last line was:

"without running the Coldfusion server on local machines"

So that's what I was recomending against.  Don't share a backend server with
developers if someone is going to be modifying the Coldfusion server while
other people are trying to use it.  You'll just step on each other's toes.

Charlie

On Sat, Oct 24, 2009 at 9:31 PM, Eric Minor <[email protected]> wrote:

> I totally disagree.  With a version control system like SVN, the problems
> you mentioned above would be resolve.  I work in a shared development
> environment with a total of 13 programmers. We all work in parallel on one
> project. Svn manages any conflicts and keep our code in sync.  For large
> projects, I highly recommend SVN coupled with good project management skills
> for more efficient software development.
>
>
> Sent from iPhone
>
>
> On Oct 23, 2009, at 7:18 PM, Charlie Hubbard <[email protected]>
> wrote:
>
> Here's an article for starters
>
>
> <http://www.devarticles.com/c/a/ColdFusion/ColdFusion-101-The-Installation/>
> http://www.devarticles.com/c/a/ColdFusion/ColdFusion-101-The-Installation/
>
>
> <http://www.devarticles.com/c/a/ColdFusion/ColdFusion-101-The-Installation/>As
> for setting up a shared server for development.  I would recommend not doing
> that as your only means, because as you and your team work on the software
> you'll be stepping on each other's toes.  It's best for each developer to
> run their own server so you don't get into conflicts with each other while
> your developing the software.  If you want to run a shared one for loading
> testing/QA environment then that's ok.
>
> Charlie
>
> On Thu, Oct 22, 2009 at 10:19 PM, < <[email protected]>
> [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>http://www.affug.com
>> Archive @ <http://www.mail-archive.com/discussion%40affug.com/>
>> http://www.mail-archive.com/discussion%40affug.com/
>> List hosted by <http://www.fusionlink.com>http://www.fusionlink.com
>> -------------------------------------------------------------
>>
>>
>>
>

Reply via email to