On Thu, Jan 7, 2010 at 7:42 PM, alokp <[email protected]> wrote: > SVN Gurus, > > I have a question about my CL - http://codereview.chromium.org/527016/show > . > Mac and Linux trybots are failing at the patch stage due to line > endings. The files in my cl were originally submitted with wrong line- > endings. My CL fixes the line-endings and now patch is failing on mac > and linux. If I submit the CL, will it break "gclient sync" and hence > build too?
What do you mean by "fixes the line endings"? What you want to do is svn pset svn:eol-style LF on all those files. Do that as a standalone change. Then after that you shouldn't have problems. PK
-- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
