bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stale git repository on Savannah?


From: Per Bothner
Subject: Re: stale git repository on Savannah?
Date: Mon, 15 Jan 2018 09:20:19 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 01/14/2018 11:17 AM, Gavin Smith wrote:
On Fri, Jan 12, 2018 at 01:06:33PM -0800, Per Bothner wrote:
If I go to: https://savannah.gnu.org/projects/texinfo/
and then click Source code -> Browse Source Repository
I get a git view that (except for the gsoc_2017 branch) doesn't
appear to have been changed since 2009.

If I got to the SVN page and click Browse Sources Repository
I get a viewvc display that does seem active and current.

The git repository there was just for the gsoc_2017 branch. I have
copied that code into the SVN repo. I didn't disable the git repository
to show the git history of the gsoc_2017 branch. I could disable it and
it would disappear publicly, if it is too confusing to have a git
repository active showing out of date code.

Well, the optics are bad.  To have people clicking Source code ->
Browse Source Repository see code that doesn't appear to have
been updated since 2009 makes texinfo look like a dead project.

One idea: create a "bundle":

cd .../repository
git bundle create /tmp/texinfo-gsoc_2017.git-bundle --all

and then save the resulting file /tmp/texinfo-gsoc_2017.git-bundle on 
ftp.gnu.org/gnu/texinfo/

You can "unbundle" using clone:

git clone /tmp/texinfo-gsoc_2017.git-bundle texinfo-gsoc_2017
git checkout gsoc_2017
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]