Re: [compress] Do we want 7z Archive*Stream-like classes

2013-09-29 Thread Stefan Bodewig
On 2013-09-29, Torsten Curdt wrote: > Hm - it is indeed a little misleading. So I am +0 for an inclusion. This is what I feel as well. > Is a stream based implementation of 7z somewhat feasible - at least in > theory? I'm in no way as familiar with the format as Damian is but IMHO it is feasibl

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-29 Thread Olivier Lamy
Use: patch -p1 < patch.file -- Olivier On Sep 30, 2013 3:04 AM, "Gary Gregory" wrote: > On Sat, Sep 28, 2013 at 1:41 PM, James Carman >wrote: > > > Git patches work fine. Just attach the file to a jira. > > > > Not really, if you add .diff to a GitHub URL, yes, you do get a diff file, > but it

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-29 Thread James Carman
I think you need to use the -no-prefix option to get it to work. I was mistaken. On Sunday, September 29, 2013, Gary Gregory wrote: > On Sun, Sep 29, 2013 at 1:04 PM, Gary Gregory > > >wrote: > > > On Sat, Sep 28, 2013 at 1:41 PM, James Carman < > ja...@carmanconsulting.com >wrote: > > > >> Gi

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-29 Thread Gary Gregory
On Sun, Sep 29, 2013 at 1:04 PM, Gary Gregory wrote: > On Sat, Sep 28, 2013 at 1:41 PM, James Carman > wrote: > >> Git patches work fine. Just attach the file to a jira. >> > > Not really, if you add .diff to a GitHub URL, yes, you do get a diff file, > but it does not apply cleanly to an SVN ch

Re: [VFS] code comment cleanups (GitHub Pull#1)

2013-09-29 Thread Gary Gregory
On Sat, Sep 28, 2013 at 1:41 PM, James Carman wrote: > Git patches work fine. Just attach the file to a jira. > Not really, if you add .diff to a GitHub URL, yes, you do get a diff file, but it does not apply cleanly to an SVN check out project. This at least because GitHub (or Git) adds a leadi

Re: [RESULT] Promote [weaver] component out of sandbox

2013-09-29 Thread Luc Maisonobe
Le 26/09/2013 07:16, Benedikt Ritter a écrit : > I think Luc has the necessary karma. I don't think so. It seems I can edit projects, but not create new ones. Can someone with JIRA admin karma here try to do it? Luc > > Send from my mobile device > >> Am 25.09.2013 um 21:32 schrieb Matt Benso

Re: [compress] Do we want 7z Archive*Stream-like classes

2013-09-29 Thread Torsten Curdt
Hm - it is indeed a little misleading. So I am +0 for an inclusion. Is a stream based implementation of 7z somewhat feasible - at least in theory? cheers, Torsten On Sun, Sep 29, 2013 at 8:09 AM, Stefan Bodewig wrote: > Hi all, > > over this weekend I added 7z support to the compress antlib wh