James Y Knight via llvm-dev
2019-Jul-12 16:47 UTC
[llvm-dev] Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.
On Fri, Jul 12, 2019 at 10:35 AM Sam Elliott via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Tom > > I attempted to use `git llvm push` with the test-suite repository (which > isn’t moving to the monorepo) and it didn’t work. I presume this was > expectedSorry about that -- it should work now, as of https://github.com/llvm/llvm-project/commit/541faedd6675d8e312cb11b045d2f802e289d610> It is slightly infuriating that most of the documentation as to how to use > the SVN repositories has vanished (which is still relevant to contributing > to test-suite and lnt), and it seems there is little guidance about what > these repos will do when the monorepo moves to git and GitHub. >The plan is for these repos to live on github as well, the same way they are laid out currently in the github project. E.g. test-suite lives in https://github.com/llvm/llvm-test-suite). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190712/0f12b5f8/attachment.html>
Sam Elliott via llvm-dev
2019-Jul-12 18:16 UTC
[llvm-dev] Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.
Nice, thanks! Sam> On 12 Jul 2019, at 17:47, James Y Knight <jyknight at google.com> wrote: > >> On Fri, Jul 12, 2019 at 10:35 AM Sam Elliott via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> Tom >> >> I attempted to use `git llvm push` with the test-suite repository (which isn’t moving to the monorepo) and it didn’t work. I presume this was expected > > Sorry about that -- it should work now, as of https://github.com/llvm/llvm-project/commit/541faedd6675d8e312cb11b045d2f802e289d610 > >> It is slightly infuriating that most of the documentation as to how to use the SVN repositories has vanished (which is still relevant to contributing to test-suite and lnt), and it seems there is little guidance about what these repos will do when the monorepo moves to git and GitHub. > > The plan is for these repos to live on github as well, the same way they are laid out currently in the github project. E.g. test-suite lives in https://github.com/llvm/llvm-test-suite). >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190712/f3868178/attachment.html>
Yitzhak Mandelbaum via llvm-dev
2019-Jul-16 19:41 UTC
[llvm-dev] [cfe-dev] Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.
I've found that for first-time users (myself included) it's easy to accidentally commit a series of SVN commits with git llvm push. If we expect that a lot of folks will be switching over, might it be worth adding a warning to the script when more than one commit will be pushed? On Fri, Jul 12, 2019 at 12:48 PM James Y Knight via cfe-dev < cfe-dev at lists.llvm.org> wrote:> On Fri, Jul 12, 2019 at 10:35 AM Sam Elliott via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Tom >> >> I attempted to use `git llvm push` with the test-suite repository (which >> isn’t moving to the monorepo) and it didn’t work. I presume this was >> expected > > > Sorry about that -- it should work now, as of > https://github.com/llvm/llvm-project/commit/541faedd6675d8e312cb11b045d2f802e289d610 > > >> It is slightly infuriating that most of the documentation as to how to >> use the SVN repositories has vanished (which is still relevant to >> contributing to test-suite and lnt), and it seems there is little guidance >> about what these repos will do when the monorepo moves to git and GitHub. >> > > The plan is for these repos to live on github as well, the same way they > are laid out currently in the github project. E.g. test-suite lives in > https://github.com/llvm/llvm-test-suite). > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190716/251c771f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4847 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190716/251c771f/attachment.bin>
Mehdi AMINI via llvm-dev
2019-Jul-17 23:20 UTC
[llvm-dev] [cfe-dev] Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.
On Tue, Jul 16, 2019 at 12:42 PM Yitzhak Mandelbaum via cfe-dev < cfe-dev at lists.llvm.org> wrote:> I've found that for first-time users (myself included) it's easy to > accidentally commit a series of SVN commits with git llvm push. If we > expect that a lot of folks will be switching over, might it be worth adding > a warning to the script when more than one commit will be pushed? >I sent this tentative patch: https://reviews.llvm.org/D64893 -- Mehdi> > On Fri, Jul 12, 2019 at 12:48 PM James Y Knight via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> On Fri, Jul 12, 2019 at 10:35 AM Sam Elliott via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Tom >>> >>> I attempted to use `git llvm push` with the test-suite repository (which >>> isn’t moving to the monorepo) and it didn’t work. I presume this was >>> expected >> >> >> Sorry about that -- it should work now, as of >> https://github.com/llvm/llvm-project/commit/541faedd6675d8e312cb11b045d2f802e289d610 >> >> >>> It is slightly infuriating that most of the documentation as to how to >>> use the SVN repositories has vanished (which is still relevant to >>> contributing to test-suite and lnt), and it seems there is little guidance >>> about what these repos will do when the monorepo moves to git and GitHub. >>> >> >> The plan is for these repos to live on github as well, the same way they >> are laid out currently in the github project. E.g. test-suite lives in >> https://github.com/llvm/llvm-test-suite). >> >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190717/22ebdb01/attachment.html>
Seemingly Similar Threads
- Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.
- Reminder: Issues and Code Contribution move to GitHub
- Reminder: Issues and Code Contribution move to GitHub
- [LLVMdev] 2.4 Code Freeze Reminder - Oct. 6th
- [LLVMdev] Oct 6th - 2.4 Code Freeze (2nd reminder)