mainSavannah Administration - Support: sr #107774, wanted: display of multiple git...

 
 

sr #107774: wanted: display of multiple git repositories in web interface

Submitter:  Werner LEMBERG <wl>
Submitted:  Sun 14 Aug 2011 05:30:05 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Wont Do
Privacy:  Public Assigned to:  mjflick
Operating System:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 15 Aug 2011 11:34:02 AM UTC, comment #3: 

The following command spans one line:

{ ft='git://git.savannah.nongnu.org/freetype/freetype2' && for f in "$ft.git" "$ft-demos.git"; do git clone "$f"; done; }

Christopher Yeleighton <yecril71pl>
Mon 15 Aug 2011 07:54:52 AM UTC, comment #2: 

Well, I was not talking about automatic handling.  I want to be able to modify it manually!  Is this also difficult to implement?

Werner LEMBERG <wl>
Mon 15 Aug 2011 07:05:59 AM UTC, comment #1: 

There's no real good way to do that, as the web frontend is completely separated from the vcs server (there's nothing in the database that lists all of your git repositories).

At some point, when we implement a "repository manager", this will no longer be a problem.

There's no real way to fix it at the current moment though.

Michael J. Flickinger <mjflick>
Sun 14 Aug 2011 05:30:05 PM UTC, original submission:  

Look at this page:

  https://savannah.nongnu.org/git/?group=freetype

It shows the line

  git clone git://git.savannah.nongnu.org/freetype.git

However, it should instead show these two lines:

  git clone git://git.savannah.nongnu.org/freetype/freetype2.git
  git clone git://git.savannah.nongnu.org/freetype/freetype2-demos.git

In other words, if you permit more than a single repository (as you do fortunately), project administrators should be able to modify the data for the `anonymous checkout' field, and more than a single line for this field should be permitted.

Werner LEMBERG <wl>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yecril71pl (Posted a comment)
  • -email is unavailable- added by mjflick (Posted a comment)
  • -email is unavailable- added by wl (Submitted the item)
  • -email is unavailable- added by wl
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-15 mjflick StatusNone Wont Do
        Assigned toNone mjflick
        Open/ClosedOpen Closed
    2011-08-14 wl Carbon-Copy- Added yecril71pl

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code