On 6/12/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
>
> I think you understand what I'm trying to do, but the key difference
> is that we have a product.  The modified files must be distributed to
> customers.  Ideally, I'd like to extract only the modified files from
> the source control repository so I can then just roll them up in a
> tarball without any additional weeding of what's in and what's out.
>
> Does that help clarify anything?


You could probably query the log for files that have been changed
between X and Y, probably parse the output with CF, use something
like
<cfset createobject("Java", "coldfusion.util.ZipUtils
").unzip("C:\CFusionMX7\wwwroot\Version2Alpha\Data\dan.zip","C:\CFusionMX7\wwwroot\Version2Alpha\Data\")>
to create a zip, and then something similar to unzip it, all within
yer project   Add a "check for updates" link, and viola, you're hip.

Just an idea, dunno if it'd werk er knot. ;-)
:D


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243279
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to