Re: RFR: JDK-8038500: (zipfs) Upgrade ZIP provider to be a supported provider

2014-04-12 Thread Alan Bateman
On 11/04/2014 23:42, Xueming Shen wrote: Hi, Please help review this changeset to upgrade the zip filesystem provider implementation from demo to a supported provider. Back in JDK7 we created a demo file system provider for zip/jar files. It is shipped in two forms, one as a binary under lib

Re: copy folders instead of sequential hg clones

2014-04-12 Thread Dmitry Samersoff
Peter, It's perfectly fine to just copy entire forest. Local clone is faster than copy, but you have to restore .hg/hgrc afterward if you plan to do the push from this workspace. My typical workflow: 1. The script mirrors hs-rt and dev to dedicated machine every night. It is always a full clone