X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9053b511d514aa3e902259d3070ba439bfae6613..f675fb2c202516021b961b5aa2de4528ba9f0d1f:/doc/_includes/_arv_copy_expectations.liquid diff --git a/doc/_includes/_arv_copy_expectations.liquid b/doc/_includes/_arv_copy_expectations.liquid index c424c56ebc..a76c9e7c25 100644 --- a/doc/_includes/_arv_copy_expectations.liquid +++ b/doc/_includes/_arv_copy_expectations.liquid @@ -1,3 +1,6 @@ {% include 'notebox_begin' %} -This part of the tutorial assumes that you have a working git repository in the destination cluster. If you do not have a repository created, you can follow the "Adding a new repository":{{site.baseurl}}/sdk/python/python.html page. +As stated above, arv-copy is recursive by default and requires a working git repository in the destination cluster. If you do not have a repository created, you can follow the "Adding a new repository":{{site.baseurl}}/user/tutorials/add-new-repository.html page. We will use the *tutorial* repository created in that page as the example. + +
In addition, arv-copy requires git when copying to a git repository. Please make sure that git is installed and available. + {% include 'notebox_end' %}