Hi, On Fri, 2004-06-18 at 18:27, Michael Koch wrote: > Am Freitag, 18. Juni 2004 16:47 schrieb Musachy Barroso: > > since yesterday I'm getting a: > > > > cvs update: [14:47:46] waiting for uid65534's lock in > > /cvsroot/classpath/classpath/doc/api/xslt/common > > > > while trying to check out classpath. > > Known issue. I did a savannah support request.
For people wanting to track this issue: http://savannah.gnu.org/support/?func=detailitem&item_id=103137 Anyway, if you want an updated checkout (assuming you already have one) then you can do the following: cut -f2 -d/ CVS/Entries | grep -v doc | xargs cvs update maybe followed by: cd doc; cut -f2 -d/ CVS/Entries | grep -v api | xargs cvs update That should give you an update for almost everything. Cheers, Mark
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

