At 17:12 13/12/2000 +0800, lamb liu wrote:
>I can not connect to the cvs server so I created a
>repository locally and build it but failed.
>
>trout:/lxh/test/mozilla 25 % gnumake -f client.mk
>checkout start: 2000��12��13�� ������ 17ʱ08��41�� CST
>cvs -q -z 3 co -r SeaMonkey_M18_RELEASE -P mozilla/client.mk
>cvs [checkout aborted]: no such tag SeaMonkey_M18_RELEASE
>gnumake: *** [checkout] Error 1
The tag exists in the main CVS repository but not in your local
repository. If you created the repository with import then either checkout
without a tag at all, or use the one you specified when you created the
repository. If you are using the client.mk with that tag set then you need
to edit it to remove the tag or change it to your own.
Warning, maintaining an offline repository is a real pain.
Simon
>How to resolve it?
>Thanks