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,
There are better tutorial elsewhere, but this is a super solid workflow for
-ph
|
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.