Including local changes in one WC in merge to another
From: Brian Buesker <bbuesker_at_qualcomm.com>
Date: 2005-06-02 19:44:12 CEST
I'm trying to merge changes that have been made in one working copy
use SVN::Client;
my $client = new SVN::Client;
$client->merge ('/var/tmp/trunk', 1, '/var/tmp/trunk', 'WORKING',
However, that does not result in anything being merged. If instead I
Is 'WORKING' as a revision not valid for a merge? If it is not valid, is
I'm using SVN version 1.1.4.
Thanks,
---------------------------------------------------------------------
|
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.