|
From: Ivo R. <iv...@iv...> - 2017-08-14 14:20:28
|
Dear Valgrind users and developers, Valgrind source code repository has been migrated today successfully from Subversion to git SCM at sourceware.org. Valgrind www pages has been updated as well to reflect new situation. Repositories "valgrind" and "vex" should be treated as read-only from now on. All the development is now done with git at git://sourceware.org/git/valgrind.git: git clone git://sourceware.org/git/valgrind.git/ valgrind <edit/compile> git status/add/show git pull --rebase origin/master <build + test> git commit git show if you have write access, then: git remote set-url --push origin ssh://<username>@sourceware.org/git/valgrind.git/ git push There are a lot of good tutorials on simple git workflows, so please have a look. Bart prepared small GIT howto: https://sourceware.org/git/?p=valgrind.git;a=blob;f=docs/internals/git-HOWTO.txt If you are using something more complicated, please share with us and ideally send us a write up. Kind regards, I. |
|
From: Austin E. <aus...@gm...> - 2017-08-15 06:17:38
|
n Mon, Aug 14, 2017 at 9:20 AM, Ivo Raisr <iv...@iv...> wrote: > Dear Valgrind users and developers, > > Valgrind source code repository has been migrated today successfully > from Subversion > to git SCM at sourceware.org. Valgrind www pages has been updated as well > to reflect new situation. > > Repositories "valgrind" and "vex" should be treated as read-only from now on. > All the development is now done with git at > git://sourceware.org/git/valgrind.git: > > git clone git://sourceware.org/git/valgrind.git/ valgrind > <edit/compile> > git status/add/show > git pull --rebase origin/master > <build + test> > git commit > git show > > if you have write access, then: > git remote set-url --push origin > ssh://<username>@sourceware.org/git/valgrind.git/ > git push > > > There are a lot of good tutorials on simple git workflows, so please > have a look. > Bart prepared small GIT howto: > https://sourceware.org/git/?p=valgrind.git;a=blob;f=docs/internals/git-HOWTO.txt > > If you are using something more complicated, please share with us and > ideally send us a write up. > > Kind regards, > I. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers Wonderful Ivo, thank you and everyone else for your efforts in getting this done! -- -Austin GPG: 14FB D7EA A041 937B |
|
From: Petar J. <mip...@gm...> - 2017-08-17 18:12:19
|
Works like a charm. Thanks to everyone involved. Petar |