<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WiLLuMPJuH+Huisman</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WiLLuMPJuH+Huisman"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/WiLLuMPJuH_Huisman"/>
		<updated>2026-04-09T15:55:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/User:WiLLuMPJuH_Huisman</id>
		<title>User:WiLLuMPJuH Huisman</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:WiLLuMPJuH_Huisman"/>
				<updated>2009-08-14T10:08:20Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: New page: This account is no longer active and can be deleted without consideration.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This account is no longer active and can be deleted without consideration.&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-14T10:06:34Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-05T18:11:25Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: /* succesful pull on Debian Lenny */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Git_pull_deb_lenny_con.jpg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-05T18:10:41Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: /* succesful pull on Debian Lenny */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== succesful pull on Debian Lenny ==&lt;br /&gt;
&lt;br /&gt;
Made a succesful pull of commits. Don't know if worth mentioning in the wiki . I'm not good at editing wiki pages either .. sorry for misprinted layout underneath&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i386PC:/mnt/sda1/opensim/bin# cd ..&lt;br /&gt;
i386PC:/mnt/sda1/opensim# git pull&lt;br /&gt;
remote: Counting objects: 115, done.&lt;br /&gt;
remote: Compressinremote: g objects: 100% (76/76), done.&lt;br /&gt;
remote: Total 77 (delta 60), reused 0 (delta 0)&lt;br /&gt;
Unpacking objects: 100% (77/77), done.&lt;br /&gt;
From git://opensimulator.org/git/opensim&lt;br /&gt;
   8cd9e59..1b65bd5  master     -&amp;gt; origin/master&lt;br /&gt;
Updating 8cd9e59..1b65bd5&lt;br /&gt;
Fast forward&lt;br /&gt;
 OpenSim/Framework/AvatarAppearance.cs              |    3 +-&lt;br /&gt;
 .../Communications/Tests/LoginServiceTests.cs      |    4 +-&lt;br /&gt;
 .../ClientStack/LindenUDP/LLPacketHandler.cs       |    4 +-&lt;br /&gt;
 .../TextureDownload/UserTextureDownloadService.cs  |   41 ++++++++++----------&lt;br /&gt;
 .../Archiver/Tests/InventoryArchiverTests.cs       |   17 +++++---&lt;br /&gt;
 .../CoreModules/Scripting/LSLHttp/UrlModule.cs     |    6 +-&lt;br /&gt;
 OpenSim/Region/Physics/OdePlugin/OdePlugin.cs      |    3 +-&lt;br /&gt;
 .../Shared/Api/Implementation/LSL_Api.cs           |    4 +-&lt;br /&gt;
 .../Freeswitch/FreeswitchServerGetHandler.cs       |    4 +-&lt;br /&gt;
 .../FreeswitchService/FreeswitchService.cs         |    4 +-&lt;br /&gt;
 10 files changed, 46 insertions(+), 44 deletions(-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Git_pull_deb_lenny_con.jpg]]&lt;br /&gt;
