Java – Eclipse project to mercurial

Eclipse project to mercurial… here is a solution to the problem.

Eclipse project to mercurial

I’m sorry for this question, but I’m new to Mercurial, I’ve created and run an android project in Eclipse and I have a web repository on bitbucket.org, I created a repository, but I can’t share the project to that repository. What I did must be a fool, but I don’t know what it is. Any help is very welcome

Greetings

Solution

You didn’t provide much information about what exactly the problem was. You need to perform the following steps:

  1. Right-click the project, select Team > Share Project, then select Mercurial and click Next.
  2. The dialog box will propose to create a repository in the project location. Click “Done”.
  3. Right-click the project again and select Team >Commit. Enter a commit message and check that all files you want to include are selected in the list. Click OK.
  4. Right-click the project again and select Team > Push.
  5. Enter the URL and login of your Bitbucket repository in the dialog box. Click Finish.

Your code should now be in the Bitbucket repository.

To send more changes to Bitbucket, repeat steps 3, 4, and 5.

If you run into problems, you need to explain exactly which step didn’t work and what went wrong.

Related Problems and Solutions