Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] How to access a remote SourceForge SVN repository form a Hudson build?

You should submitt them for CQs and get them approved, and then host those same file in the git repository. We had to do that with the XQuery/Xpath 2.x test suite from the W3C that we use.

Dave

On 11/29/2010 10:10 AM, Gabriel Petrovay wrote:
They are part of the open source Zorba XQuery Processor project hosted on SF.
The project is under Apache 2 license.
We need to access the files under
http://zorba.svn.sourceforge.net/svnroot/zorba/trunk/zorba/test/rbkt/Queries/zorba/
as data inputs for the conformance tests. The folder contains XQuery test files.


Gabriel


On Mon, Nov 29, 2010 at 3:34 PM, David Carver<d_a_carver@xxxxxxxxx>  wrote:
What type of files are these?   Are they binaries, or data inputs.

Regardless they may need to go through a CQ.

Dave

On 11/29/2010 09:00 AM, Gabriel Petrovay wrote:
Hi,

During our Hudson builds I want to access a SourceForge SVN repository
of another project to download some files used as input in our
testing. I tried using bash commands in the Hudson build as a test,
but apparently, they are not allowed to do this:
see
https://hudson.eclipse.org/hudson/view/WTP/job/cbi-wtp-inc-xquery/541/console
+ mkdir -p downloads/zorba
+ svn co
http://zorba.svn.sourceforge.net/svnroot/zorba/trunk/zorba/test/rbkt/Queries/zorba/
rbkt_test_queries
svn: OPTIONS of

'http://zorba.svn.sourceforge.net/svnroot/zorba/trunk/zorba/test/rbkt/Queries/zorba':
200 OK (http://zorba.svn.sourceforge.net)

Is there anything else that I should try? Will one of the following work:
http://ant.apache.org/antlibs/svn/
http://subclipse.tigris.org/svnant.html


If you don't already know the answer to this question, can someone
please point me to the right mailing list/person where I should ask
it?

Thanks

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev






Back to the top