Skip to content
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

Allow for more complex directory structures #9175

Open
berolinux opened this issue Nov 27, 2019 · 1 comment
Open

Allow for more complex directory structures #9175

berolinux opened this issue Nov 27, 2019 · 1 comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@berolinux
Copy link

As of 1.10.0, gitea assumes all projects are in USERNAME/PROJECTNAME -- sometimes it would be useful to allow subdirectories in PROJECTNAME (e.g. when mirroring/forking the android source from https://android.googlesource.com/, to replicate the original structure, it would be nice to support repositories like USERNAME/device/generic/arm64 instead of having to replace upstream's directory structure altogether).

For this particular use case, it's probably sufficient to allow slashes in a project name.

@lunny lunny added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Nov 28, 2019
@D3-jwatts
Copy link

FWIW, this is absolutely critical for my needs: I manage around 1200 repositories (30% are a single Android project), and without folder structures it would be impossible to navigate. :-(

Otherwise, we've been evaluating Gitea off/on for the last few weeks, and it is beautiful and manages every other requirement we have. Great work so far! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants