﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3APy%2FSharing%2FSVN_Help</id>
	<title>Dev:Py/Sharing/SVN Help - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3APy%2FSharing%2FSVN_Help"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Sharing/SVN_Help&amp;action=history"/>
	<updated>2026-06-02T12:40:57Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Py/Sharing/SVN_Help&amp;diff=94421&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Sharing/SVN_Help&amp;diff=94421&amp;oldid=prev"/>
		<updated>2018-06-28T18:46:06Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:46時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Py/Sharing/SVN_Help&amp;diff=94420&amp;oldid=prev</id>
		<title>2013年7月17日 (水) 15:07にwiki&gt;Ideasman42による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Sharing/SVN_Help&amp;diff=94420&amp;oldid=prev"/>
		<updated>2013-07-17T15:07:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= bf-extensions SVN help panels=&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Template:MainTOC|bf-extensions svn checkout|&lt;br /&gt;
&lt;br /&gt;
;Linux&lt;br /&gt;
&lt;br /&gt;
To checkout svn in linux, you have 2 ways.&lt;br /&gt;
&lt;br /&gt;
If you intend to develop scripts or plugins, you '''checkout''' a '''working copy''' of svn:&lt;br /&gt;
* move in the directory where you want to download svn&lt;br /&gt;
* type&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn checkout https://svn.blender.org/svnroot/bf-extensions&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
:This will download the svn tree, including hidden directories &amp;quot;.svn&amp;quot; (which is used by svn to detect what you do in your working copy)&lt;br /&gt;
&lt;br /&gt;
If you just mean to downlaod the scripts and plugins for using them, do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;svn export https://svn.blender.org/svnroot/bf-extensions&amp;lt;/source&amp;gt;&lt;br /&gt;
: This will download only the tree itself without svn hidden files.&lt;br /&gt;
|&lt;br /&gt;
;Windows&lt;br /&gt;
&lt;br /&gt;
When using [http://tortoisesvn.tigris.org/ TortoiseSVN] you can get the files by:&lt;br /&gt;
&lt;br /&gt;
* right clicking on the folder where you want the files to be downloaded to&lt;br /&gt;
* then either choose '''SVN Checkout''' (if you want to dive into developing) or '''Export''' (if you only want to download the scripts and plugins for using them)&lt;br /&gt;
* In the following window use [https://svn.blender.org/svnroot/bf-extensions this URL]&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Template:MainTOC|bf-extensions svn checkin|&lt;br /&gt;
&lt;br /&gt;
; Linux&lt;br /&gt;
&lt;br /&gt;
* check in:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn ci https://svn.blender.org/svnroot/bf-extensions&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* download the latest source:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn update&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* add a new file or folder to the source:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn add &amp;lt;file&amp;gt;/&amp;lt;folder&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* commit the changes, ''opens an editor so you can enter the commit message'':&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn commit&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* print the whole log with:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn log&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* print a single commit with:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn log -r &amp;lt;revision&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt; &lt;br /&gt;
svn log -r 160&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* print a part of the log with:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn log -r &amp;lt;rev2&amp;gt;:&amp;lt;rev1&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 svn log -r 160:149&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Remember to put a message in each committ, so that a proper svn log can let other know what you've done.&lt;br /&gt;
*&amp;quot;svn add &amp;lt;folder&amp;gt;&amp;quot; will add the folder , all files in that folder and all subfolders and their files&lt;br /&gt;
*&amp;quot;svn commit&amp;quot; without the -m parameter and message , will open vim or other default text editor for typing the message. Preferable method if you need to type alot of lines.&lt;br /&gt;
* in order to do a commit you will have to be granted access first. You will be asked by svn for the user name and password for you computer and then user name and password for accessing the svn. Once loged in you dont need to authorise again in the same session.  &lt;br /&gt;
|&lt;br /&gt;
; Windows&lt;br /&gt;
&lt;br /&gt;
Checking something in with [http://tortoisesvn.tigris.org/ TortoiseSVN] is just as easy as downloading:&lt;br /&gt;
&lt;br /&gt;
* right click the file/folder you want to check in and choose '''SVN Commit'''&lt;br /&gt;
* just don't forget to put a proper log message in your commits so everybody else knows what you were doing. Note that you can [http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-howto-minlogmsgsize.html#tsvn-howto-minlogsize-projectproperties set the minimum log message length] to avoid accidentally committing with an empty log message.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>