&lt;br /&gt;
--[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/File:Git_pull_deb_lenny_con.jpg</id>
		<title>File:Git pull deb lenny con.jpg</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/File:Git_pull_deb_lenny_con.jpg"/>
				<updated>2009-08-05T18:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: Console screenshot of succes pull by git command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Console screenshot of succes pull by git command&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-05T18:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: /* succesful pull on Debian Lenny */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== succesful pull on Debian Lenny ==&lt;br /&gt;
&lt;br /&gt;
Made a succesful pull of commits. Don't know if worth mentioning in the wiki .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i386PC:/mnt/sda1/opensim/bin# cd ..&lt;br /&gt;
i386PC:/mnt/sda1/opensim# git pull&lt;br /&gt;
remote: Counting objects: 115, done.&lt;br /&gt;
remote: Compressinremote: g objects: 100% (76/76), done.&lt;br /&gt;
remote: Total 77 (delta 60), reused 0 (delta 0)&lt;br /&gt;
Unpacking objects: 100% (77/77), done.&lt;br /&gt;
From git://opensimulator.org/git/opensim&lt;br /&gt;
   8cd9e59..1b65bd5  master     -&amp;gt; origin/master&lt;br /&gt;
Updating 8cd9e59..1b65bd5&lt;br /&gt;
Fast forward&lt;br /&gt;
 OpenSim/Framework/AvatarAppearance.cs              |    3 +-&lt;br /&gt;
 .../Communications/Tests/LoginServiceTests.cs      |    4 +-&lt;br /&gt;
 .../ClientStack/LindenUDP/LLPacketHandler.cs       |    4 +-&lt;br /&gt;
 .../TextureDownload/UserTextureDownloadService.cs  |   41 ++++++++++----------&lt;br /&gt;
 .../Archiver/Tests/InventoryArchiverTests.cs       |   17 +++++---&lt;br /&gt;
 .../CoreModules/Scripting/LSLHttp/UrlModule.cs     |    6 +-&lt;br /&gt;
 OpenSim/Region/Physics/OdePlugin/OdePlugin.cs      |    3 +-&lt;br /&gt;
 .../Shared/Api/Implementation/LSL_Api.cs           |    4 +-&lt;br /&gt;
 .../Freeswitch/FreeswitchServerGetHandler.cs       |    4 +-&lt;br /&gt;
 .../FreeswitchService/FreeswitchService.cs         |    4 +-&lt;br /&gt;
 10 files changed, 46 insertions(+), 44 deletions(-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-05T17:58:59Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: /* succesful pull on Debian Lenny */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== succesful pull on Debian Lenny ==&lt;br /&gt;
&lt;br /&gt;
Made an succesful pull of commits. Don't know if worth mentioning in the wiki .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i386PC:/mnt/sda1/opensim/bin# cd ..&lt;br /&gt;
i386PC:/mnt/sda1/opensim# git pull&lt;br /&gt;
remote: Counting objects: 115, done.&lt;br /&gt;
remote: Compressinremote: g objects: 100% (76/76), done.&lt;br /&gt;
remote: Total 77 (delta 60), reused 0 (delta 0)&lt;br /&gt;
Unpacking objects: 100% (77/77), done.&lt;br /&gt;
From git://opensimulator.org/git/opensim&lt;br /&gt;
   8cd9e59..1b65bd5  master     -&amp;gt; origin/master&lt;br /&gt;
Updating 8cd9e59..1b65bd5&lt;br /&gt;
Fast forward&lt;br /&gt;
 OpenSim/Framework/AvatarAppearance.cs              |    3 +-&lt;br /&gt;
 .../Communications/Tests/LoginServiceTests.cs      |    4 +-&lt;br /&gt;
 .../ClientStack/LindenUDP/LLPacketHandler.cs       |    4 +-&lt;br /&gt;
 .../TextureDownload/UserTextureDownloadService.cs  |   41 ++++++++++----------&lt;br /&gt;
 .../Archiver/Tests/InventoryArchiverTests.cs       |   17 +++++---&lt;br /&gt;
 .../CoreModules/Scripting/LSLHttp/UrlModule.cs     |    6 +-&lt;br /&gt;
 OpenSim/Region/Physics/OdePlugin/OdePlugin.cs      |    3 +-&lt;br /&gt;
 .../Shared/Api/Implementation/LSL_Api.cs           |    4 +-&lt;br /&gt;
 .../Freeswitch/FreeswitchServerGetHandler.cs       |    4 +-&lt;br /&gt;
 .../FreeswitchService/FreeswitchService.cs         |    4 +-&lt;br /&gt;
 10 files changed, 46 insertions(+), 44 deletions(-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Using_Git</id>
		<title>Talk:Using Git</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Using_Git"/>
				<updated>2009-08-05T17:57:46Z</updated>
		
		<summary type="html">&lt;p&gt;WiLLuMPJuH Huisman: /* succesful pull on Debian Lenny */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== succesful pull on Debian Lenny ==&lt;br /&gt;
&lt;br /&gt;
Made an succesful pull of commits. Don't know if worth mentioning in the wiki .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i386PC:/mnt/sda1/opensim/bin# cd ..&lt;br /&gt;
i386PC:/mnt/sda1/opensim# git pull&lt;br /&gt;
remote: Counting objects: 115, done.&lt;br /&gt;
remote: Compressinremote: g objects: 100% (76/76), done.&lt;br /&gt;
remote: Total 77 (delta 60), reused 0 (delta 0)&lt;br /&gt;
Unpacking objects: 100% (77/77), done.&lt;br /&gt;
From git://opensimulator.org/git/opensim&lt;br /&gt;
   8cd9e59..1b65bd5  master     -&amp;gt; origin/master&lt;br /&gt;
Updating 8cd9e59..1b65bd5&lt;br /&gt;
Fast forward&lt;br /&gt;
 OpenSim/Framework/AvatarAppearance.cs              |    3 +-&lt;br /&gt;
 .../Communications/Tests/LoginServiceTests.cs      |    4 +-&lt;br /&gt;
 .../ClientStack/LindenUDP/LLPacketHandler.cs       |    4 +-&lt;br /&gt;
 .../TextureDownload/UserTextureDownloadService.cs  |   41 ++++++++++----------&lt;br /&gt;
 .../Archiver/Tests/InventoryArchiverTests.cs       |   17 +++++---&lt;br /&gt;
 .../CoreModules/Scripting/LSLHttp/UrlModule.cs     |    6 +-&lt;br /&gt;
 OpenSim/Region/Physics/OdePlugin/OdePlugin.cs      |    3 +-&lt;br /&gt;
 .../Shared/Api/Implementation/LSL_Api.cs           |    4 +-&lt;br /&gt;
 .../Freeswitch/FreeswitchServerGetHandler.cs       |    4 +-&lt;br /&gt;
 .../FreeswitchService/FreeswitchService.cs         |    4 +-&lt;br /&gt;
 10 files changed, 46 insertions(+), 44 deletions(-)&lt;/div&gt;</summary>
		<author><name>WiLLuMPJuH Huisman</name></author>	</entry>

	</feed>