August 30, 2019

ftp: client-server software, used to store public information and software;
svn: code management, storage is av3 protocol and DB data;
XWiki: static pages, for illustrative web storage environment to build and source of links;
- -----
protocol specification writing framework
----------------
updates base library:
If you have some folders do not have permission, you can not globally update, only to have the appropriate permissions subfolder to update,
handover to the specific folder, and then git checkout master, then LL, for example:

Administrator@cdq MINGW64 /e/nena/funit/adas (master)
$ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.

Administrator@cdq MINGW64 /e/nena/funit/adas (master)
$ ll
total 17
-rw-r--r-- 1 Administrator 197121 2393 Aug 29 10:51 CMakeLists.txt
-rw-r--r-- 1 Administrator 197121  375 Aug 29 10:51 gitversion.hpp.in
drwxr-xr-x 1 Administrator 197121    0 Aug 29 10:51 include/
drwxr-xr-x 1 Administrator 197121    0 Aug 29 10:51 src/
drwxr-xr-x 1 Administrator 197121    0 Aug 29 10:51 test/

Guess you like

Origin www.cnblogs.com/chendeqiang/p/11433046.html