dev@glassfish.java.net

Re: resurrecting an old file...how?

From: Mitesh Meswani <Mitesh.Meswani_at_Sun.COM>
Date: Thu, 03 Sep 2009 16:28:55 -0700

Hi Lloyd,

The file was removed in revision 28184.

r28184 | llc | 2009-06-25 12:30:55 -0700 (Thu, 25 Jun 2009) | 6 lines
Changed paths:
   M
/trunk/v3/admin/cli/src/main/java/org/glassfish/admin/cli/resources/CreateResourceRef.java
   D
/trunk/v3/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/PersistenceManagerFactoryResource.java
   M
/trunk/v3/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Resources.java
   D
/trunk/v3/common/amx-api/src/main/java/com/sun/appserv/management/config/PersistenceManagerFactoryResourceConfig.java
   D
/trunk/v3/common/amx-api/src/main/java/com/sun/appserv/management/config/PersistenceManagerFactoryResourceConfigKeys.java
   M
/trunk/v3/common/amx-api/src/main/java/com/sun/appserv/management/config/ResourcesConfig.java
   D
/trunk/v3/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/PersistenceManagerFactoryResource.java
   M
/trunk/v3/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/Resources.java
   M
/trunk/v3/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ResourcesUtil.java

According to svn book
(http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge.basicmerging.resurrect),
it can be resurrected with following while in
v3/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans dir

$ svn cp
https://svn.dev.java.net/svn/glassfish-svn/trunk/v3/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/PersistenceManagerFactoryResource.java@28183
.

I am getting compilation errors with this in my local workspace with
this vesrion of file. I think you might need to adjust the file for
recent changes to workspace before checkin in.

Thanks,
Mitesh

Lloyd Chambers wrote:
> I've been asked to resurrect
> com.sun.enterprise.config.serverbeans.PersistenceManagerFactoryResource
>
> Can someone tell me how to do this?
>
> I thought that 'svn log' would let me see an old file. Does this mean
> the file doesn't exist in any version?
>
> llcMule:serverbeans llc$ pwd
> /v3/code/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans
>
> llcMule:serverbeans llc$ svn log PersistenceManagerFactoryResource.java
> svn: 'PersistenceManagerFactoryResource.java' is not under version
> control
>
> llcMule:serverbeans llc$ svn status
> PersistenceManagerFactoryResource.java
> llcMule:serverbeans llc$
>
>
>
> Lloyd Chambers
> lloyd.chambers_at_sun.com
> GlassFish Team
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>