This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git-svn error due to out-of-sync changes?


On 2017.05.23 at 05:26 -0400, Aldy Hernandez wrote:
> Jason Merrill <jason@redhat.com> writes:
> 
> > Yes, the git mirror can lag the SVN repo by a few minutes, that's why
> > you need to 'git svn rebase' to pull directly from SVN before a
> > commit.
> >
> > Jason
> 
> Markus just said upthread that:
> 
> "git svn dcommit" will run "git svn rebase" automatically
> 
> Is `git svn rebase' run automatically or from `git svn dcommit' or not?
> I'm trying to save keystrokes here :).

`git svn rebase' is run automatically _after_ "git svn dcommit".
So to minimize potential conflicts, it is a good idea to run "svn
rebase" before committing.

-- 
Markus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]