dev@glassfish.java.net

Re: Cannot check out v2 UR2 source code from CVS

From: David Chapman <richhillsoftware_at_gmail.com>
Date: Thu, 5 Jun 2008 04:14:46 -0700

Hudalla,

FWIW, I just got a clean checkout on my Win XP system...

mkdir gftest
cd gftest
cvs -d :pserver:<userid>@cvs.dev.java.net:/cvs login
cvs -d :pserver:<userid>@cvs.dev.java.net:/cvs checkout -r
SJSAS91_UR2_BRANCH glassfish/bootstrap

<Copy build.properties from existing checkout to glassfish\bootstrap>

cd glassfish\bootstrap
maven checkout

Unfortunately, beyond trying out the procedure on my system, I can't
be of much help. Did you try some manual
cvs checkout of the module in question?

Dave C

On Thu, Jun 5, 2008 at 2:35 AM, Hudalla Kai (CI/TMP )
<Kai.Hudalla_at_de.bosch.com> wrote:
> Hi,
>
> I have tried to checkout and build the SJSAS91_UR2_BRANCH for a week now
> following the build instructions on the glassfish site. However, the
> maven "checkout" target fails with the following trace:
>
> [cvs] cvs checkout: Updating glassfish/admin-core/admin/dtds
> [cvs] U glassfish/admin-core/admin/dtds/admin-mbeans-descriptors.xml
> [cvs] U glassfish/admin-core/admin/dtds/mbeans-descriptors.dtd
> [cvs] U
> glassfish/admin-core/admin/dtds/runtime-mbeans-descriptors.xml
> [cvs] cvs checkout: Updating glassfish/admin-core/admin/src
> [cvs] cvs checkout: Updating glassfish/admin-core/admin/src/java
> [cvs] cvs [checkout aborted]: cannot rename file CVS/Entries.Backup
> to CVS/Entries: Permission denied
>
> BUILD FAILED
> File...... C:\NetBeansProjects\gf_v2ur2\glassfish\bootstrap\maven.xml
> Element... maven:reactor
> Line...... 364
> Column.... 40
> Unable to obtain goal [checkout-pe] --
> C:\NetBeansProjects\gf_v2ur2\glassfish\bootstrap\..\..\glassfish\bootstr
> ap\maven.xml:348:56
> : <ant:cvs> cvs exited with error code 1
> Command line was [Executing 'cvs' with arguments:
> '-d:pserver:hudalla_at_cvs.dev.java.net:/cvs'
> 'checkout'
> '-r'
> 'SJSAS91_UR2_BRANCH'
> 'glassfish/admin-core'
>
> The ' characters around the executable and arguments are
> not part of the command.
> ]
> Total time: 10 minutes 27 seconds
> Finished at: Wed Jun 04 20:16:55 CEST 2008
>
> This happens every time I try at exactly that same point.
> Any ideas?
>
> Kai
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>