[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: commit-classpath [was: FYI: java.util.logging]
From: |
Tom Tromey |
Subject: |
Re: commit-classpath [was: FYI: java.util.logging] |
Date: |
31 Oct 2002 16:26:10 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Sascha" == Sascha Brawer <address@hidden> writes:
Sascha> % cat java/util/logging/CVS/R*
Sascha> /cvsroot/classpath//classpath/java/util/logging
It is possible the `//' in the above causes the problem.
The Classpath CVSROOT compares against the regexp `^classpath'.
If you change the `//' to `/' in all the CVS/Repository files, you
could try a dummy commit (cvs commit -f) of some file to see that
fixes the problem.
Tom