Merging from foreign repositories
From: Christoph Bartoschek <bartoschek_at_or.uni-bonn.de>
 
Date: Mon, 14 Mar 2011 16:08:57 +0100 
Hi,
 I would like to merge all changes in a directory from repository A to a 
 My idea was to do a loop over all iterations and merge them to dirB:
 svn merge -c rev file:///path/to/rep/A/dirA  dirB
 My problem is that for the revision where dirA is created in repositoryA 
 $ svn merge -r 0:1 file:///path/to/rep/A/dirA .
 You see that the first command does nothing although dirA and lots of subdirs 
 How can this be fixed?
 Christoph
  | 
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.