Re: How do you guys save progressing projects?

2007-04-27 Thread Will Tomlinson
> Will, > > Aaron West has an excellent series on configuring your environment for > > Subversion posted on his blog (trajiklyhip.com) Thanks! I'll have a look... Will ~| Create robust enterprise, web RIAs. Upgrade & integrat

Re: How do you guys save progressing projects?

2007-04-27 Thread Cutter (CFRelated)
Will, Aaron West has an excellent series on configuring your environment for Subversion posted on his blog (trajiklyhip.com) http://www.trajiklyhip.com/blog/index.cfm/2007/3/12/Configuring-a-Development-Environment-with-Apache-Subversion-TortoiseSVN-and-Subclipse Steve "Cutter" Blades Adobe Cer

RE: How do you guys save progressing projects?

2007-04-26 Thread Russ
$0.02. Russ > -Original Message- > From: Ariel Jakobovits [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 10:42 PM > To: CF-Talk > Subject: Re: How do you guys save progressing projects? > > i use perforce, and like it a lot. > > - Original Message ---

Re: How do you guys save progressing projects?

2007-04-26 Thread Ariel Jakobovits
i use perforce, and like it a lot. - Original Message From: Will Tomlinson <[EMAIL PROTECTED]> To: CF-Talk Sent: Thursday, April 26, 2007 3:58:35 PM Subject: Re: How do you guys save progressing projects? Is this what you use? http://subversion.tigris.org/ Thanks

RE: How do you guys save progressing projects?

2007-04-26 Thread Russ
You can also use it straight from Eclipse. It integrates very nicely. Russ > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 9:10 PM > To: CF-Talk > Subject: Re: How do you guys save progressing projects? > >

Re: How do you guys save progressing projects?

2007-04-26 Thread Will Tomlinson
>Yes, that's SVN. You can use GUI clients to manage it like TortoiseSVN >(assuming you are on Windows). Ahh yeah! I was trying to figure it out and I'm one of those folks without my GUI's. :) preesh james, Will ~| Create Web A

Re: How do you guys save progressing projects?

2007-04-26 Thread James Holmes
Yes, that's SVN. You can use GUI clients to manage it like TortoiseSVN (assuming you are on Windows). On 4/27/07, Will Tomlinson wrote: > Is this what you use? > > http://subversion.tigris.org/ -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~

Re: How do you guys save progressing projects?

2007-04-26 Thread Will Tomlinson
Is this what you use? http://subversion.tigris.org/ Thanks, Will ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archi

Re: How do you guys save progressing projects?

2007-04-26 Thread Barney Boisvert
That's what version control is for. A complete history of everything, and easy ability to create development sandboxes (branches) for playing around in that can either be merged into the main development effort, thrown away, or saved for later. cheers, barneyb On 4/26/07, Will Tomlinson <[EMAIL

RE: How do you guys save progressing projects?

2007-04-26 Thread Russ
It's called Source Control. SVN was build for exactly what you're looking for. Russ > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 6:07 PM > To: CF-Talk > Subject: How do you guys save progressing proje

How do you guys save progressing projects?

2007-04-26 Thread Will Tomlinson
I'm building an application and testing new features constantly in it. How do you guys deal with saving the project and its different versions as it grows and features are added. Some features are just tests... you don't know they'll be in the final build. Sometimes you don't even know if they'