Commit 8a4113ff authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add notes about LFS/Annex object not being synced

parent 4428a11e
...@@ -6,3 +6,5 @@ ...@@ -6,3 +6,5 @@
If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>. If your HTTP repository is not publicly accessible, add authentication information to the URL: <code>https://username:password@gitlab.company.com/group/project.git</code>.
%li %li
The update action will time out after 10 minutes. For big repositories, use a clone/push combination. The update action will time out after 10 minutes. For big repositories, use a clone/push combination.
%li
The Git LFS/Annex objects will <strong>not</strong> be synced.
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination. The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
%li %li
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}. To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}.
%li
The Git LFS/Annex objects will <strong>not</strong> be imported.
.form-group .form-group
.col-sm-offset-2.col-sm-10 .col-sm-offset-2.col-sm-10
...@@ -23,6 +25,7 @@ ...@@ -23,6 +25,7 @@
%strong %strong
Mirror repository Mirror repository
.help-block .help-block
Automatically update this project's branches and tags from the upstream repository every hour. Automatically update this project's branches and tags from the upstream
repository every hour. The Git LFS/Annex objects will not be synced.
= f.hidden_field :mirror_user_id, value: current_user.id = f.hidden_field :mirror_user_id, value: current_user.id
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment