Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342956

Summary: [releng] Strange message at beginning of build log
Product: [Eclipse Project] e4 Reporter: Paul Webster <pwebster>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer
Version: 0.2   
Target Milestone: 4.1 M7   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Paul Webster CLA 2011-04-15 07:49:21 EDT
[start] [22:00:21] setting org.eclipse.releng.basebuilder_v20110302
[start] [22:00:30] setting eclipse
cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse -Q update -C -d org.eclipse.releng.eclipsebuilder
cvs update: CVSROOT must be an absolute pathname (not `tag=v20110113-1624')
cvs update: when using local access method.

it looks like part of a map file is being used by the cvs update.

PW
Comment 1 Andrew Niefer CLA 2011-04-15 13:58:58 EDT
I see this message even when using cvs manually from the command line:

e4Build@build:/shared/eclipse/e4/build/e4> cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse update -d org.eclipse.e4.builder_HEAD
cvs update: CVSROOT must be an absolute pathname (not `tag=v20110113-1624')
cvs update: when using local access method.
cvs update: warning: skipping invalid entry in password file at line 1

There does exist a file ~/.cvspass which starts with tag=v20110113-1624 .

I deleted the contents of this file and the message is gone now.