I am trying to use git llvm push and am getting some odd errors that seem somewhat common after looking at other email chains but I'm not sure if a solution has been found. The errors are No such file or directory when clearly the file exists. And also a "new blank line at EOF.\n+' but I've checked both files and there is no blank line at EOF. - Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/89d3c744/attachment.html>
It has been a while since I've seen "No such file or directory" although I do still occasionally see "Patch doesn't apply" In some apparently relatively rare situations, the svn cache gets messed up and needs to be recreated from scratch. In all cases, the workaround has been `rm –rf .git/llvm-upstream-svn` and then the next `git llvm push` will repopulate it. If *that* doesn't work, then you need expert help from the git-llvm developers. What I've told my team is, if it's not very common and the repopulate works, just live with it, because the whole thing goes away when we pull the trigger on the final github conversion stage, which is less than 6 months away. --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Ryan Taylor via llvm-dev Sent: Tuesday, May 14, 2019 12:39 PM To: llvm-dev Subject: [llvm-dev] git llvm push errors I am trying to use git llvm push and am getting some odd errors that seem somewhat common after looking at other email chains but I'm not sure if a solution has been found. The errors are No such file or directory when clearly the file exists. And also a "new blank line at EOF.\n+' but I've checked both files and there is no blank line at EOF. - Ryan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/68dea180/attachment.html>
Thanks Paul but I saw that on a previous email chain and tried it, it did not work for me. I also saw there are issues with svn tags on some files? Thanks, Ryan On Tue, May 14, 2019, 1:30 PM <paul.robinson at sony.com> wrote:> It has been a while since I've seen "No such file or directory" although I > do still occasionally see "Patch doesn't apply" > > In some apparently relatively rare situations, the svn cache gets messed > up and needs to be recreated from scratch. > > In all cases, the workaround has been `rm –rf .git/llvm-upstream-svn` and > then the next `git llvm push` will repopulate it. > > > > If *that* doesn't work, then you need expert help from the git-llvm > developers. > > > > What I've told my team is, if it's not very common and the repopulate > works, just live with it, because the whole thing goes away when we pull > the trigger on the final github conversion stage, which is less than 6 > months away. > > --paulr > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *Ryan > Taylor via llvm-dev > *Sent:* Tuesday, May 14, 2019 12:39 PM > *To:* llvm-dev > *Subject:* [llvm-dev] git llvm push errors > > > > I am trying to use git llvm push and am getting some odd errors that seem > somewhat common after looking at other email chains but I'm not sure if a > solution has been found. > > > > The errors are No such file or directory when clearly the file exists. And > also a "new blank line at EOF.\n+' but I've checked both files and there is > no blank line at EOF. > > > > - Ryan >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/de08806d/attachment.html>