On 2014-09-01 07:55-0400 Hazen Babcock wrote: > On 8/24/2014 9:30 PM, Alan W. Irwin wrote: >> >> DONE. See 6c81eb2. >> >> The files are called >> >> historical_repository_conversions/README_cvs2svn_conversion >> historical_repository_conversions/README_svn2git_conversion >> historical_repository_conversions/authors.txt >> historical_repository_conversions/diff_git_versus_svn_tree.sh >> historical_repository_conversions/plplot.rules >> historical_repository_conversions/svn_tag2git_tag.sh >> >> In response to your request, the first one contains the overview of the >> cvs2svn conversion >> as gleaned from relevant plplot-devel posts in 2007. >> >> Once you do the branch removal we discussed, you should append a >> corresponding section to that second file describing what you did and >> how branches can be resurrected if needed. > > The branches have been replaced with tags and are now gone from the SF site. > I updated the README_svn2git_conversion file.
Thanks, Hazen, for completing this branch archiving (removal of branch, but addition of corresponding archive/* tag) for our SF repo. For others here, to propagate the branch deletions to the remote tracking branches of your local repo use the --prune option on the git fetch command just once, e.g., software@raven> git fetch --prune The net result should be software@raven> git branch --all * master remotes/origin/HEAD -> origin/master remotes/origin/master plus any local topic branches you are currently working on. The above git fetch command and subsequent ff-only merge of origin/master into master also propagates the new archive* tags that Hazen set up corresponding to each of the deleted branches from our SF repo to your local repo. To see what those archived branches correspond to, you can use ,e.g., git log --name-status archive/tea |less and similarly for other archived branches of historical interest. Thanks, Hazen, for making this all possible. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel