Firstly, I got two questions to ask. My first question is I've downloaded repo tool for Windows and within Cygwin terminal used the below command
repo init -u https://github.com/CyanogenMod/android.git -b cm-14.0 --depth=1
to get CyanogenMod android source files and later used the below command
repo sync
.
Now I want to move my local repository and source files to another machine that runs on Ubuntu 14.04. How to achieve this? Does a simple simply copying of files will make the repo work on Ubuntu? I have very limited bandwidth for PC running ubuntu so I don't prefer to download the entire files again in Ubuntu.
Now my second question is, there is new branch cm-14.1 so how do I update my local branch on Ubuntu after moving the files?
Thanks a lot in advance.