|
From: Daniel J S. <dan...@ie...> - 2017-10-18 23:48:22
|
On 10/18/2017 06:09 PM, Eric S. Raymond wrote: > I'm going to start tagging the conversions by the SHA1 of the head > commit. This should change every time the repo content does. > > Don't trust the branch and tag display in the SourceForge GUI. It > doesn't always update properly when I push a new conversion. Clone > and do git tag -l and git branch to see the true state of affairs. > > This version was pushed with --mirror, so Daniel should see all > the branches. I see them! :-) There are a whole bunch of extra branches in there (see below), e.g., BETA_340 GNUPLOT_3_7_0_2 etc. But certainly the branch-4-0-stable, etc. branches are present. Ethan, you should be able to perform "get checkout branch-5-2-stable" now. I don't know much historical about the release schedule and branches, so take a look at "git branch -l -r" (or gitg). Do these make sense to you? Dan sebald@ ~/gnuplot/test_repository/third_sourceforge/git-main $ git branch -l -r origin/BETA_340 origin/BETA_343 origin/BETA_343_980412 [snip] origin/BETA_349_990112 origin/BETA_349_99011201 origin/BETA_349_990113 origin/GNUPLOT_19991029 origin/GNUPLOT_19991103 origin/GNUPLOT_19991108 [snip] origin/GNUPLOT_991021 origin/GNUPLOT_RELEASE_3_7_0 origin/GNUPLOT_RELEASE_4_0_0 origin/GNUPLOT_RELEASE_4_0_1 origin/GNUPLOT_RELEASE_4_0_2 origin/GNUPOT_20000211 origin/HEAD -> origin/master origin/MAIN-pre-3-8d origin/Release_4_6_3 origin/axis_branch_base origin/branch-4-0-stable origin/branch-4-2-stable origin/branch-4-4-stable origin/branch-4-6-stable origin/branch-5-0-stable origin/branch-5-2-stable origin/branch-pre-3-7-1 origin/column origin/gnuplot-3-8d origin/gnuplot-3-8e origin/gnuplot-3-8g origin/gnuplot-3-8i origin/gnuplot-3-8j origin/gnuplot-3-8k origin/gnuplot-3-8k-1 origin/gnuplot-3-8k-2 origin/gnuplot-3-8k-3 origin/import-1.1.1 origin/lhecking_20001103 origin/master origin/pm3d origin/pre-column-01 [snip] origin/pre-pm3d-07 origin/pre-pm3d-08 origin/pre-pm3d-09 origin/pre-pm3d-10 origin/pre-relative-arrows |