Have you tried setting up an incremental build in ANT that just copies new
files to a network accessible folder or through ftp?


On 2/7/07, RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote:

the downside to this approach is that you have to check in a change
before being able to see it on your dev server. Plus this means you will
have lots of non-working checkins in svn.

/t

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
>Of Stijn Dreezen
>Sent: Wednesday, February 07, 2007 5:18 PM
>To: cfcdev@cfczone.org
>Subject: Re: [CFCDEV] RE: DW vs Eclipse
>
>Basically you can edit code where-ever you want with eclipse, if you
>combine cfeclipse with some version control plugin. We often use
>subversion to create our repositories and check in/out code on
>a windows workstation with eclipse using a subversion plugin. Updates
>can be sent to where-ever you want on your linux dev server by
>creating a working copy
>somewhere in your webroot and add /path/to/working-copy and svn up in
>hooks/post-commit in your subversion repository. This will update the
>working copy on your dev server each time you check in some code.
>All transmissions are done via http, so this will basically work
>everywhere.
>


You are subscribed to cfcdev. To unsubscribe, please follow the
instructions at http://www.cfczone.org/listserv.cfm

CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com

An archive of the CFCDev list is available at
www.mail-archive.com/cfcdev@cfczone.org




You are subscribed to cfcdev. To unsubscribe, please follow the instructions at 
http://www.cfczone.org/listserv.cfm

CFCDev is supported by:
Katapult Media, Inc.
We are cool code geeks looking for fun projects to rock!
www.katapultmedia.com

An archive of the CFCDev list is available at 
www.mail-archive.com/cfcdev@cfczone.org

Reply via email to