Re: SOT: How do you version control with your CF code?

2007-10-09 Thread J W
Larry, Can you post up an example of that ANT script? On 10/6/07, Larry Lyons <[EMAIL PROTECTED]> wrote: > > Just to expand on things, we have development, test (QA) and production > boxes. We develop locally on our own boxes, then I use an Ant script to > automatically deploy to the Dev serve

Re: SOT: How do you version control with your CF code?

2007-10-08 Thread J W
. > > Then back to work on updates on the development box. > > > > 4. Deployment of latest version -- copy the latest completed version to > the > > server and overwrite the files. > > > > How would Subversion improve upon that? > > > > I use Homes

RE: Eclipse to DW WAS: RE: SOT: How do you version control with your CF code?

2007-10-08 Thread Dawson, Michael
be a couple of days. Thanks! -Original Message- From: Ingo Muschenetz [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 10:44 AM To: CF-Talk Subject: Re: Eclipse to DW WAS: RE: SOT: How do you version control with your CF code? Hi Mike, I'm the project lead on Aptana, a

Re: SOT: How do you version control with your CF code?

2007-10-08 Thread J.J. Merrick
ox. > > 4. Deployment of latest version -- copy the latest completed version to the > server and overwrite the files. > > How would Subversion improve upon that? > > I use Homesite 5.5, btw > > Rick > > > > -----Original Message- > From: J.J. Merr

Re: SOT: How do you version control with your CF code?

2007-10-08 Thread Graham Pearson
, Subversion, etc.? > Seems I would need a separate Win XP license, then a copy of CF8 Developer's > edition, at a minimum. > > Am I missing something or looking at this the wrong way? > > Suggestions? Advice? > > Thanks, > > Rick > > > > -----Original

Re: SOT: How do you version control with your CF code?

2007-10-08 Thread Aaron Rouse
oney. > > Regards > Dale Fraser > > http://learncf.com > > > -Original Message- > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 October 2007 2:00 PM > To: CF-Talk > Subject: Re: SOT: How do you version control with your CF code? > > That sounds lik

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Eric Roberts
Are they via a stored procedure (or can they be made into one)? Eric -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 9:36 PM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? Cool, unfortunately we could not do

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Dale Fraser
October 2007 2:00 PM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? That sounds like it would be a great solution if the need to go back to different points in the database were needed. Our needs have always been just to go back to one certain point and really it has

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Eric Roberts
er 07, 2007 9:06 PM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? Could you explain that with a little more detail. What code(language) is going to track all of the table/column changes and track any data manipulation that is needed between versions of the dat

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Rick Faircloth
: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 9:23 PM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? What do you do when client needs a fix on version 1.5 which has significant database differences when compared to version 2.0 that you are currently

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Rick Faircloth
completed version to the server and overwrite the files. How would Subversion improve upon that? I use Homesite 5.5, btw Rick -Original Message- From: J.J. Merrick [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 8:59 PM To: CF-Talk Subject: Re: SOT: How do you version contr

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Rick Faircloth
:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 12:00 AM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? That sounds like it would be a great solution if the need to go back to different points in the database were needed. Our needs have always been just to go back to one

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
t; > > Then if you check out your code at 1.3.2 > > > > > > It should be able to create databases of that era. > > > > > > Regards > > > Dale Fraser > > > > > > http://learncf.com > > > > > > -Original Mess

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread J.J. Merrick
Yeah we just start a different database if it going to be a huge amount of changes. There are probably many better ways of doing this I just have explored yet. J.J. On 10/7/07, Aaron Rouse <[EMAIL PROTECTED]> wrote: > What do you do when client needs a fix on version 1.5 which has significant > d

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Zaphod Beeblebrox
-Original Message----- > > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > > Sent: Monday, 8 October 2007 11:23 AM > > To: CF-Talk > > Subject: Re: SOT: How do you version control with your CF code? > > > > What do you do when client needs a fix on version 1.5 wh

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Dale Fraser
o: CF-Talk Subject: Re: SOT: How do you version control with your CF code? Could you explain that with a little more detail. What code(language) is going to track all of the table/column changes and track any data manipulation that is needed between versions of the database structure? Also

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
p://learncf.com > > -Original Message- > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 October 2007 12:06 PM > To: CF-Talk > Subject: Re: SOT: How do you version control with your CF code? > > Could you explain that with a little more detail. What co

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
of that era. > > Regards > Dale Fraser > > http://learncf.com > > -Original Message- > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 October 2007 11:23 AM > To: CF-Talk > Subject: Re: SOT: How do you version control with your CF code? > &

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Dale Fraser
Subject: Re: SOT: How do you version control with your CF code? What do you do when client needs a fix on version 1.5 which has significant database differences when compared to version 2.0 that you are currently working on? We just maintain a separate copy of the DB for the versions for cases like

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
What do you do when client needs a fix on version 1.5 which has significant database differences when compared to version 2.0 that you are currently working on? We just maintain a separate copy of the DB for the versions for cases like that but just curious on how others do it. On 10/7/07, J.J.

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Zaphod Beeblebrox
a real big deal. I have never used the plug > > in > > myself...I do the same...just flip over to explorer and use tortoise ;-) > > > > Eric > > > > -Original Message- > > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > > Sent: Sunday, October 07,

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread J.J. Merrick
t, > how would this extensive management system be beneficial to a solo > developer? > Or is it overkill? > > Rick > > -Original Message- > From: Eric Roberts [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 07, 2007 11:53 AM > To: CF-Talk > Subject: R

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
.I do the same...just flip over to explorer and use tortoise ;-) > > Eric > > -Original Message- > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 07, 2007 11:45 AM > To: CF-Talk > Subject: Re: SOT: How do you version control with your CF code? &

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Eric Roberts
ECTED] Sent: Sunday, October 07, 2007 11:45 AM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? This is what I do as well, never tried the DW plugin though and actually can not see a reason as to why I would need it. It just is not that hard to alt-tab over to something

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Rick Faircloth
Thanks for the feedback, Eric. :o) Rick -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 12:12 PM To: CF-Talk Subject: RE: SOT: How do you version control with your CF code? You would need liscenses for any of the os' you put on

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Aaron Rouse
This is what I do as well, never tried the DW plugin though and actually can not see a reason as to why I would need it. It just is not that hard to alt-tab over to something. On 10/7/07, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote: > > I've used the Dreamweaver add in and don't really think it a

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Rick Faircloth
-Talk Subject: RE: SOT: How do you version control with your CF code? Summing it up... You have a repository that contains your current code. Both the development and live environments are "checked out" from the repository. When you complete changes to a page, you commit the page. You t

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Zaphod Beeblebrox
I've used the Dreamweaver add in and don't really think it adds that much to the experience. If I'm on my machine that has DW, I'll do all my coding in DW, when I done and ready to commit back to the repository, I'll drop out to TortoiseSVN and do all my interactions with Subversion that way. On

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Eric Roberts
site and environment. Eric -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, October 06, 2007 11:08 AM To: CF-Talk Subject: RE: SOT: How do you version control with your CF code? I'm very interested in the VMWare approach to testing Subveriso

RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Eric Roberts
pting). I would learn the repository and how t works and then once you have it set up the way you want, then worry about the automation. -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Saturday, October 06, 2007 12:10 PM To: CF-Talk Subject: Re: SOT: How do you version co

Re: Eclipse to DW WAS: RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Ingo Muschenetz
Hi Mike, I'm the project lead on Aptana, and I noticed you had mentioned our atribute support was horrible in HTML. If you have time, it'd be very helpful for us to hear specifics. We already show you which browsers support which attributes and I thought we had pretty good HTML editing support

Re: Eclipse to DW WAS: RE: SOT: How do you version control with your CF code?

2007-10-07 Thread Casey Dougall
On 10/6/07, Dawson, Michael <[EMAIL PROTECTED]> wrote: > > >It does take some discipline to develop this way, but it is the best an > easiest way. get rid of dreamweaver and move to CFEclipse as I said you > will not look back. > > Not to get too off-topic, but I did look back. In fact, I went bac

Re: SOT: How do you version control with your CF code?

2007-10-07 Thread Jochem van Dieten
J W wrote: > 1. Local Development with local code to those machines. How do you keep > those machines current? Many of the coldfusion programs we code and make > improvements to are part of a huge enterprise system that would only test > locally correctly with the other parts of the system present

RE: SOT: How do you version control with your CF code?

2007-10-06 Thread Dave Watts
> However, after looking over the selections in the Virtual > Appliance Marketplace on vmware.com, I don't see anything > that fits what I'm looking for. No, you won't. The appliances are quite narrow in their focus, and limited mostly to free, open-source software. > I've never used VMWare bef

Re: SOT: How do you version control with your CF code?

