Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Samuel Gougeon
Le 03/03/2018 à 23:50, Antoine ELIAS a écrit : Le 03/03/2018 à 23:47, Samuel Gougeon a écrit : Le 03/03/2018 à 23:41, Antoine ELIAS a écrit : You can download the diff file and apply it to your local repo. git apply .diff After that you have modified files locally. (without commit,

Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Samuel Gougeon
Le 03/03/2018 à 23:41, Antoine ELIAS a écrit : You can download the diff file and apply it to your local repo. git apply .diff After that you have modified files locally. (without commit, history, ...) But then, local files are still spread among the Scilab tree. Aren't they?

Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Antoine ELIAS
Le 03/03/2018 à 23:39, Samuel Gougeon a écrit : Le 03/03/2018 à 23:31, Antoine ELIAS a écrit : No I don't find this option too. What is the goal behind ? ( to find another way if it is possible ) To easily save a copy of the files set as it is, without to have to pick up them one by one by

Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Antoine ELIAS
You can download the diff file and apply it to your local repo. git apply .diff After that you have modified files locally. (without commit, history, ...) Le 03/03/2018 à 23:31, Antoine ELIAS a écrit : No I don't find this option too. What is the goal behind ? ( to find another way

Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Samuel Gougeon
Le 03/03/2018 à 23:31, Antoine ELIAS a écrit : No I don't find this option too. What is the goal behind ? ( to find another way if it is possible ) To easily save a copy of the files set as it is, without to have to pick up them one by one by hand in the Scilab's tree. Do you know what does

Re: [Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Antoine ELIAS
No I don't find this option too. What is the goal behind ? ( to find another way if it is possible ) Antoine Le 03/03/2018 à 17:50, Samuel Gougeon a écrit : Hello, Is there any way from the CodeReview Gerrit interface, for a given review, to download the set of files of a given patch set? I

[Scilab-Dev] CodeReview : How to download a files set?

2018-03-03 Thread Samuel Gougeon
Hello, Is there any way from the CodeReview Gerrit interface, for a given review, to download the set of files of a given patch set? I am aware about downloading each file when we edit it or see its diff. Also about downloading the patch file from the Download area. But from the same area, the