Git + tabs?

2008-07-06 Thread Henri Yandell
On Sun, Jul 6, 2008 at 1:20 AM, Christian Grobmeier <[EMAIL PROTECTED]> wrote: > You can take a look at the new api with GIT here: > http://projects.grobmeier.de/compress-redesign.git/ Hi Chris, The compress codebase is full of tabs. If I go ahead and detab things, will that map happily over to

Re: svn commit: r674223 - /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/AbstractCompressor.java

2008-07-06 Thread sebb
Yes, OK now On 06/07/2008, Henri Yandell <[EMAIL PROTECTED]> wrote: > Should be fixed. > > > On Sat, Jul 5, 2008 at 3:26 PM, sebb <[EMAIL PROTECTED]> wrote: > > On 05/07/2008, sebb <[EMAIL PROTECTED]> wrote: > >> On 05/07/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> > Author: bayar

Re: Compress vs. VFS

2008-07-06 Thread Christian Grobmeier
Hi Samuel, > > * I see that the > Archive< > http://commons.apache.org/sandbox/compress/apidocs/org/apache/commons/compress/Archive.html > > > interface and the > ArchiverFactory< > http://commons.apache.org/sandbox/compress/apidocs/org/apache/commons/compress/ArchiverFactory.html > > > deal a lot

Re: Compress vs. VFS

2008-07-06 Thread Samuel Le Berrigaud
Hi Mario, thanks for the reply. I now have a better understanding of the relationship between those 2. And I believe it does make sense :-) A couple of questions regarding the compress APIs though. Please, let me know if you guys would rather I create Jira issues for those. * I see that the Arch