Gerrit Pape wrote:
On Tue, Jun 14, 2005 at 03:44:32PM +0200, Vincent Danjean wrote:

cg-add test for the presence of the file to add with :
find "$@" -type f -print0 ...
This does not work is the file is a dangling symlink. Please, change
this line with :
find "$@" -type f -o -type l -print0 ...
or something similar
Hi Vincent, can you please re-check with the current cogito version
0.16rc2-1 in sid whether it now does what you need?, cg-add has changed
since.

It still does not work :
$ dpkg -l cogito
[...]
ii cogito 0.16rc2-1.0 A version control system layered on top of g

In a git repertory (with no 'toto' file) :
$ ln -s toto titi
$ cg-add titi
titi does not exist or is not a regular file
cg-add: warning: not all files could be added
$ touch toto
$ cg-add titi
Adding file titi
$

I do not check if the patch I provided las time it always correct (but
the same kind of patch still need to be applied)

  Best regards,
    Vincent


Thanks, Gerrit.




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

Reply via email to