Re: Add changes from a local svn repo to the same but older repo on a server with history
From: Eric Johnson <eric_at_tibco.com>
Date: Mon, 1 Apr 2019 09:23:44 -0700
Hi mcc,
On Mon, Apr 1, 2019 at 5:40 AM <mylists_at_posteo.de> wrote:
> Hi,
Quite the unpleasant setup....
>
svnrdump
> 2) Create an empty local repo of the same structure.
svnadmin create
> 3) Import the sources into the local repo at PC "B"
svnadmin load
> 4) Check in logically sized portioned into the local repo.
svn add, svn commit , ...
5) If completed transfer the local repo to PC "B".
6) Transfer the changes with historie, logs, etc into the server on top
svnadmin dump --incremental ...
svnadmin load ...
The load command would only work if nobody else touches the repository (in
The most obvious alternative that I can think of is to use "git-svn".
Whenever you're ready, push changes from Git back to Subversion.
Eric.
>
|
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.