[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

updating local copy of vendor branch

From: Anthony Ettinger <anthony_at_chovy.com>
Date: Tue, 19 Feb 2008 12:42:19 -0800

I know I can do an 'svn merge ./vendor/1.0 ./vendor/1.1 ./site1/' to
update site1 files from 1.0 to 1.1, but is there an easy way? I have
to do this for all sites that might be pulling from the vendor branch.

ideally: 'svn up ./site1' would pull from ./vendor/current
automatically when I update...don't know if that is possible but would
be easier given 10 different sites that pull from the same
./vendor/current branch.

-- 
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
}
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-19 21:42:48 CET

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.