Giter Site home page Giter Site logo

unitysvn's Introduction

UnitySVN

将 TortoiseSVN 的基础操作内嵌到 Unity,并使用快捷键操作,提高效率。这里只是添加了几个常用的操作,其他操作需要的话可以自行添加。具体命令可参见TortoiseSVN的help功能,也可以直接去官网查看相关的命令:https://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-cli-main.html

工具介绍:

  1. 将 SVN 文件夹放到 Unity 项目的 Editor 文件夹下即可,在菜单栏的 Assets->SVN 下会显示支持的所有操作
  2. 带 All 的命令是跟整个工程相关的,比如说 CommitAll 是提交整个项目的修改,UpdateAll 是更新整个项目的修改
  3. 不带 All 的命令跟选中的文件或文件夹相关,比如说 Commit 命令需要先选中要提交的文件或者某个文件夹下所有的文件,然后使用 Alt+C 快捷键提交选中

常用流程:

  1. 使用 Alt+Shift+C 快捷键更新整个项目
  2. 选中某个改动的文件或者某个文件夹(这个文件加下所有改动过的文件都会执行相应操作),然后使用 Alt+C 快捷键提交选中
  3. 其他命令只是在偶尔需要的使用使用,最常用的就两个命令:Alt+Shift+CAlt+C

unitysvn's People

Contributors

davidsheh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.