* Egit: how to merge after fetch (or pull)
@ 2009-04-08 21:56 John Bito
2009-04-09 3:39 ` Robin Rosenberg
0 siblings, 1 reply; 2+ messages in thread
From: John Bito @ 2009-04-08 21:56 UTC (permalink / raw)
To: git
I'd like to pull a branch before I do more work on it. After fetch,
git status says the branch is behind origin by N commits.
Can you tell me if there is an operation I can do via egit to get the
origin changes onto my branch? (Most of the documentation I found for
Egit appears to be before the fetch command was implemented.)
In the mean time, I've been using 'git pull'. Unfortunately, I found
that it's important to shut down Eclipse while doing a git operation
using Cygwin - a GC run when Egit had a file open caused a problem in
the repository that subsequent pushes propagated to my GitHub
repository. It would be nice to work entirely within Eclipse.
Thanks!
John
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Egit: how to merge after fetch (or pull)
2009-04-08 21:56 Egit: how to merge after fetch (or pull) John Bito
@ 2009-04-09 3:39 ` Robin Rosenberg
0 siblings, 0 replies; 2+ messages in thread
From: Robin Rosenberg @ 2009-04-09 3:39 UTC (permalink / raw)
To: John Bito; +Cc: git
onsdag 08 april 2009 23:56:23 skrev John Bito <jwbito@gmail.com>:
> I'd like to pull a branch before I do more work on it. After fetch,
> git status says the branch is behind origin by N commits.
>
> Can you tell me if there is an operation I can do via egit to get the
> origin changes onto my branch? (Most of the documentation I found for
> Egit appears to be before the fetch command was implemented.)
>
> In the mean time, I've been using 'git pull'. Unfortunately, I found
> that it's important to shut down Eclipse while doing a git operation
> using Cygwin - a GC run when Egit had a file open caused a problem in
> the repository that subsequent pushes propagated to my GitHub
> repository. It would be nice to work entirely within Eclipse.
A very recent update to msysgit (not git core and hence not cygwin) might help there.
Windows locks files when reading and the Eclipse plugin reads things from the
repo when changes are detected to see if anything interesting is there. The fix
in msysgit retries certain operations a number of times if they fail with access denied,
which is what you get if the file is open for reading.
Built-in pull is not there just yet.
-- robin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-09 3:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 21:56 Egit: how to merge after fetch (or pull) John Bito
2009-04-09 3:39 ` Robin Rosenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).