Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package with Iceberg tool does not work #124

Closed
SergeStinckwich opened this issue Aug 28, 2016 · 7 comments
Closed

Add package with Iceberg tool does not work #124

SergeStinckwich opened this issue Aug 28, 2016 · 7 comments

Comments

@SergeStinckwich
Copy link
Contributor

I try to move one my software from Monticello repo to a git repo and it doesn't work.

For example :

git clone git@github.com:SergeStinckwich/Actalk.git

Then add the local repo with the Iceberg tool then load Actalk from CatalogBrowser and try to add the ConfigurationOfActalk or Actalk packages to the repo give the following error.

screen shot 2016-08-28 at 16 03 51

@SergeStinckwich
Copy link
Contributor Author

I was able to move my project from Monticello to git by using gitfiletree and after I was able to open the repo with the Iceberg tool.

@npasserini
Copy link
Contributor

Hi @SergeStinckwich I am not being able to reproduce this, could you give me some hint?

I even tried to migrate your code myself, and it was successful (look at https://github.com/npasserini/Actalk).

The only thing I found is that Iceberg can't cope nicely with a new repository, when it has not even a single commit (which I registered as #127), but the error message is different... so your problem might still be there, but I can't reproduce it.

@SergeStinckwich
Copy link
Contributor Author

Hum. You start with an empty repo ? I will try to reproduce it.

@npasserini
Copy link
Contributor

In fact, starting with an empty repo didn't work (see #127) but after an initial commit with an empty readme file, everything worked. How did you create your repository?

@npasserini npasserini added this to the 0.3 - Improved GUI Tools milestone Sep 2, 2016
@npasserini
Copy link
Contributor

Hi @SergeStinckwich, @demarey has helped me reproduce the bug. I think that the problem is that you are using an old version (it is my fault, because I didn't update the "stable" version).

So if you know run "Iceberg update" you should be able to commit your packages without problems. Please let me know if you still can't.

@SergeStinckwich
Copy link
Contributor Author

Ok, I switch to another repository, because I used gitfiletree to populate the Actalk one.

Another experiment after doing an Iceberg update. I'm cloning an existing repo with :
git clone git@github.com:SergeStinckwich/libUrbi.st.git
that contains files but no Pharo packages
and try to add this repo as a local repo, I have now

screen shot 2016-09-02 at 17 34 22

@demarey
Copy link
Contributor

demarey commented Sep 6, 2016

@ SergeStinckwich Maybe it is because your git project contains a dot in it: libUrbi.st. If it is that, it should not be hard to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants