Updating soon. Thank you!
Best Regards Sean, Xiao Xia Qiu 2009/5/5 Regis <xu.re...@gmail.com> > 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 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.... :-( >> >> > You need to upgrade Git >= 1.6.0, see the announce [1]: > > "* "git-svn dcommit" is now aware of auto-props setting the subversion user > has." > > [1] http://lkml.org/lkml/2008/8/17/174 > > > Curiously, Mark, do you have some automatically scan tool? :-) >> Anyway, thank you for your patch. >> >> Best Regards >> Sean, Xiao Xia Qiu >> >> >> >> 2009/5/5 <hinde...@apache.org> >> >> 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 >>> >>> >>> >>> >> > > -- > Best Regards, > Regis. >