dev@glassfish.java.net

svn update notice: Version.java

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Mon, 12 Sep 2011 12:03:51 -0500

Today, I committed a change that put the Version.java file under source
control rather than being generated at build-time. Because of this, if
you do an "svn update" on an already built workspace, you'll get this
error message:

svn: Failed to add file
'nucleus/common/common-util/src/main/java/com/sun/appserv/server/util/Version.java':
an unversioned file of the same name already exists

To resolve this problem, just remove
nucleus/common/common-util/src/main/java/com/sun/appserv/server/util/Version.java
and do the "svn update" again.

Sorry for the inconvenience.

Tom