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 >>>> >>>> >>>> >
