From owner-freebsd-questions@FreeBSD.ORG Sat May 29 03:07:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA4B16A4CE for ; Sat, 29 May 2004 03:07:16 -0700 (PDT) Received: from server1.web-mania.com (server1.web-mania.com [193.22.244.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A7343D48 for ; Sat, 29 May 2004 03:07:15 -0700 (PDT) (envelope-from list@arameus.net) Received: (from www@localhost) by server1.web-mania.com (8.11.6/8.11.6) id i4TA41A18229; Sat, 29 May 2004 11:04:01 +0100 Date: Sat, 29 May 2004 11:04:01 +0100 Message-Id: <200405291004.i4TA41A18229@server1.web-mania.com> X-Authentication-Warning: server1.web-mania.com: www set sender to list@arameus.net using -f To: freebsd-questions@freebsd.org Received: from 81.131.124.173 (auth. user list@arameus.net@pop3.arameus.net) by arameus.net with HTTP; Sat, 29 May 2004 10:04:01 +0000 X-IlohaMail-Blah: list@arameus.net X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.8.12 (On: arameus.net) From: Edd Bounce-To: Edd Errors-To: Edd MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Ive really broken my cvs repository! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 10:07:16 -0000 Hi there, One day I was playing with branches to see how they worked etc. I was going to delete the branches afterwards, but forgot. Many commits later (to default branch). I realise that I forgot to delete them. And stupidly did a cvs tag -dB on them. Next day I do a cvs up: -bash-2.05b$ cvs up cvs update: Updating . cvs update: LICENCE.TXT is no longer in the repository cvs update: README is no longer in the repository cvs update: index.php is no longer in the repository cvs update: loader.php is no longer in the repository cvs update: login.php is no longer in the repository cvs update: Updating classes cvs update: classes/arax.php is no longer in the repository cvs update: classes/auth.php is no longer in the repository cvs update: Updating conf cvs update: conf/mysql.php-dist is no longer in the repository cvs update: Updating css cvs update: css/dbm.css is no longer in the repository cvs update: Updating images cvs update: Updating modules cvs update: modules/changePass.php is no longer in the repository cvs update: modules/denied.php is no longer in the repository cvs update: modules/gigAdmin.php is no longer in the repository cvs update: modules/groupAdmin.php is no longer in the repository cvs update: modules/imageView.php is no longer in the repository cvs update: modules/linkAdmin.php is no longer in the repository cvs update: modules/logout.php is no longer in the repository cvs update: modules/mailShot.php is no longer in the repository cvs update: modules/menu.php is no longer in the repository cvs update: modules/newsAdmin.php is no longer in the repository cvs update: modules/settings.php is no longer in the repository cvs update: Updating share cvs update: share/dump.sql is no longer in the repository interesting. So i think no its okay. i can do a cvs up -f. Which I did and all of my other files did return to my sandbox, but I just can not commit them. Due to up-to-date check. I have tried forcing with -f, but still it wont have it. Please could someone help me out of this sticky situation? Thanks!