You need a vendor branch. There's a section in the book about how to use them. It's not really any different from a "normal" branch, other than the fact that you don't write any code on the branch, you import it from the third party.
cheers, barneyb On 4/2/07, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote: > I use the ever present BlogCFC for a couple of blogs. Each blog has a > little bit different layout, but that's about it. I'm trying to > figure out how I could set up the Subversion repository and include > Ray's subversion repository to be something like this: > > /trunk/(Ray's SVN - still updateable whenever Ray does an update) > /local/(My tweaks to the actual cfc - mainly allowing for ldap authentication) > /blog1/(a copy from local/client - with site customizations) > /blog2/(same as above) > /blogN+1/ > > I want to be able to update my /local/ copy of blogCFC whenever Ray > does a security update, but I don't want to lose my changes. As with > the individual blog site, whenever there's an update, I want to be > able to roll these down to each site. Currently I'm using SVK, but it > doesn't have the tool support of SVN such as tortoiseSVN, Subclipse, > etc. > > Can subversion do something like this? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274366 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

