Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
missing feature?
System
there's an exclude feature, but what about an include feature? what if there are 10 directories in say, c:\webdocs, but I only want to deploy 2 of them? Currently I have to write out an exclude= line for all but two.. is there an easier way to do this?
Find more posts tagged with
Comments
Migrateduser
well you could just write a deployment using those two directories like
deployment=docs
remote_server=255.255.255.5
remote_port=1701
area=//IWSERVER/default/main/www/docs/EDITION
local_directory=one
remote_directory=/digitalservice/icommerce/docs/deploy/one
;
area=//IWSERVER/default/main/www/docs/EDITION
local_directory=two
remote_directory==/digitalservice/icommerce/docs/deploy/two
;
this such work for you, although its a little clumsy
Stuart Eccles
Stuart Eccles
Technical Architect
Quidnunc
http://www.quidnunc.com
Edited by stueccles on 11/26/01 10:30 AM (server time).
Migrateduser
Is this example using OpenDeploy 4.5.1?
Migrateduser
Yes.
Its not a perfect solution but should still work transactionaly.
Stuart Eccles
Technical Architect
Quidnunc
http://www.quidnunc.com
ISO3166_1.fcn
Migrateduser
I agree. It gets more difficult if you want to only send one or two filetypes in a deployment. Without some pretty complex regex, all of the other filetypes need to be identified and excluded.