<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hosting Git repositories through WebDAV on Snow Leopard Server</title>
	<atom:link href="http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-git-repositories-through-webdav-on-snow-leopard-server</link>
	<description>Just a placeholder</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Goshine</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-740</link>
		<dc:creator>Goshine</dc:creator>
		<pubDate>Thu, 26 Jan 2012 23:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-740</guid>
		<description>great post ... you know a post  is great when i take time out to comment..
Just converting all my  repos from svn to git ..thanks</description>
		<content:encoded><![CDATA[<p>great post &#8230; you know a post  is great when i take time out to comment..<br />
Just converting all my  repos from svn to git ..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gctwnl</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-736</link>
		<dc:creator>gctwnl</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-736</guid>
		<description>Tried this but the last step fails. Changes wrt the setup above:
- my client is 10.7.2
- I do&#039;n want usernames and passwords in .netrc because of security
- the realm is digest (this works, as I can mount the WebDAV on the client)

I try it two ways. First way:

- git remote add origin https://repositories.rna.nl:444/ii2.git/
- git push origin master --force -v

And I get:

Pushing to https://repositories.rna.nl:444/ii2.git/
Username: 
Password: 
error: Cannot access URL https://repositories.rna.nl:444/ii2.git/, return code 22
fatal: git-http-push failed

Second way, using the mounted WebDAV:

- git remote add origin /Volumes/repositories.rna.nl/ii2.git
- git push origin master --force -v

And I get:

Pushing to /Volumes/repositories.rna.nl/ii2.git
fatal: &#039;/Volumes/repositories.rna.nl/ii2.git&#039; does not appear to be a git repository
fatal: The remote end hung up unexpectedly
hermione:ii2.git gerben$ ls -l /Volumes/repositories.rna.nl/ii2.git
ls: objects: No such file or directory
total 19
-rwx------  1 gerben  staff    23  5 Jan 13:11 HEAD
drwx------  1 gerben  staff  2048  5 Jan 13:11 branches
-rwx------  1 gerben  staff    66  5 Jan 13:11 config
-rwx------  1 gerben  staff    73  5 Jan 13:11 description
drwx------  1 gerben  staff  2048  5 Jan 13:12 hooks
drwx------  1 gerben  staff  2048  5 Jan 13:12 info
drwx------  1 gerben  staff  2048  5 Jan 13:11 refs

It seems to be some sort of permission problem. On the server:

bash-3.2# ls -l
total 24
-rw-rw-r--  1 gerben  _www   23  5 Jan 13:11 HEAD
drwxrwxr-x  2 gerben  _www   68  5 Jan 13:11 branches
-rw-rw-r--  1 gerben  _www   66  5 Jan 13:11 config
-rw-rw-r--  1 gerben  _www   73  5 Jan 13:11 description
drwxrwxr-x  2 gerben  _www  408  5 Jan 13:12 hooks
drwxrwxr-x  2 gerben  _www  136  5 Jan 13:12 info
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 objects
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 refs</description>
		<content:encoded><![CDATA[<p>Tried this but the last step fails. Changes wrt the setup above:<br />
- my client is 10.7.2<br />
- I do&#8217;n want usernames and passwords in .netrc because of security<br />
- the realm is digest (this works, as I can mount the WebDAV on the client)</p>
<p>I try it two ways. First way:</p>
<p>- git remote add origin <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a><br />
- git push origin master &#8211;force -v</p>
<p>And I get:</p>
<p>Pushing to <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a><br />
Username:<br />
Password:<br />
error: Cannot access URL <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a>, return code 22<br />
fatal: git-http-push failed</p>
<p>Second way, using the mounted WebDAV:</p>
<p>- git remote add origin /Volumes/repositories.rna.nl/ii2.git<br />
- git push origin master &#8211;force -v</p>
<p>And I get:</p>
<p>Pushing to /Volumes/repositories.rna.nl/ii2.git<br />
fatal: &#8216;/Volumes/repositories.rna.nl/ii2.git&#8217; does not appear to be a git repository<br />
fatal: The remote end hung up unexpectedly<br />
hermione:ii2.git gerben$ ls -l /Volumes/repositories.rna.nl/ii2.git<br />
ls: objects: No such file or directory<br />
total 19<br />
-rwx&#8212;&#8212;  1 gerben  staff    23  5 Jan 13:11 HEAD<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:11 branches<br />
-rwx&#8212;&#8212;  1 gerben  staff    66  5 Jan 13:11 config<br />
-rwx&#8212;&#8212;  1 gerben  staff    73  5 Jan 13:11 description<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:12 hooks<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:12 info<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:11 refs</p>
<p>It seems to be some sort of permission problem. On the server:</p>
<p>bash-3.2# ls -l<br />
total 24<br />
-rw-rw-r&#8211;  1 gerben  _www   23  5 Jan 13:11 HEAD<br />
drwxrwxr-x  2 gerben  _www   68  5 Jan 13:11 branches<br />
-rw-rw-r&#8211;  1 gerben  _www   66  5 Jan 13:11 config<br />
-rw-rw-r&#8211;  1 gerben  _www   73  5 Jan 13:11 description<br />
drwxrwxr-x  2 gerben  _www  408  5 Jan 13:12 hooks<br />
drwxrwxr-x  2 gerben  _www  136  5 Jan 13:12 info<br />
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 objects<br />
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 refs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-636</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Fri, 25 Mar 2011 17:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-636</guid>
		<description>amazing post :)</description>
		<content:encoded><![CDATA[<p>amazing post :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hosting Git repositories through WebDAV on Snow Leopard Server &#8230; Mac Apple</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-481</link>
		<dc:creator>Hosting Git repositories through WebDAV on Snow Leopard Server &#8230; Mac Apple</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-481</guid>
		<description>[...] the rest here:  Hosting Git repositories through WebDAV on Snow Leopard Server &#8230;          By admin &#124; category: snow leopard &#124; tags: does-two, git-repositories, guid, mac, server, [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here:  Hosting Git repositories through WebDAV on Snow Leopard Server &#8230;          By admin | category: snow leopard | tags: does-two, git-repositories, guid, mac, server, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

