-
Notifications
You must be signed in to change notification settings - Fork 373
Levels for repo transfer #1850
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
Levels for repo transfer #1850
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,18 +10,18 @@ You can choose a repository's visibility when you create it, and any repository | |
|
|
||
| ## Renaming or transferring a repo | ||
|
|
||
| If you own a repository, you will be able to visit the **Settings** tab to manage the name and ownership. Note that there are certain limitations in terms of use cases. | ||
| If you own a repository, you will be able to visit the **Settings** tab to manage its name and transfer ownership. Transferring or renaming a repo will automatically redirect the old URL to the new location, and will preserve download counts and likes. There are limitations that depend on [your access level permissions](https://huggingface.co/docs/hub/en/organizations-security). | ||
|
|
||
| Moving can be used in these use cases ✅ | ||
| - Renaming a repository within same user. | ||
| - Renaming a repository within same organization. The user must be part of the organization and have "write" or "admin" rights in the organization. | ||
| - Transferring repository from user to an organization. The user must be part of the organization and have "write" or "admin" rights in the organization. | ||
| - Transferring a repository from an organization to yourself. You must be part of the organization, and have "admin" rights in the organization. | ||
| - Transferring a repository from a source organization to another target organization. The user must have "admin" rights in the source organization **and** either "write" or "admin" rights in the target organization. | ||
| - Renaming a repository within the same user. | ||
| - Renaming a repository within the same organization. You must have "write" or "admin" rights in the organization. | ||
| - Transferring repository from user to an organization. You must be a member of the organization and have "contributor" rights, at least. | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This worked for a test we did in |
||
| - Transferring a repository from an organization to yourself. You must have "admin" rights in the organization. | ||
| - Transferring a repository from a source organization to another target organization. You must have "admin" rights in the source organization **and** at least "contributor" rights in the target organization. | ||
|
Comment on lines
+19
to
+20
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't verify if |
||
|
|
||
| Moving does not work for ❌ | ||
| Moving does not work in the following cases ❌ | ||
| - Transferring a repository from an organization to another user who is not yourself. | ||
| - Transferring a repository from a source organization to another target organization if the user does not have both "admin" rights in the source organization **and** either "write" or "admin" rights in the target organization. | ||
| - Transferring a repository from a source organization to another target organization if the user does not have both "admin" rights in the source organization **and** at least "contributor" rights in the target organization. | ||
| - Transferring a repository from user A to user B. | ||
|
|
||
| If these are use cases you need help with, please send us an email at **website at huggingface.co**. | ||
|
|
@@ -33,4 +33,4 @@ You can disable all discussions and Pull Requests. Once disabled, all community | |
| <div class="flex justify-center"> | ||
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/discussions-settings-disable.png"/> | ||
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/discussions-settings-disable-dark.png"/> | ||
| </div> | ||
| </div> | ||
Uh oh!
There was an error while loading. Please reload this page.