jgfoster / Jade

Jade is an Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows
MIT License
5 stars 2 forks source link

Monticello browser and client directory #20

Open HeSe opened 6 years ago

HeSe commented 6 years ago

Hi James!

The monticello browser offers to select a repository on the client, but I am not able to add such repository.

Is this already implemented?

Thanks Sebastian

brunobuzzi commented 6 years ago

In Jade to add repositories: image

HeSe commented 6 years ago

I am trying to add a "client directory" and that ends with no result. grafik

brunobuzzi commented 6 years ago

Maybe Client directory is not implemented. I never used Client Directory (maybe James can answer this question). But i use Server Directory to store Monticello packages in the same server that GemStone/S is installed without problems. Inside Jade save packages to disk on server and outside Jade i use git command to upload packages to github. I Hope this help....

jgfoster commented 6 years ago

The problem is that MCDirectoryRepository>>onClient returns false. If you change it to return true, then it should work. It would be nice if this were fixed in the base extent0.seaside.dbf, but I'm not sure if that is in the works.