It looks like every time you rebase you have to reapply the same set of
patches over top the target branch.  So even if I figure out a way through
it once, I'll have to repeat the same conconction of craziness each time I
rebase.  I think I'm going to create a new branch, untar my changes on top,
lose all my history and forget about it.  I didn't budget 2 full days to
fiddle with this and I'm frustrated and annoyed now and unsure
what/if/anything I've lost or broken -- blahhh ... little things you might
not notice for 6 months because you don't work with every file every day ...

Curt.


On Thu, Aug 9, 2012 at 1:56 AM, Renk Thorsten <thorsten.i.r...@jyu.fi>wrote:

> > The typical fix is to edit the conflicting files and "git add" them the
> run "git rebase --continue".
> > But these files don't exist so I can't edit them, git add fails, git rm
> also fails since they don't exist.
>
> If the files no longer exist, I think one solution is to tell the system
> to skip the patch:
>
> git rebase --skip
>
> did the trick for me on a similar occasion. The rebase operation then goes
> on with the next patch. If you actually want the files,
>
> git checkout <branch where files still exist> -- <non-existing file>
>
> should fetch them from the branch where they still exist.
>
> I also frequently use
>
> git status
>
> to track what exactly the problem is. Although I am probably not the best
> source for GIT troubleshooting, I feel your pain. I've had similar trouble
> a few times.
>
> Cheers,
>
> * Thorsten
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to