Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Share project programatically
Share project programatically [message #1756293] Wed, 15 March 2017 07:54 Go to next message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Hi!

I have a custom import wizard and I know that the projects are stored in git. I would like to share them automatically, without a wizard or other UI. How can I do that?

best regards,
Vlad
Re: Share project programatically [message #1756299 is a reply to message #1756293] Wed, 15 March 2017 08:39 Go to previous message
Vlad Dumitrescu is currently offline Vlad DumitrescuFriend
Messages: 431
Registered: July 2009
Location: Gothenburg
Senior Member
Answering my own question:

  
                  ConnectProviderOperation op = new ConnectProviderOperation(project);
                  op.execute(null);
Previous Topic:change/delete conflict resolution
Next Topic:LsRemoteCommand and symbolic references
Goto Forum:
  


Current Time: Thu Apr 25 12:29:08 GMT 2024

Powered by FUDForum. Page generated in 0.03223 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top