<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7214366369588984730.post2816622856983449318..comments</id><updated>2010-03-27T14:26:39.047-07:00</updated><category term='Software Tools'/><category term='SCM'/><category term='egit'/><category term='cups2lprng-relay'/><category term='jgit'/><category term='java'/><category term='pg'/><category term='Home Theater'/><category term='RPI'/><category term='Projects'/><category term='Random Musings'/><category term='gerrit'/><category term='gen_serial'/><category term='irix-dtrrts'/><category term='SSRE'/><category term='git-gui'/><category term='Interesting Links'/><category term='xspeakfree'/><title type='text'>Comments on Insufficiently Random: Using jgit To Publish on Amazon S3</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.spearce.org/feeds/2816622856983449318/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html'/><author><name>Shawn</name><uri>http://www.blogger.com/profile/04158038862839573213</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_0REdTS1Li7s/S3c5L-ZKuFI/AAAAAAAAAD4/CnF_Yl55S_M/S220/sop3_small.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-4333429544045570149</id><published>2010-01-11T05:36:44.000-08:00</published><updated>2010-01-11T05:36:44.000-08:00</updated><title type='text'>For the record, my email address is on the top rig...</title><content type='html'>For the record, my email address is on the top right in the sidebar, and the JGit project can be reached through its mailing list at https://dev.eclipse.org/mailman/listinfo/jgit-dev.&lt;br&gt;&lt;br&gt;Its strange we got an invalid content length.  Is it possible the repository is very large, like over 2 GiB, and thus the content length might have wrapped around on us to be negative here?  If I recall that section of code, we probably don&amp;#39;t handle anything over 2 GiB in a single push because the setFixedLengthStreamingMode method takes a signed int for its argument.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/4333429544045570149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/4333429544045570149'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1263217004000#c4333429544045570149' title=''/><author><name>spearce</name><uri>http://www.spearce.org/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-8389017837220496700</id><published>2010-01-11T05:30:43.000-08:00</published><updated>2010-01-11T05:30:43.000-08:00</updated><title type='text'>I can&amp;#39;t find a better way to contact you... &lt;b...</title><content type='html'>I can&amp;#39;t find a better way to contact you... &lt;br&gt;&lt;br&gt;I&amp;#39;m trying to use jgit (v0.5.0) to push a repository to S3 and I get the following. Any ideas how to fix this?: &lt;br&gt;&lt;br&gt;Counting objects:       8430&lt;br&gt;Compressing objects:    100% (8430/8430)&lt;br&gt;Writing objects:         99% (8346/8430)java.lang.IllegalArgumentException: invalid content length&lt;br&gt; at java.net.HttpURLConnection.setFixedLengthStreamingMode(HttpURLConnection.java:109)&lt;br&gt; at org.spearce.jgit.transport.AmazonS3.putImpl(AmazonS3.java:482)&lt;br&gt; at org.spearce.jgit.transport.AmazonS3.access$000(AmazonS3.java:106)&lt;br&gt; at org.spearce.jgit.transport.AmazonS3$1.close(AmazonS3.java:453)&lt;br&gt; at java.io.FilterOutputStream.close(FilterOutputStream.java:143)&lt;br&gt; at org.spearce.jgit.transport.WalkPushConnection.sendpack(WalkPushConnection.java:249)&lt;br&gt; at org.spearce.jgit.transport.WalkPushConnection.push(WalkPushConnection.java:155)&lt;br&gt; at org.spearce.jgit.transport.PushProcess.execute(PushProcess.java:127)&lt;br&gt; at org.spearce.jgit.transport.Transport.push(Transport.java:866)&lt;br&gt; at org.spearce.jgit.pgm.Push.run(Push.java:124)&lt;br&gt; at org.spearce.jgit.pgm.TextBuiltin.execute(TextBuiltin.java:131)&lt;br&gt; at org.spearce.jgit.pgm.Main.execute(Main.java:159)&lt;br&gt; at org.spearce.jgit.pgm.Main.main(Main.java:84)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/8389017837220496700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/8389017837220496700'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1263216643000#c8389017837220496700' title=''/><author><name>Troy Hakala</name><uri>http://troyandgay.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-6654141414044444433</id><published>2009-04-29T02:05:55.000-07:00</published><updated>2009-04-29T02:05:55.000-07:00</updated><title type='text'>Actually, there is a script in the top level direc...</title><content type='html'>Actually, there is a script in the top level directory: ./make_jgit.sh&lt;br&gt;&lt;br&gt;Run that script to compile with plain old javac, and avoid Eclipse entirely.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/6654141414044444433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/6654141414044444433'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1240995955000#c6654141414044444433' title=''/><author><name>spearce</name><uri>http://www.spearce.org/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-1239171217078834213</id><published>2009-04-12T11:16:39.000-07:00</published><updated>2009-04-12T11:16:39.000-07:00</updated><title type='text'>That&amp;#39;s great, however jgit&amp;#39;s installation ...</title><content type='html'>That&amp;#39;s great, however jgit&amp;#39;s installation is completely retarded. Why require eclipse? Anyways, the whole thing is a mess of java nonsense. I&amp;#39;m sure there&amp;#39;s a better way.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/1239171217078834213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/1239171217078834213'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1239560199000#c1239171217078834213' title=''/><author><name>jc</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-2671822816934118311</id><published>2008-08-02T12:00:13.000-07:00</published><updated>2008-08-02T12:00:13.000-07:00</updated><title type='text'>[...] author of jgit has implemented a Amazon S3 p...</title><content type='html'>[...] author of jgit has implemented a Amazon S3 protocol to support git fetch and git push on a S3 bucket. Anyone who compiled jgit on [...]</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/2671822816934118311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/2671822816934118311'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1217703613000#c2671822816934118311' title=''/><author><name>Git on S3 | Web Initiative</name><uri>http://www.webinit.org/2008/08/02/git-on-s3/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-8752376063935426163</id><published>2008-07-20T15:06:59.000-07:00</published><updated>2008-07-20T15:06:59.000-07:00</updated><title type='text'>These errors seem to be on APIs that were introduc...</title><content type='html'>These errors seem to be on APIs that were introduced in Java 5.&lt;br&gt;&lt;br&gt;Check that your projects are pointing to a Java 5 or Java 6 JRE.  I suspect they are configured to point to a Java 1.4 JRE.  Generally we change this setting in the workspace, and allow the projects to inherit the workspace setting.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/8752376063935426163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/8752376063935426163'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1216591619000#c8752376063935426163' title=''/><author><name>spearce</name><uri>http://www.spearce.org/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry><entry><id>tag:blogger.com,1999:blog-7214366369588984730.post-5340312113459421228</id><published>2008-07-20T06:15:46.000-07:00</published><updated>2008-07-20T06:15:46.000-07:00</updated><title type='text'>Hi. I&amp;#39;ve been trying to install the git eclips...</title><content type='html'>Hi. I&amp;#39;ve been trying to install the git eclipse plugin in my eclipse but I&amp;#39;m in trouble compiling the package org.spearce.jgit. I&amp;#39;ve eight errors that don&amp;#39;t allow to be built projects. These is the eclipse output:&lt;br&gt;The method getRequestorType() is undefined for the type AwtAuthenticator AwtAuthenticator.java org.spearce.jgit/src/org/spearce/jgit/awtui line 94 Java Problem&lt;br&gt;The method getRequestorType() is undefined for the type AwtAuthenticator AwtAuthenticator.java org.spearce.jgit/src/org/spearce/jgit/awtui line 95 Java Problem&lt;br&gt;The method getRequestingURL() is undefined for the type AwtAuthenticator AwtAuthenticator.java org.spearce.jgit/src/org/spearce/jgit/awtui line 103 Java Problem&lt;br&gt;The method openConnection() in the type URL is not applicable for the arguments (Proxy) TransportHttp.java org.spearce.jgit/src/org/spearce/jgit/transport line 179 Java Problem&lt;br&gt;The method setFixedLengthStreamingMode(int) is undefined for the type HttpURLConnection AmazonS3.java org.spearce.jgit/src/org/spearce/jgit/transport line 396 Java Problem&lt;br&gt;The method setFixedLengthStreamingMode(int) is undefined for the type HttpURLConnection AmazonS3.java org.spearce.jgit/src/org/spearce/jgit/transport line 482 Java Problem&lt;br&gt;The method openConnection() in the type URL is not applicable for the arguments (Proxy) AmazonS3.java org.spearce.jgit/src/org/spearce/jgit/transport line 565 Java Problem&lt;br&gt;&lt;br&gt;My HEAD is at: da33dee3a7b93370f50cb5134d7f4fa49ce2e3bf&lt;br&gt;&lt;br&gt;Thanks :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/5340312113459421228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7214366369588984730/2816622856983449318/comments/default/5340312113459421228'/><link rel='alternate' type='text/html' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html?showComment=1216559746000#c5340312113459421228' title=''/><author><name>Guillermo</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.spearce.org/2008/07/using-jgit-to-publish-on-amazon-s3.html' ref='tag:blogger.com,1999:blog-7214366369588984730.post-2816622856983449318' source='http://www.blogger.com/feeds/7214366369588984730/posts/default/2816622856983449318' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-423400406'/></entry></feed>
