Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Platform-GemStone Version-1.0-beta.28.3  
Milestone-1.0

New issue 109 by [hidden email]: pkgSpec for Metacello configuration  
doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

The file spec for a Serverdirectory looks like the following:

   foos.gemstone.com:/export/foos1/users/dhenrich/pharo/monticello

and Metacello interprets this as an http repository ... need to update the  
recognizer for GemStone ....



Reply | Threaded
Open this post in threaded view
|

Re: Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello
Updates:
        Labels: -Milestone-1.0 Milestone-1.0-beta.32

Comment #1 on issue 109 by [hidden email]: pkgSpec for Metacello  
configuration doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello
Updates:
        Blockedon: 83

Comment #2 on issue 109 by [hidden email]: pkgSpec for Metacello  
configuration doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

only way to handle this one is to use file: and serverfile: URI (see Issue  
83)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello
Updates:
        Blockedon: -83

Comment #3 on issue 109 by [hidden email]: pkgSpec for Metacello  
configuration doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

I think I'll just add serverfile: .... no need for file: at the moment ....

Reply | Threaded
Open this post in threaded view
|

Re: Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello

Comment #4 on issue 109 by [hidden email]: pkgSpec for Metacello  
configuration doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

Hold your horses ... in Issue 32 (1.0-beta.25) ... I introduced server://  
and client:// for Gemstone, so it appears that the I've already got the  
correct repository type specs, I just need to make sure that  
ServerFileDirectory creates the correct kind of repository

Reply | Threaded
Open this post in threaded view
|

Re: Issue 109 in metacello: pkgSpec for Metacello configuration doesn't work for GemStone ServerDirectory repository

metacello
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.32

Comment #5 on issue 109 by [hidden email]: pkgSpec for Metacello  
configuration doesn't work for GemStone ServerDirectory repository
http://code.google.com/p/metacello/issues/detail?id=109

fixed (plus tests) in Metacello 1.0-beta.32 (dkh.666)