Best practice for bzr-svn mirror?
Teemu Likonen
tlikonen at iki.fi
Sat Feb 21 07:59:27 GMT 2009
On 2009-02-21 07:28 (UTC), Russel Winder wrote:
> On the other hand Bazaar has "bzr missing" which makes "git svn
> dcommit -n" look daft as a way of checking what is scheduled for
> committing to the Subversion repository.
Yes, "git svn dcommit -n" prints quite technical info. More useful is
git log -p svn..
where "svn" is the remote-tracking branch that tracks Subversion
repository. The above command shows commits (with diffs) which will be
rebased on the top of the Subversion branch.
More information about the bazaar
mailing list