gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] tla inventory --source problem


From: Stig Brautaset
Subject: Re: [Gnu-arch-users] tla inventory --source problem
Date: Sun, 1 Aug 2004 19:48:15 +0100
User-agent: Mutt/1.5.6i

On Sun, Aug 01, 2004 at 06:43:32PM +0200, Nico Schottelius wrote:
> Still have a question: Why does this not work:
> 
> scice% tla add src/gpm.c       
> attempt to id already tagged file: src/gpm.c

Does it have an internal inventory tag?

> Does tla automaticly add *.c files?

Nope.

> What about recursive adding?
> 
> cd ~/projects/gpm/; tla add *
> 
> seems to only add the regular files found in that
> directory and not the directories.
> 
> Should I use 'tla add `find`'?

No. 

 $ tla inventory --names --source --both | xargs [-n 1] tla add

The "-n 1" part is not necessary but can be useful in some
circumstances.

Stig




reply via email to

[Prev in Thread] Current Thread [Next in Thread]