Eckard Klotz wrote on Tue, 31 Oct 2017 12:38 +0100:
> Hello everybody.
>
> My name is Eckard Klotz and I'm the owner of the project
> "https://sourceforge.net/projects/moritz".
>
> Some days ago I published my SVN repository at sourceforge.
>
> Since parts of my development are done on a computer without internet
> access I use local repositories for achieving my work by using the
> svnadmin command hotcopy together with an archive on a usb stick it is
> no problem to synchronise both repositories. Actually I thought to do it
> in the same way with my sourceforge archive. But since this is not a
> local path hotcopy seem snot to work.
>
> So I tried to use the commands dump and load but there I have the same
> problems.
>
> My goal is to synchronise the content of the sourceforge archive with my
> local archive used to store my development history while keeping all
> revisions, comments and time stamps.
>
> Do you have a tip for me ?
Actually, I have two.
One, use standard terminology. What you call "archive" we'd call a
"repository". Therefore I'm not sure whether by "repository" you mean
"repository" or "working copy".
In any case, look into the 'svnsync' command for pushing changes from
one repository (in the standard sense of the term :-)) to another, into
'svnrdump load' for a one-off version of that, and into 'svn relocate'
for pointing a working copy to a different repository.
Feel free to clarify your question, then we might be able to provide
more accurate answers.
Cheers,
Daniel
> Thanks for your support,
>
> Eckard Klotz
>
Received on 2017-10-31 13:01:34 CET