You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Geir Magnusson Jr." <ge...@pobox.com> on 2006/11/18 03:08:27 UTC

[general] SVN move complete

SVN has been moved to

   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

note that this will do an update at the same time.  Sorry.

Another way to think about it is to find the URL in

   .svn/entries

and use that, with the "incubator" taken out.

geir

Re: [general] SVN move complete

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Right.  Sorry.  what he said :)

Stefano Mazzocchi wrote:
> Geir Magnusson Jr. wrote:
> 
>> 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 guess you forgot a 'svn switch' in front there
> 

Re: [general] SVN move complete

Posted by Stefano Mazzocchi <st...@apache.org>.
Geir Magnusson Jr. wrote:

> 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 guess you forgot a 'svn switch' in front there

-- 
Stefano.


Re: [general] SVN move complete

Posted by Andrew Zhang <zh...@gmail.com>.
On 11/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
>
>
> Andrew Zhang wrote:
> >
> >
> > On 11/18/06, *Geir Magnusson Jr.* <geir@pobox.com
> > <ma...@pobox.com>> 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

Re: [general] SVN move complete

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.

Andrew Zhang wrote:
> 
> 
> On 11/18/06, *Geir Magnusson Jr.* <geir@pobox.com 
> <ma...@pobox.com>> 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.

geir


Re: [general] SVN move complete

Posted by Andrew Zhang <zh...@gmail.com>.
On 11/18/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:

> SVN has been moved to
>
>   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?



> note that this will do an update at the same time.  Sorry.
>
> Another way to think about it is to find the URL in
>
>   .svn/entries
>
> and use that, with the "incubator" taken out.
>
> geir
>



-- 
Best regards,
Andrew Zhang