2007-10-06 Thread Larry Lyons
> As others have said Subversion works pretty good as a version control, > but it can be somewhat hairy to set up. There's a one-click installer > for Windows on tigris.org that's really helpful, http://svn1clicksetup. > tigris.org/ > > Not only does it install the Windows binaries for SVN 1.2.3

Re: SOT: How do you version control with your CF code?

2007-10-06 Thread J W
Ok... Without sounding too naive about versioning and more complex dev systems... Help me understand this a bit better. 1. Local Development with local code to those machines. How do you keep those machines current? Many of the coldfusion programs we code and make improvements to are part of a hug

RE: SOT: How do you version control with your CF code?

2007-10-06 Thread Rick Faircloth
dFusion 8 Enterprise hosting FREE Subversion hosting -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Saturday, October 06, 2007 5:50 AM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? J W wrote: > I am looking to have better version co

Eclipse to DW WAS: RE: SOT: How do you version control with your CF code?

2007-10-06 Thread Dawson, Michael
>It does take some discipline to develop this way, but it is the best an easiest way. get rid of dreamweaver and move to CFEclipse as I said you will not look back. Not to get too off-topic, but I did look back. In fact, I went back to DW after a few months with Eclipse. I used only CFE on my wo

RE: SOT: How do you version control with your CF code?

2007-10-06 Thread John Mason
en [mailto:[EMAIL PROTECTED] Sent: Saturday, October 06, 2007 5:50 AM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? J W wrote: > I am looking to have better version control at our company and am > wonder how YOU deal with this. What is your setup? Local development

Re: SOT: How do you version control with your CF code?

2007-10-06 Thread Jochem van Dieten
J W wrote: > I am looking to have better version control at our company and am wonder how > YOU deal with this. What is your setup? Local development against a local CF and local resources. Full working copy of a SVN repository. Code gets tagged in the repo and then a build server will use an An

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Brian Kotek
Subversion with trunk and branches (for development). ANT for deployment. It's wonderful to click a batch file and have everything deploy (including maintenance message, reinit of the app, etc.). On 10/5/07, J W <[EMAIL PROTECTED]> wrote: > > I am looking to have better version control at our comp

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread J.J. Merrick
We do this: Central MySQL and MS-SQL Dev server Subversion Everyone develops locally. We use both DW8 and CFeclipse depending on the person. We all use TortoiseSVN to access SVN which is awesome as far as an integrated shell client goes. To deploy we just do an export from SVN to a folder on

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Andrew Scott
If you like too, I would consider moving to CFEclipse you will not look back. Each developer should have a version of CF installed and develop local on their machine. This will stop conflicts and downtime on a central development server. Then using Eclipse / Subversibe you can merge the changes to

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread J W
subversion seems to be the thing... so how are your hardware setups??? We are a total windows environment. dreamweaver 8 is our tool of choice for coding. i know there is a 60 buck version that allows subversion access directly from dreamweaver that might be worth it. Dev server --> Production Ser

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Larry Lyons
As others have said Subversion works pretty good as a version control, but it can be somewhat hairy to set up. There's a one-click installer for Windows on tigris.org that's really helpful, http://svn1clicksetup.tigris.org/ Not only does it install the Windows binaries for SVN 1.2.3 and running

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Andrew Scott
We use subversion on windows, and Subversive as the plugin for Eclipse. On 10/6/07, J W <[EMAIL PROTECTED]> wrote: > I am looking to have better version control at our company and am wonder how > YOU deal with this. What is your setup? All opinions welcome. > > Right now, we have a real old vers

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Ian Rutherford
There is a windows installer you can download from subversion to do the install. Then you can use http://tortoisesvn.net/ to run it through windows or you can use it within Eclipse. http://www.jimpickering.com/blog/index.cfm/2007/8/21/Installing-and-Configuring-A-SubversionSVN-Server-on-Win2003";

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Cutter (CFRelated)
Subversion on Apache, with the Subclipse plugin in Eclipse. http://www.trajiklyhip.com/blog/index.cfm/2007/3/12/Configuring-a-Development-Environment-with-Apache-Subversion-TortoiseSVN-and-Subclipse Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

Re: SOT: How do you version control with your CF code?

2007-10-05 Thread Ben Doom
Subversion is pretty cool. Without knowing anything about your servers, I'll say this: It's kind of a pain to set up on a Win server (never tried on a *nix server) but totally worth it. --Ben Doom J W wrote: > I am looking to have better version control at our company and am wonder how > YOU