Project

General

Profile

How do I get my GIT repository to look identical to the Repository on the Redmine Website?

Added by Anthony S over 13 years ago

Redmine 0.9.4.stable (MySQL)

Hello,

I apologize in advance if this is a simple question.

I setup a GIT repository with Redmine and it works perfect with no issues. However my repository doesn't look like this image:
- http://www.redmine.org/wiki/redmine/RedmineRepository

Instead of having all the Branches in one view, the branches are in a drop down menu labeled Branches to the top right, in the middle of "Statistics" and "Revision". So to view the many branches in my GIT repository I have to click on the individual branch in the drop down.

Also my repository lists the root contents of my branch, so the listing doesn't include the other folders like "Tags" or "Trunk".

Am I not fully understanding the workflow or configuration? I am very new to this and after many days just got everything to work, so now just working out the details so I can begin using Redmine.

Thank you in advance for all comments and replies.


Replies (2)

RE: How do I get my GIT repository to look identical to the Repository on the Redmine Website? - Added by Felix Schäfer over 13 years ago

The screenshots are from subversion, which unlike git doesn't have a built-in way to handle tags and branches, hence those are handled as "root-level" directories in subversion repositories.

    (1-2/2)