=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cmd.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/cvs/cmd.c 2005/10/07 21:47:32 1.36 +++ src/usr.bin/cvs/cmd.c 2005/10/22 17:23:21 1.37 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.36 2005/10/07 21:47:32 reyk Exp $ */ +/* $OpenBSD: cmd.c,v 1.37 2005/10/22 17:23:21 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -178,12 +178,13 @@ * We are not checking for CVS/Root since we fetched the root * above via cvsroot_get(). * - * checkout, export, import and release do not depend on these files. + * checkout, export, import, init and release do not depend on these files. */ error = 0; if ((cmd->cmd_op != CVS_OP_CHECKOUT) && (cmd->cmd_op != CVS_OP_EXPORT) && (cmd->cmd_op != CVS_OP_IMPORT) && + (cmd->cmd_op != CVS_OP_INIT) && (cmd->cmd_op != CVS_OP_RELEASE) && (cmd->cmd_op != CVS_OP_VERSION)) { /* check for the CVS directory */