[gitorious] Getting page not found when checking diffs in branched repositories

2011-09-06 Thread Carlos Quiros
Hi,

I have a working Gitorious in my local server. All works well however,
when I create a new branch from a repository, push something (new
files / change in files) and I try to access the diff page, I always
get
Page not found! the same happens with the comments page.

This does not happen with main projects i.e. Not branched projects.

For example: I pushed a commit getting the following message:

To g...@repository.rmg.ilri.cgiar.org:~cquiroswm1337/cross-impact/
cquiros-crossimpact.git
   ff98904..36b051d  current - current

In the gitorious web page I get:

current changed from ff98904 to 36b051d
Carlos Quiros committed 36b051d3 on September 06, 2011 09:55
Change to load only climate

The link to the commit properly takes me to:
http://repository.rmg.ilri.cgiar.org/~cquiroswm1337/cross-impact/cquiros-crossimpact/commit/36b051d3d08dae8b5bd1a331730151f99642b3dc

But when I click to the diff page that takes me to
http://repository.rmg.ilri.cgiar.org/~cquiroswm1337/cquiros-crossimpact/commit/36b051d3d08dae8b5bd1a331730151f99642b3dc/diffs

Here you can see that the /cross-impact/ is removed from the diff
link hence the Page not found!

If I add the /cross-impact/ it properly takes me to the diff page
showing the changes

The only error that I get in the logs are:

MemCacheError (No connection to server (localhost:11211 DEAD
(Errno::ECONNREFUSED: Connection refused - connect(2)), will retry at
Mon Sep 05 15:27:46 EAT 2011)): No connection to server (localhost:
11211 DEAD (Errno::ECONNREFUSED: Connection refused - connect(2)),
will retry at Mon Sep 05 15:27:46 EAT 2011)
MemCacheError (No connection to server (localhost:11211 DEAD
(Errno::ECONNREFUSED: Connection refused - connect(2)), will retry at
Mon Sep 05 15:27:46 EAT 2011)): No connection to server (localhost:
11211 DEAD (Errno::ECONNREFUSED: Connection refused - connect(2)),
will retry at Mon Sep 05 15:27:46 EAT 2011)

But I don't know if its related to the Page not found Any idea what
can I check or how can I fix it?

Many thanks in advance
Carlos

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] unable to clone - The remote end hung up unexpectedly

2011-09-06 Thread Luke
Hi,

I am not able to clone QT branch repository from gitorious. Transfer
drops to 4KiB and after that I get:

Cloning into wkhtmltopdf-qt...
remote: Counting objects: 468050, done.
remote: Compressing objects: 100% (127250/127250), done.
fatal: The remote end hung up unexpectedly5 MiB | 27 KiB/s
fatal: early EOF
fatal: index-pack failed


The command is:

git clone git://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
wkhtmltopdf-qt

I've tried https:// but it breaks in similar way.

This is a very large repository (QT branch).

I have been trying to clone it for 20 times right now and succeeded
only once.

I did not spot any problems with my internet connection. What else can
be wrong?

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] unable to clone - The remote end hung up unexpectedly

2011-09-06 Thread Marius Mårnes Mathiesen
On Tue, Sep 6, 2011 at 10:15 AM, Luke l...@zork.pl wrote:

 Hi,

 I am not able to clone QT branch repository from gitorious. Transfer
 drops to 4KiB and after that I get:

 Cloning into wkhtmltopdf-qt...
 remote: Counting objects: 468050, done.
 remote: Compressing objects: 100% (127250/127250), done.
 fatal: The remote end hung up unexpectedly5 MiB | 27 KiB/s
 fatal: early EOF
 fatal: index-pack failed


 The command is:

 git clone git://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
 wkhtmltopdf-qt


Luke,
There was, up to some point, a bug in Git which caused strange things to
happen when pulling from git:// urls containing plus signs. Do you have
better luck using this URL:

git clone 
git://gitorious.org/qt/wkhtmltopdf-qt.githttp://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git

?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] unable to clone - The remote end hung up unexpectedly

2011-09-06 Thread Lukasz Michalski
On 09/06/2011 11:20 AM, Marius Mårnes Mathiesen wrote:
 On Tue, Sep 6, 2011 at 10:15 AM, Luke l...@zork.pl mailto:l...@zork.pl
 wrote:
 
 Hi,
 
 I am not able to clone QT branch repository from gitorious. Transfer
 drops to 4KiB and after that I get:
 
 Cloning into wkhtmltopdf-qt...
 remote: Counting objects: 468050, done.
 remote: Compressing objects: 100% (127250/127250), done.
 fatal: The remote end hung up unexpectedly5 MiB | 27 KiB/s
 fatal: early EOF
 fatal: index-pack failed
 
 
 The command is:
 
 git clone git://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
 http://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
 wkhtmltopdf-qt
 
 
 Luke,
 There was, up to some point, a bug in Git which caused strange things to
 happen when pulling from git:// urls containing plus signs. Do you have
 better luck using this URL:
 
 git clone git://gitorious.org/qt/wkhtmltopdf-qt.git
 http://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
 

Hello,

Thanks for this information. I managed to clone this repository when
connected through my secondary Internet connection (cellular 3G over IPV6).

So it seems that this a local problem. I will try with the link you
provided soon.

Thanks again,
Luke

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] unable to clone - The remote end hung up unexpectedly

2011-09-06 Thread Lukasz Michalski
On 09/06/2011 11:47 AM, Lukasz Michalski wrote:
 On 09/06/2011 11:20 AM, Marius Mårnes Mathiesen wrote:
 Luke,
 There was, up to some point, a bug in Git which caused strange things to
 happen when pulling from git:// urls containing plus signs. Do you have
 better luck using this URL:

 git clone git://gitorious.org/qt/wkhtmltopdf-qt.git
 http://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git

 
 Hello,
 
 Thanks for this information. I managed to clone this repository when
 connected through my secondary Internet connection (cellular 3G over IPV6).
 
 So it seems that this a local problem. I will try with the link you
 provided soon.
 

Marius,

The new link does not work too. But it seems that this problem is
related to my network provider, not gitorious.org.

Regards,
Luke

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com