Re: How to merger repositories from the different svn server
From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-11-19 02:33:54 CET
Tomasz Kopacz wrote:
> Is it possible to merge items from different subversion servers?
You could use "svn diff" to generate a "patch file", which is a list of
proj1> svn diff -r34:35 > r35.patch
This copies textual changes from one working copy to another, but won't
If you want to do something fancier, take a look at svk -- it can merge
Cheers,
---------------------------------------------------------------------
|
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.