On Mon, Aug 8, 2011 at 5:43 PM, tpero...@compumation.com <
tpero...@compumation.com> wrote:

> fossil branch new Test 5947928ba****
>
> ** **
>
> 'gpg' is not recognized as an internal or external command, operable
> program or batch file.****
>
> unable to sign manifest. continue (Y/N)? n****
>
> ** **
>
> fossil unset pgp-command****
>
> ** **
>
> fossil branch new Test 5947928ba****
>
> ** **
>
> 'in-B1C64C8EF29A42586A91' is not recognized as an internal or external
> command,****
>
> operable program or batch file.****
>
> unable to sign manifest.  continue (y/N)? n****
>
> ** **
>
> Why?
>

Probably because when you unset pgp-command it still trys to call system()
to do the pgp signing, but leaves off the name of the command since that is
now unset.

Try:  fossil set clearsign off




> ****
>
> ** **
>
> Thanks.****
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to