Drive Repository This extension is a tool that can be used like GitHub or Team Foundation Server from the comfort of the Visual Studio IDE. Projects you add will be uploaded to and downloaded from the Google Drive as per the commands you issue (Google account required). There are three main types of commands: push, pull, and legacy pull. A push command zipps the project folder as a compressed archive (.zip) and uploads it to a folder in the Google Drive (referred to as the Drive Repository). A pull command does the opposite. It downloads the project file from the Drive Repository and extracts the data into a directory on the user's computer (referred to as the Local Repository). A legacy pull command is similar to a regular pull, but uses an old format to download the project (cannot upload, as this format has been depricated). The Drive Repository is a folder named "VS_Drive_Repo" (in the Google Drive) and the Local Repository is a user-selected and user-named folder on a local computer. In the case of bugs, I am not responsible for anything that happens to your projects. Backing up is the best way to prevent data loss. However, I have trusted my own projects to this extension and can say that my code is fool-proof for the test-cases that I have presented to it. Downloading and using this extension constitutes your agreement to the terms included in this description, and that you cannot hold me responsible for anything that goes wrong. I hope to be releasing source code shortly (on GitHub), but also need to work on other projects. If you have any questions or find any bugs, please contact me ASAP so that I can answer you or fix any errors. Contact info below: Email: micahmail9@gmail.com GitHub: github.com/Tornadocraver Website: www.micahz.com | www.tornadoenterprises.com YouTube channel: Tornadohackerz
Copyright 2017 Tornadoenterprises Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|