You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Andrew Stevens <at...@hotmail.com> on 2006/02/07 18:04:35 UTC

Error message when checking out 2_1_X branch

Hi,

I'm afraid I'm still a Subversion newbie.  I tried checking out the 2_1_X 
branch following the instructions on the Cocoon web site; any idea what 
could cause the following message, or whether it's anything to worry about?  
I'm using subversion 1.3.0 on Windows XP.

C:\development\cocoon>svn co 
http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/
...
A    BRANCH_2_1_X\lib\core\commons-io-1.1.jar
A    BRANCH_2_1_X\lib\core\ehcache-1.1.jar
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: REPORT of '/repos/asf/!svn/vcc/default': 200 OK (http://svn.apache.org)
C:\development\cocoon>svn co 
http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request 
(http://svn.apache.org)

It successfully fetched plenty of files (the folder has > 130Mb in it).  How 
would I tell if there's anything missing?


Andrew.



Re: Error message when checking out 2_1_X branch

Posted by Andrew Stevens <at...@hotmail.com>.
>From: Antonio Gallardo <ag...@agssa.net>
>Date: Tue, 07 Feb 2006 13:11:26 -0600
>
>Andrew Stevens wrote:
>
>>>From: Antonio Gallardo <ag...@agssa.net>
>>>Date: Tue, 07 Feb 2006 11:37:59 -0600
>>
>>...
>>
>>>cd check out directory and run 'svn up' again.
>>
>>
>>Nope, no difference.
>>
>>C:\development\cocoon\BRANCH_2_1_X>svn up
>>svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
>>svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request 
>>(http://svn.apache.org)
>
>Hmm.... this might happens when the apache svn server is too busy or a 
>problem in the network. A hint, is the connection loosing TCP packages?
>
>Anyway, please keep trying the 'svn up' command. This command should 
>sucessfully end.
>
>I just did a svn up to confim and it is working to me.

I tried again at various times over the last couple of days, and kept 
getting the error.  So this morning I tried from home on a laptop, and it 
worked fine.  Doing a diff of the directories, I found that the files that 
were missing on my work machine were all in the jcr block, ajax block, 
captcha block, forms block, and validation block (everything but their conf 
directories).  And what is it that uses svn externals in the repository?  
The jcr block, ajax block, captcha block, forms block and validation block, 
except for their conf directories...

I don't believe it's a coincidence.  It looks like the externals are causing 
Bad Request errors when accessed through our office proxy server :-(  I'm 
guessing perhaps it's due to the use of https in the external configurations 
when I'm using http in the repository URL?
Oh well, at least I've now got the copy from the laptop to work with.


Andrew.



Re: Error message when checking out 2_1_X branch

Posted by Antonio Gallardo <ag...@agssa.net>.
Andrew Stevens wrote:

>> From: Antonio Gallardo <ag...@agssa.net>
>> Date: Tue, 07 Feb 2006 11:37:59 -0600
>
> ...
>
>> cd check out directory and run 'svn up' again.
>
>
> Nope, no difference.
>
> C:\development\cocoon\BRANCH_2_1_X>svn up
> svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request 
> (http://svn.apache.org)

Hmm.... this might happens when the apache svn server is too busy or a 
problem in the network. A hint, is the connection loosing TCP packages?

Anyway, please keep trying the 'svn up' command. This command should 
sucessfully end.

I just did a svn up to confim and it is working to me.

>
> And this doesn't instill much confidence that everything's there:
>
> C:\development\cocoon\BRANCH_2_1_X>build
> Buildfile: build.xml
>
> init-tasks:
> Created dir: C:\development\cocoon\BRANCH_2_1_X\tools\anttasks
> Compiling 5 source files to 
> C:\development\cocoon\BRANCH_2_1_X\tools\anttasks
>
> BUILD FAILED
> C:\development\cocoon\BRANCH_2_1_X\tools\targets\init-build.xml:152: 
> C:\development\cocoon\BRANCH_2_1_X\lib\local not found.
>
> Total time: 4 seconds

Yep. I will not compile since the sources are not complete.

>
> When I add an empty lib\local directory myself, the build gets further 
> but then fails with a large assortment of "cannot find symbol" errors.


Best Regards,

Antonio Gallardo.


Re: Error message when checking out 2_1_X branch

Posted by Andrew Stevens <at...@hotmail.com>.
>From: Antonio Gallardo <ag...@agssa.net>
>Date: Tue, 07 Feb 2006 11:37:59 -0600
...
>cd check out directory and run 'svn up' again.

Nope, no difference.

C:\development\cocoon\BRANCH_2_1_X>svn up
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request 
(http://svn.apache.org)

And this doesn't instill much confidence that everything's there:

C:\development\cocoon\BRANCH_2_1_X>build
Buildfile: build.xml

init-tasks:
Created dir: C:\development\cocoon\BRANCH_2_1_X\tools\anttasks
Compiling 5 source files to 
C:\development\cocoon\BRANCH_2_1_X\tools\anttasks

BUILD FAILED
C:\development\cocoon\BRANCH_2_1_X\tools\targets\init-build.xml:152: 
C:\development\cocoon\BRANCH_2_1_X\lib\local not found.

Total time: 4 seconds

When I add an empty lib\local directory myself, the build gets further but 
then fails with a large assortment of "cannot find symbol" errors.


Andrew.



Re: Error message when checking out 2_1_X branch

Posted by Antonio Gallardo <ag...@agssa.net>.
Andrew Stevens wrote:

> Hi,
>
> I'm afraid I'm still a Subversion newbie.  I tried checking out the 
> 2_1_X branch following the instructions on the Cocoon web site; any 
> idea what could cause the following message, or whether it's anything 
> to worry about?  I'm using subversion 1.3.0 on Windows XP.
>
> C:\development\cocoon>svn co 
> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/
> ...
> A    BRANCH_2_1_X\lib\core\commons-io-1.1.jar
> A    BRANCH_2_1_X\lib\core\ehcache-1.1.jar
> svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> svn: REPORT of '/repos/asf/!svn/vcc/default': 200 OK 
> (http://svn.apache.org)
> C:\development\cocoon>svn co 
> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/
> svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request 
> (http://svn.apache.org)
>
> It successfully fetched plenty of files (the folder has > 130Mb in 
> it).  How would I tell if there's anything missing?

cd check out directory and run 'svn up' again.

Best Regards,

Antonio Gallardo.