Johannes Doerfert via llvm-dev
2020-May-11 18:55 UTC
[llvm-dev] RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
I was actually using `git llvm` in my daily workflow. Could you explain why we want people to move away from that script? In addition to the convenience, it prevented me from accidentally creating a new branch (which I did before with push once). Cheers, Johannes On 5/11/20 11:43 AM, Zola Bridges via llvm-dev wrote:> Deleted this morning. Thanks! > Zola Bridges > > > On Mon, May 4, 2020 at 2:35 PM Eric Christopher <echristo at gmail.com> wrote: > >> Giving at least one explicit: >> >> Sounds good to me. >> >> On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Here is a link to the patch: https://reviews.llvm.org/D79348 >>> >>> Zola Bridges >>> >>> >>> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> wrote: >>> >>>> Hi everyone, >>>> >>>> I would like to delete this folder of svn to git migration tools. >>>> https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn >>>> >>>> My understanding of these tools is that they were useful for when we >>>> were migrating between Git and SVN, but now, since the migration is >>>> complete, they can be deleted as they are either unnecessary or there are >>>> other more common workflow options (ie git llvm push --> git push). >>>> >>>> - Is there any reason these scripts should continue to exist that >>>> I'm not aware of? >>>> - I'd like to delete these next Monday. Is that timeline >>>> unacceptable to anyone? >>>> >>>> Thanks, >>>> Zola Bridges >>>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200511/67e7859e/attachment.html>
Craig Topper via llvm-dev
2020-May-11 19:04 UTC
[llvm-dev] RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
A new branch was accidentally pushed today. arcpatch-D62368 ~Craig On Mon, May 11, 2020 at 11:57 AM Johannes Doerfert via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I was actually using `git llvm` in my daily workflow. > > Could you explain why we want people to move away from that script? > > In addition to the convenience, it prevented me from accidentally creating > a new branch (which I did before with push once). > > > Cheers, > > Johannes > > > > On 5/11/20 11:43 AM, Zola Bridges via llvm-dev wrote: > > Deleted this morning. Thanks! > Zola Bridges > > > On Mon, May 4, 2020 at 2:35 PM Eric Christopher <echristo at gmail.com> <echristo at gmail.com> wrote: > > > Giving at least one explicit: > > Sounds good to me. > > On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Here is a link to the patch: https://reviews.llvm.org/D79348 > > Zola Bridges > > > On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> <zbrid at google.com> wrote: > > > Hi everyone, > > I would like to delete this folder of svn to git migration tools.https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn > > My understanding of these tools is that they were useful for when we > were migrating between Git and SVN, but now, since the migration is > complete, they can be deleted as they are either unnecessary or there are > other more common workflow options (ie git llvm push --> git push). > > - Is there any reason these scripts should continue to exist that > I'm not aware of? > - I'd like to delete these next Monday. Is that timeline > unacceptable to anyone? > > Thanks, > Zola Bridges > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200511/c213d094/attachment.html>
Hiroshi Yamauchi via llvm-dev
2020-May-12 15:45 UTC
[llvm-dev] RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
I was also using "git llvm push" to commit, sort of out of habit. What's a recommended, alternative way to push? On Mon, May 11, 2020 at 11:57 AM Johannes Doerfert via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I was actually using `git llvm` in my daily workflow. > > Could you explain why we want people to move away from that script? > > In addition to the convenience, it prevented me from accidentally creating > a new branch (which I did before with push once). > > > Cheers, > > Johannes > > > > On 5/11/20 11:43 AM, Zola Bridges via llvm-dev wrote: > > Deleted this morning. Thanks! > Zola Bridges > > > On Mon, May 4, 2020 at 2:35 PM Eric Christopher <echristo at gmail.com> <echristo at gmail.com> wrote: > > > Giving at least one explicit: > > Sounds good to me. > > On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Here is a link to the patch: https://reviews.llvm.org/D79348 > > Zola Bridges > > > On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> <zbrid at google.com> wrote: > > > Hi everyone, > > I would like to delete this folder of svn to git migration tools.https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn > > My understanding of these tools is that they were useful for when we > were migrating between Git and SVN, but now, since the migration is > complete, they can be deleted as they are either unnecessary or there are > other more common workflow options (ie git llvm push --> git push). > > - Is there any reason these scripts should continue to exist that > I'm not aware of? > - I'd like to delete these next Monday. Is that timeline > unacceptable to anyone? > > Thanks, > Zola Bridges > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/72cd6ea7/attachment.html>
Eric Christopher via llvm-dev
2020-May-12 18:58 UTC
[llvm-dev] RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
Just push :) On Tue, May 12, 2020, 8:46 AM Hiroshi Yamauchi <yamauchi at google.com> wrote:> I was also using "git llvm push" to commit, sort of out of habit. What's a > recommended, alternative way to push? > > On Mon, May 11, 2020 at 11:57 AM Johannes Doerfert via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I was actually using `git llvm` in my daily workflow. >> >> Could you explain why we want people to move away from that script? >> >> In addition to the convenience, it prevented me from accidentally >> creating a new branch (which I did before with push once). >> >> >> Cheers, >> >> Johannes >> >> >> >> On 5/11/20 11:43 AM, Zola Bridges via llvm-dev wrote: >> >> Deleted this morning. Thanks! >> Zola Bridges >> >> >> On Mon, May 4, 2020 at 2:35 PM Eric Christopher <echristo at gmail.com> <echristo at gmail.com> wrote: >> >> >> Giving at least one explicit: >> >> Sounds good to me. >> >> On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> >> Here is a link to the patch: https://reviews.llvm.org/D79348 >> >> Zola Bridges >> >> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> <zbrid at google.com> wrote: >> >> >> Hi everyone, >> >> I would like to delete this folder of svn to git migration tools.https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn >> >> My understanding of these tools is that they were useful for when we >> were migrating between Git and SVN, but now, since the migration is >> complete, they can be deleted as they are either unnecessary or there are >> other more common workflow options (ie git llvm push --> git push). >> >> - Is there any reason these scripts should continue to exist that >> I'm not aware of? >> - I'd like to delete these next Monday. Is that timeline >> unacceptable to anyone? >> >> Thanks, >> Zola Bridges >> >> >> _______________________________________________ >> LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >> _______________________________________________ >> LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/b4da03bd/attachment.html>
Seemingly Similar Threads
- RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
- RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
- RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
- RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
- RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)