Would something like ccache (compiler cache) help you out? It's not the same as wink-in (which, as I understand it, copies an already built object file from someone else who has built it). Instead each user has their own cache, so everyone has to pay the expensive build price at least once. It also only works for C/C++, I think. -- Jamie On Wed, Jan 20, 2010 at 3:20 PM, Richard Assal <richard_assal@xxxxxxxxx> wrote: > To whom it may concer, > > I have been playing with git recently, and I like it very much. I was wondering if you can tell me if git has something that is equivalent to clearcase wink-in functionality. The reason I ask, if it takes 1 hour to build my repository, then every clone of my repository will also take one hour to build at the remote location. In clearcase you can wink in objects that have already been built. time to wink in could just be minutes rather than waiting a full hour for all the binaries to build. > > Can you help me out here? I would like to know if git has something similar. > > Richard. > > > > > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html