JDKTools and DRLVM and Classlib mirrors are ready for use: git://git.apache.org/harmony-jdktools.git git://git.apache.org/harmony-drlvm.git git://git.apache.org/harmony-classlib.git
I'm going to add these to our website[1], what do you think about it? [1] http://harmony.apache.org/svn.html Best Regards Sean, Xiao Xia Qiu 2009/5/18 Sean Qiu <[email protected]>: > Both JDKTools and DRLVM mirrors are ready for use: > git://git.apache.org/harmony-jdktools.git > git://git.apache.org/harmony-drlvm.git > > The classlib and its Java 6 branch will be ready soon. > Thanks, Grzegorz Kossakowski, for his time and effort. > > > Best Regards > Sean, Xiao Xia Qiu > > > > > 2009/5/12 Sean Qiu <[email protected]>: >> I suggest that we create the mirror by component. >> >> Classlib: http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/ >> DRLVM: http://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk/ >> JDKTOOLS: http://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk/ >> Java 6 branch: >> http://svn.apache.org/repos/asf/harmony/enhanced/classlib/branches/java6/ >> >> What do you think about it? Comments, suggestions? >> >> Best Regards >> Sean, Xiao Xia Qiu >> >> >> >> >> 2009/5/12 Sean Qiu <[email protected]>: >>> https://issues.apache.org/jira/browse/INFRA-2039 >>> >>> in case someone is interested as well. >>> >>> >>> Best Regards >>> Sean, Xiao Xia Qiu >>> >>> >>> >>> >>> 2009/5/5 Sean Qiu <[email protected]>: >>>> And I've posted a request to [email protected] . >>>> Hoping get the response soon. >>>> >>>> By the way, I thought this might be useful if someone interested. >>>> http://wiki.apache.org/general/GitAtApache >>>> >>>> Best Regards >>>> Sean, Xiao Xia Qiu >>>> >>>> >>>> 2009/5/5 Tim Ellison <[email protected]>: >>>>> Sean Qiu wrote: >>>>>> I don't see a git mirror for Harmony, :-( >>>>> >>>>> We never requested one. We just have to ask. >>>>> >>>>> Regards, >>>>> Tim >>>>> >>>>> >>>>>> 2009/5/5 Tim Ellison <[email protected]> >>>>>> >>>>>>> Sean Qiu wrote: >>>>>>>> Do someone else try GIT as well? It's amazing. >>>>>>>> >>>>>>>> I'm trying to make use of git-svn[1] to maintain a local copy of our >>>>>>>> repository. >>>>>>> I know you said a local copy, but have you seen http://git.apache.org/ ? >>>>>>> >>>>>>> Regards, >>>>>>> Tim >>>>>>> >>>>>>>> I rechecked that svn:eol-style of the new files was setting correctly >>>>>>>> >>>>>>>> I was just going to celebrate that git-svn can take case of >>>>>>>> svn:eol-style >>>>>>>> property. >>>>>>>> I saw you patch, no wonder it worked.... :-( >>>>>>>> >>>>>>>> Curiously, Mark, do you have some automatically scan tool? :-) >>>>>>>> Anyway, thank you for your patch. >>>>>>>> >>>>>>>> Best Regards >>>>>>>> Sean, Xiao Xia Qiu >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> 2009/5/5 <[email protected]> >>>>>>>> >>>>>>>>> Author: hindessm >>>>>>>>> Date: Tue May 5 07:11:15 2009 >>>>>>>>> New Revision: 771596 >>>>>>>>> >>>>>>>>> URL: http://svn.apache.org/viewvc?rev=771596&view=rev >>>>>>>>> Log: >>>>>>>>> Fixing svn:eol-style properties on new files. >>>>>>>>> >>>>>>>>> Modified: >>>>>>>>> harmony/enhanced/classlib/trunk/make/run-test.xml (props changed) >>>>>>>>> harmony/enhanced/classlib/trunk/make/test.properties (contents, >>>>>>> props >>>>>>>>> changed) >>>>>>>>> >>>>>>>>> Propchange: harmony/enhanced/classlib/trunk/make/run-test.xml >>>>>>>>> >>>>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> svn:eol-style = native >>>>>>>>> >>>>>>>>> Modified: harmony/enhanced/classlib/trunk/make/test.properties >>>>>>>>> URL: >>>>>>>>> >>>>>>> http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/test.properties?rev=771596&r1=771595&r2=771596&view=diff >>>>>>>>> >>>>>>> ============================================================================== >>>>>>>>> --- harmony/enhanced/classlib/trunk/make/test.properties (original) >>>>>>>>> +++ harmony/enhanced/classlib/trunk/make/test.properties Tue May 5 >>>>>>>>> 07:11:15 2009 >>>>>>>>> @@ -1,32 +1,32 @@ >>>>>>>>> -## Licensed to the Apache Software Foundation (ASF) under one >>>>>>>>> -## or more contributor license agreements. See the NOTICE file >>>>>>>>> -## distributed with this work for additional information >>>>>>>>> -## regarding copyright ownership. The ASF licenses this file >>>>>>>>> -## to you under the Apache License, Version 2.0 (the >>>>>>>>> -## "License"); you may not use this file except in compliance >>>>>>>>> -## with the License. You may obtain a copy of the License at >>>>>>>>> -## >>>>>>>>> -## http://www.apache.org/licenses/LICENSE-2.0 >>>>>>>>> -## >>>>>>>>> -## Unless required by applicable law or agreed to in writing, >>>>>>>>> -## software distributed under the License is distributed on an >>>>>>>>> -## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY >>>>>>>>> -## KIND, either express or implied. See the License for the >>>>>>>>> -## specific language governing permissions and limitations >>>>>>>>> -## under the License. >>>>>>>>> -## >>>>>>>>> >>>>>>> ====================================================================================== >>>>>>>>> -## >>>>>>>>> - >>>>>>>>> - >>>>>>>>> -# Use "ant echo" to get more configuration parameters >>>>>>>>> - >>>>>>>>> - >>>>>>>>> -# To be tested runtime location >>>>>>>>> -test.jre.home= >>>>>>>>> - >>>>>>>>> -# Junit test mode >>>>>>>>> -hy.test.forkmode=perTest >>>>>>>>> - >>>>>>>>> -# Junit test timeout >>>>>>>>> -hy.test.timeout=900000 >>>>>>>>> - >>>>>>>>> +## Licensed to the Apache Software Foundation (ASF) under one >>>>>>>>> +## or more contributor license agreements. See the NOTICE file >>>>>>>>> +## distributed with this work for additional information >>>>>>>>> +## regarding copyright ownership. The ASF licenses this file >>>>>>>>> +## to you under the Apache License, Version 2.0 (the >>>>>>>>> +## "License"); you may not use this file except in compliance >>>>>>>>> +## with the License. You may obtain a copy of the License at >>>>>>>>> +## >>>>>>>>> +## http://www.apache.org/licenses/LICENSE-2.0 >>>>>>>>> +## >>>>>>>>> +## Unless required by applicable law or agreed to in writing, >>>>>>>>> +## software distributed under the License is distributed on an >>>>>>>>> +## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY >>>>>>>>> +## KIND, either express or implied. See the License for the >>>>>>>>> +## specific language governing permissions and limitations >>>>>>>>> +## under the License. >>>>>>>>> +## >>>>>>>>> >>>>>>> ====================================================================================== >>>>>>>>> +## >>>>>>>>> + >>>>>>>>> + >>>>>>>>> +# Use "ant echo" to get more configuration parameters >>>>>>>>> + >>>>>>>>> + >>>>>>>>> +# To be tested runtime location >>>>>>>>> +test.jre.home= >>>>>>>>> + >>>>>>>>> +# Junit test mode >>>>>>>>> +hy.test.forkmode=perTest >>>>>>>>> + >>>>>>>>> +# Junit test timeout >>>>>>>>> +hy.test.timeout=900000 >>>>>>>>> + >>>>>>>>> >>>>>>>>> Propchange: harmony/enhanced/classlib/trunk/make/test.properties >>>>>>>>> >>>>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> svn:eol-style = native >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>> >>>>> >>>> >>> >> >
