Bug#308592: zoo: does not store path information

2005-05-11 Thread Thomas Schoepf
package: zoo
version: 2.10-11

[EMAIL PROTECTED]:~/debian/unzoo/test$ zoo -add test.zoo aa/bb/cc/dd/*
Zoo:  aa/bb/cc/dd/a --  ( 0%) added
Zoo:  aa/bb/cc/dd/b --  ( 0%) added
Zoo:  aa/bb/cc/dd/c --  ( 0%) added
Zoo:  aa/bb/cc/dd/d --  ( 0%) added
Zoo:  aa/bb/cc/dd/e --  ( 0%) added
[EMAIL PROTECTED]:~/debian/unzoo/test$ zoo -test test.zoo
Zoo:  a  -- OK
Zoo:  b  -- OK
Zoo:  c  -- OK
Zoo:  d  -- OK
Zoo:  e  -- OK
Zoo:  Archive seems OK.
[EMAIL PROTECTED]:~/debian/unzoo/test$ 


The manpage says the default behavior is to store the full path of the
archived files:

   :  Do not store directory names.  In the absence of this modifier
  zoo stores the full pathname of each archived file.


Thanks,
Thomas

-- 
+++ Neu: Echte DSL-Flatrates von GMX - Surfen ohne Limits +++
Always online ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#308592: zoo: does not store path information

2005-05-11 Thread Niklas Vainio
Hi Thomas,

thanks for the report.

On Wed, May 11, 2005 at 12:01:47PM +0200, Thomas Schoepf wrote:
> The manpage says the default behavior is to store the full path of the
> archived files:

José, jos intended to adopt zoo. Could you take a look at this?

-- 
Niklas Vainio <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#308592: zoo: does not store path information

2005-05-12 Thread Jose Carlos Medeiros
Hi,

look, at man page.

   NoviceEquivalent
   CommandDescriptionExpert Command
   -
   -add   add files to archive   aP:

you are using "novice command" that is equivalent  "aP:"  in expert mode.
the default behavior of ":"  is used by expert mode.

try do this
zoo aP  test.zoo aa/bb/cc/dd/*

[]
Jose Carlos