「Dev:Py/Sharing/SVN Help」の版間の差分
細 (1版 をインポートしました) |
|
(相違点なし)
|
2018年6月29日 (金) 03:46時点における最新版
bf-extensions SVN help panels
bf-extensions svn checkout
To checkout svn in linux, you have 2 ways. If you intend to develop scripts or plugins, you checkout a working copy of svn:
svn checkout https://svn.blender.org/svnroot/bf-extensions
If you just mean to downlaod the scripts and plugins for using them, do: svn export https://svn.blender.org/svnroot/bf-extensions
|
When using TortoiseSVN you can get the files by:
|
bf-extensions svn checkin
svn ci https://svn.blender.org/svnroot/bf-extensions
svn update
svn add <file>/<folder>
svn commit
svn log
svn log -r <revision>
svn log -r 160
svn log -r <rev2>:<rev1>
svn log -r 160:149
|
Checking something in with TortoiseSVN is just as easy as downloading:
|