denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

Allow user to fetch from/push to preconfigured remote from menu #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The most common use case for fetch/push is to use preconfigured remote as
source or destination.
It'd be convenient to have ability to select push to/fetch from specified
remote directly from team menu submenu. This would allow user to skip one
page of fetch/push wizard, while we can still leave ability to open full
wizard for complete URI selection.

Original issue reported on code.google.com by Marek.Za...@gmail.com on 27 Aug 2008 at 7:53

GoogleCodeExporter commented 8 years ago
I've started some implementation of this stuff relying on PushAction and 
FetchAction
implementing IMenuCreator, but I've encountered some problems, probably 
resolvable.

Original comment by Marek.Za...@gmail.com on 27 Aug 2008 at 7:54

GoogleCodeExporter commented 8 years ago
Would be nice if we had a "Git Repositories" view just like the CVS and SVN 
plugins
do. Then we could have wizard to create a new remote. And the push and import 
wizards
could use remotes from that view in their operations, optionally launching the 
new
remote wizard if there are no remotes.

I'd be happy to implement something like this, if you don't mind?

Original comment by tora...@gmail.com on 27 Aug 2008 at 11:07

GoogleCodeExporter commented 8 years ago
That may be nice for many users, I just haven't used this view in CVS/SVN 
plugins.
You are free to do it.
I may try to create menu independently (small improvement). Both features needs 
small
wizards refactor to allow repository preselection.

Original comment by Marek.Za...@gmail.com on 27 Aug 2008 at 11:17

GoogleCodeExporter commented 8 years ago
I would like to add a request to this enhancement since it is relevant. 
Implement the team synchronize view.
That is what we used most using cvs and is incredibly useful. I still haven't 
found a way in eGit to compare my 
local changes to the remote changes. Others asking for the same see issue 69.

Original comment by golden.h...@gmail.com on 27 Jul 2009 at 2:52

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
As of version 0.5.0 of egit, this functionality exists in the initial page of 
the 
push-to wizard and seems to work for me, so this bug should be marked as fixed.

Original comment by maksim....@gmail.com on 28 Aug 2009 at 12:55

GoogleCodeExporter commented 8 years ago
I am not finding any previously used remote repositories in the Push To... 
wizard,
even if I explicitly use "git remote add" in the repository.  I am using 0.5.0.

Original comment by rahulnva...@gmail.com on 21 Sep 2009 at 8:14

GoogleCodeExporter commented 8 years ago
i has same problem.
wizard asks full parameters(url,user,etc) for push

Original comment by solarw.m...@gmail.com on 28 Sep 2009 at 1:12

GoogleCodeExporter commented 8 years ago
I can not reproduce that problem with egit 0.5.0. Please, provided more details 
about
sequence of actions that leads to that (preferably in separate issue as this 
one is
dedicated for team menu enhancement, not buggy "Push To..." wizard).

Note however, that if you add remote through external "git remote add" command, 
you
may need to reopen project (or do similar action, I am not sure about details) 
to
refresh config. AFAIK repository config is not refreshed "automatically" - nor 
on
file change, nor periodically.

Original comment by Marek.Za...@gmail.com on 6 Oct 2009 at 12:35

GoogleCodeExporter commented 8 years ago
The UI has been improved. Open new issue at bugzilla if not good enough.

Original comment by robin.ro...@gmail.com on 12 Jul 2010 at 5:34