customizing vendor drops for use on multiple projects
From: Anthony Ettinger <anthony_at_chovy.com>
Date: Thu, 14 Feb 2008 23:45:22 -0800
I've attached an image to try and visualize what I'd like to do with svn...
Given the example:
I'd like to customize a few things about WordPress in one location
I still want to be able to customize on a site-by-site basis as
Can someone help me run through the commands that are involved at each
Thanks.
-- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name @pets = Pets.find_all_by_species('dog') @pets.each do |dog| { if dog.name == 'Farley' dog.nick = 'Sir Barks-A-lot' elsif dog.name == 'Bonita' dog.nick = 'Princess Boo' else dog.nick = 'Doggie?' end }
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.