On 11/19/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
Andrew Zhang wrote:
>
>
> On 11/18/06, *Geir Magnusson Jr.* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> SVN has been moved to
>
> http://svn.apache.org/repos/asf/harmony
> <http://svn.apache.org/repos/asf/harmony>
>
> (thanks henri)
>
> If you have code checked out, you'll need to use
>
> svn switch ....
>
> to fix, where .... is the appropriate URL
>
> As an example, if you have
>
> harmony/enhanced/classlib/trunk
>
> checkout out, go into that directory and type
>
> https://svn.apache.org/repos/asf/harmony/enhanced/trunk
>
>
> I made a clean directory, and type "svn co
> https://svn.apache.org/repos/asf/harmony/enhanced/trunk". Only following
> directories without any source code are checked out:
> A trunk\NOTICE
> A trunk\LICENSE
> A trunk\working_vm
> A trunk\COPYRIGHT
> A trunk\working_jdktools
> A trunk\THIRD_PARTY_NOTICES.txt
> A trunk\working_classlib
> A trunk\build.xml
>
> Did I miss something?
Nope - that's right.
Now, if you just type "ant populate_source", it will go and do the
checkouts for working_vm and working_classlib, giving you the full DRLVM
tree and the full classlib tree.
Do an update on build.xml as I modified that early this morning to do
the right thing w/ the new repo.
Thanks, Geir. But I got following error when running "ant poulate_source":
H:\Harmony\trunk>ant populate_source
Buildfile: build.xml
svn-prop:
init:
show_props:
[echo]
[echo] Apache Harmony Federated Build
[echo] ==========================================
[echo] svn rev : r
[echo] operating system : windows
[echo] architecture : x86-32
[echo] ant os name/arch : Windows XP/x86
[echo] output location : target
[echo] DRLVM classlib : ../../../working_classlib
[echo]
switch_svn_vm:
[exec] svn: 修订版参数"switch"中有语法错误 (There's a grammer error in
revision parameter "switch")
BUILD FAILED
H:\Harmony\trunk\build.xml:313: exec returned: 1
Total time: 3 seconds
geir
--
Best regards,
Andrew Zhang