-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository topic/labeling globally and within an organisation #219
Comments
This needs to be optional for sure, Bitbucket is an example, they are providing some kind of folders now, but IMHO it's not done really good. |
@tboerger What are the disadvantages of Bitbucket's approach? I have never used the feature at Bitbucket. |
This is like github topic. |
A tree-like directory view of repositories would still be useful than the Github topic (or they serve different purposes). For instance, we currently have dozens of small shared libraries which share a common umbrella to expose a set of APIs. It's similar to Qt and its subordinate modules. In order to avoid messing the libraries with other unrelated repos belonging to the same team, we could use sub-modules to emulate the tree view. But it would still require annoying linear-search from page to page to locate the meta repo if it's not on the first few pages. It's less optimal than what CVS/subversion can do when it comes to organize hierarchical relationships of projects. |
When the number of repositories of an organisation grows to an extent, it's going to be difficult to keep the repos well-organised and easy to find. In directory-oriented VCS like Subversion, that can be intuitively handled by directory hierarchy. Something like labels for Git repository would help improving the user experience.
Ideas?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: