[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: Paul Hammant <paul_at_hammant.org>
Date: Tue, 31 Oct 2017 14:14:35 -0400

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.

-ph
Received on 2017-10-31 19:14:41 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.