[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to synchronise a SVN repository with a local one

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 31 Oct 2017 14:58:44 -0400

On Tue, Oct 31, 2017 at 2:14 PM, Paul Hammant <paul_at_hammant.org> wrote:

> Consider using Git-subversion.
>
> 1. git svn clone https://svn.code.sf.net/p/moritz/Archive_SVN/
> myGitSvnClone
>
> 2. edits, git-add, git-commit (all offine) as usual
>
> 3. git svn dcommit # does the push back to subversion (must be online)
>
> 4. git svn rebase # is effectively the checkout you're more familar with,
> BUT brings all history so that you can see it while you're offline with
> git-log (etc) operations.
>
> There are better tutorial elsewhere, but this is a super solid workflow
> for your use case I think.
>

I was going to suggest the same thing, though given the desired workflow
and the need to work offline it really seems like you ought to just be
using Git. Is there a reason you are hosting a new open source project at
SourceForge as opposed to GitHub? It really is not clear why you want to
use SVN as it is not a good fit for the needs you have described.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2017-10-31 19:58:51 CET

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.