﻿<?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=Org%3AInstitute%2FExternalSVN</id>
	<title>Org:Institute/ExternalSVN - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Org%3AInstitute%2FExternalSVN"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/ExternalSVN&amp;action=history"/>
	<updated>2026-04-29T13:09:49Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Org:Institute/ExternalSVN&amp;diff=58500&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/ExternalSVN&amp;diff=58500&amp;oldid=prev"/>
		<updated>2018-06-28T17:53:58Z</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日 (木) 17:53時点における版&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=Org:Institute/ExternalSVN&amp;diff=58499&amp;oldid=prev</id>
		<title>2010年4月3日 (土) 15:29にwiki&gt;Terrywallworkによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/ExternalSVN&amp;diff=58499&amp;oldid=prev"/>
		<updated>2010-04-03T15:29:52Z</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;== External Access to SVN Repositories ==&lt;br /&gt;
&lt;br /&gt;
All the assets that are produced in projects like Peach and Apricot are stored in a SVN repository. This is a system to help multiple people work together on files, and it remembers file versions each time you do an SVN operation. It is used by people inside and outside the Institute to get access to project assets.&lt;br /&gt;
&lt;br /&gt;
Anyone that wants to access should have the following data. The actual data is not reproduced here because it's not a public repository, but suppose the data is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 URL: $URL&lt;br /&gt;
 Username: $username&lt;br /&gt;
 Password: $password&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need an SVN client to access the repository. Most people in the Blender Institute use [http://rapidsvn.tigris.org RapidSVN], which is available for Linux, Mac and Windows, but it does not support SSH which is needed for external access. Common alternatives are command line SVN tools or [http://tortoisesvn.net/ TortoiseSVN] on Windows.&lt;br /&gt;
&lt;br /&gt;
=== Command Line Setup ===&lt;br /&gt;
&lt;br /&gt;
Command line access is quite simple, just make sure you are accessing SSH through port 80.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 export SVN_SSH=&amp;quot;ssh -p 80&amp;quot;&lt;br /&gt;
 svn co svn+ssh://$username@$URL&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== GUI Setup ===&lt;br /&gt;
&lt;br /&gt;
To be figured out, RapidSVN doesn't support SSH.&lt;br /&gt;
&lt;br /&gt;
=== Usage Instructions ===&lt;br /&gt;
&lt;br /&gt;
Now you should have the project files in the directory you chose. Once you have done the checkout, the following SVN operations (as found in the menus) you'll want to do most commonly:&lt;br /&gt;
&lt;br /&gt;
* Update: this downloads all the latest changes from the repository.&lt;br /&gt;
* Commit: after you've changed one or more directories or files, you need to select them and commit them so that the next time someone does an update they receive those files. It's best to always update before committing (to avoid conflicts with other people committing to the same files). No changes you make to files are visible to other users unless you commit.&lt;br /&gt;
* Add/Delete: files are not added/deleted in the SVN repository automatically, you need to select them and add/delete them for SVN to know that they are part of the repository. Note that files are not actually added or deleted until you commit them.&lt;br /&gt;
* Revert: when you want to undo changes you made to a file, select it and choose revert. This only affects files on your computer.&lt;br /&gt;
&lt;br /&gt;
Further try to keep the directory structure organized, there should be a directory structure in place that you can follow.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Terrywallwork</name></author>
		
	</entry>
</feed>