-
Notifications
You must be signed in to change notification settings - Fork 27
Migrate repositories from a HTTP URL, local disk or SSH URL #22
Comments
I'm not well informed about the architecture, but afaik the gitea server implements migration logic for all these cases.. |
@noerw gitea does not implement migration from local path |
@lafriks I think it does, but is disabled by default. |
but from server disk but this would be way to migrate from users local disk |
Yes, just like @lafriks said. This in fact will do three steps when migrate from local disk:
The original migration from disk will migrate from gitea server's disk but not guest's. |
This command also could be some part of scripts to batch migrate local git repositories to gitea server. |
If we can implement a sub command
migrate
, that will be helpful.The text was updated successfully, but these errors were encountered: