[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Where your dists at?

Trans

4/7/2006 3:02:00 PM

I'm curious, where do you all keep your distributable package files
(.tar.gz, .gem, etc)? Do you keep them in your project directory, under
dist/ or pkg/ or something? If you use subversion where do you keep
them?

I've been flirting with a "subversive" layout myself:

myproj/
branches/
packages/
tags/
truck/

But I've never seen anyone elses laundry about, so I'm wondering...

Thanks,
T.

1 Answer

Bil Kleb

4/7/2006 4:04:00 PM

0

Trans wrote:
> I'm curious, where do you all keep your distributable package files
> (.tar.gz, .gem, etc)? Do you keep them in your project directory, under
> dist/ or pkg/ or something? If you use subversion where do you keep
> them?

They are generated files, and so some folks don't see the
need to put them under version control. Just tagging the
repository is enough for them. I'm still on the fence on
this one because having the packages laying around is sure
convenient.

> But I've never seen anyone elses laundry about, so I'm wondering...

Browse around RubyForge's SCM tabs.

Later,
--
Bil
http://fun3d.lar...