Re: git push rejected due being behind after git svn dcommit without any changes local/remote

2014-05-23 Thread Henning Sprang
Hi Thomas, On Wed, May 21, 2014 at 10:33 PM, Thomas Ferris Nicolaisen wrote: > This is normal. Every time you update or sync against the SVN server, > your local history is rewritten if you have local commits: All your > local commits are rebased on top of the latest changes coming from > SVN. >

Re: git push rejected due being behind after git svn dcommit without any changes local/remote

2014-05-21 Thread Thomas Ferris Nicolaisen
On Wed, May 21, 2014 at 6:13 PM, Henning Sprang wrote: > > You'd say, can happen, when some developers work against the remote > git repo, others with svn. But I'm the only developer on the project, > and no one ever commits to the remote svn nor the remote git repo. So, > I'm clueless. > > How ca