Dev:Py/Sharing/SVN Help
< Dev:Py | Sharing
2013年7月18日 (木) 00:07時点におけるwiki>Ideasman42による版
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:
|