﻿<?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%3ADoc%2FTools%2FSubversion</id>
	<title>Dev:Doc/Tools/Subversion - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FTools%2FSubversion"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/Subversion&amp;action=history"/>
	<updated>2026-06-16T10:08:20Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/Subversion&amp;diff=101133&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/Subversion&amp;diff=101133&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:00Z</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日 (木) 19:40時点における版&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:Doc/Tools/Subversion&amp;diff=101132&amp;oldid=prev</id>
		<title>2013年11月23日 (土) 16:37にwiki&gt;Brechtによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/Tools/Subversion&amp;diff=101132&amp;oldid=prev"/>
		<updated>2013-11-23T16:37:03Z</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;=Subversion=&lt;br /&gt;
&lt;br /&gt;
Blender source code and addon repositories [[Dev:Doc/Tools/Git|have moved to Git]], however two things remain in Subversion repositories for now: translations and prebuilt Windows and Mac OS X libraries in the lib/ directory. Further, repositories from old projects on projects.blender.org are also still accessible through svn.&lt;br /&gt;
&lt;br /&gt;
==Repository access==&lt;br /&gt;
&lt;br /&gt;
Access to the repository is provided via https:// both for anonymous (read access) and commit access (write access). The main urls for the repositories are:&lt;br /&gt;
&lt;br /&gt;
 https://svn.blender.org/svnroot/bf-blender/trunk/lib/&amp;lt;operating_system&amp;gt;&lt;br /&gt;
 https://svn.blender.org/svnroot/bf-translations&lt;br /&gt;
&lt;br /&gt;
{{note|Certificate information|&lt;br /&gt;
* Hostname: svn.blender.org&lt;br /&gt;
* Valid: from 2013-03-29 15:39:41 UTC until 2015-03-29 15:39:41 UTC&lt;br /&gt;
* Issuer: http://www.cacert.org, Root CA&lt;br /&gt;
* Fingerprint: 7a:4d:44:33:cf:42:27:3b:8f:22:5e:1c:11:d1:20:e5:af:82:4d:3b}}&lt;br /&gt;
&lt;br /&gt;
There is also a convenient web interface for browsing sources provided by [http://projects.blender.org/scm/browser.php?group_id=9 projects.blender.org].&lt;br /&gt;
&lt;br /&gt;
==Read Access==&lt;br /&gt;
&lt;br /&gt;
This project's source code can be checked out anonymously. You will need a Subversion client. Most systems have one installed by default, for a list of clients look at the link provided near the end of the document.&lt;br /&gt;
&lt;br /&gt;
When you checkout, you will probably see an error message about the certificate that is not issued by a trusted authority. However the certificate is fully functional and will ensure secure transit of the data. You can permanently accept this certificate.&lt;br /&gt;
&lt;br /&gt;
If you get the message &amp;quot;Certificate verification error: signed using insecure algorithm&amp;quot; without proposing to accept the certificate, open with the file `~/.subversion/servers` and add on the bottom of it: `ssl-trust-default-ca = no`&lt;br /&gt;
&lt;br /&gt;
After accepting the certificate the sources will be checked out for anonymous users.&lt;br /&gt;
&lt;br /&gt;
==Commit Access==&lt;br /&gt;
&lt;br /&gt;
Most development happens in Git repositories, so most developers do not need commit access to the svn repositories. For those that do, you can do a checkout like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;svn checkout --username MyUserName https://svn.blender.org/svnroot/&amp;lt;some_repository&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next you may be prompted for a password. This is the password you need to logon to developer.blender.org.&lt;br /&gt;
&lt;br /&gt;
If you are not prompted for a password, you will instead have to provide your username and password during your first commit.&lt;br /&gt;
&lt;br /&gt;
(Note: Subversion will store your password on your local system and use it next time you communicate with the repository.)&lt;br /&gt;
&lt;br /&gt;
==Additional information==&lt;br /&gt;
&lt;br /&gt;
* [http://subversion.apache.org/packages.html Overview of Subversion clients]&lt;br /&gt;
* [http://svnbook.red-bean.com/ Version Control with Subversion] (online book)&lt;br /&gt;
* [http://subversion.apache.org/ Subversions website]&lt;br /&gt;
&lt;br /&gt;
Enjoy all the goods!&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>