Hi,

If you check your repository with rsync you'll see there is such a file:
$ rsync 
cvs.savannah.gnu.org::sources/classpath/classpath/tools/gnu/classpath/tools/giop/NamingServicePersistent.txt,v
-r--r--r--          93 2006/02/14 16:15:42 NamingServicePersistent.txt,v

Localy:
-r--r--r--  1 audriusa   classpath   93 Feb 14 10:15 
NamingServicePersistent.txt,v

Here is its contents:
=====
head     ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;
expand   @k@;


desc
@@


=====

Do you have any idea where that comes from?

I don't remember of any CVS downtime during Valentine's day :/

-- 
Sylvain


On Mon, Feb 20, 2006 at 05:21:35PM +0100, Mark Wielaard wrote:
> Hi,
> 
> We have a strange problem with one file in the classpath cvs repository.
> Whenever anybody updates we get the following message:
> cvs update: nothing known about
> `tools/gnu/classpath/tools/giop/NamingServicePersistent.txt'
> 
> This file isn't in CVS. The file in CVS is called:
> tools/gnu/classpath/tools/giop/NameServicePersistent.txt
> 
> Somehow a wrong commit seems to have partially put the file under the
> wrong name in the CVS repository, but now there is no real information
> associated with it.
> 
> Any idea how this can be fixed?
> 
> The issue can be seen even with a clean checkout:
> $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/classpath \
>   co classpath/tools/gnu/classpath/tools/giop
> [...]
> cvs checkout: nothing known about
> `classpath/tools/gnu/classpath/tools/giop/NamingServicePersistent.txt'
> [...]
> $ cd classpath/tools/gnu/classpath/tools/giop
> $ cvs up
> cvs update: nothing known about `NamingServicePersistent.txt'
> 
> Thanks,
> 
> Mark


_______________________________________________
Savannah-help-public mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to