On Wed, Jun 26, 2002 at 02:38:52PM +0100, Alex Zoro wrote:
> However, trying to perform the following command "cvs admin -banim.c" (i.e. 
> we are trying to revert the file anim.c to the vendor version)causes the 
> following error "cvs [admin aborted]: usage is restricted to repository 
> administrators"

In addition to what Larry said, your command is not quite right;
it doesn't name the vendor branch.  Use:
        cvs admin -bVENDOR_BRANCH anim.c

where VENDOR_BRANCH stands for whatever name you gave your vendor
branch when you did the initial import.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
Anyone who swims with the current will reach the big music steamship;
whoever swims against the current will perhaps reach the source.
        - Paul Schneider-Esleben

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to