Re: [gitorious] PushProcessor errors when pushing to any repo

2012-10-03 Thread Scott Allen
Any resolution on this? I am seeing the same error on a newer server that we have configure to replace an older one. Older environment has no issue. They are running the exact same gitorious code base with the configuration as close as possible, with the only difference really being the patch l

Re: [gitorious] Cloning branch 2.3.0 of gitorious

2012-10-03 Thread Thomas Kjeldahl Nilsson
Hm you're right. The installer may actually be running off HEAD, not the 2.3.0 tag. I'll have a look tomorrow and push a fix if necessary. Thanks for pointing this out - you know how it is when you're too close to a project... :) -t On 10/03/2012 03:03 PM, Chris Holden wrote: OK I was just

[gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-03 Thread cjohansen
After some more tweaking, 0.4.2 is now out. It works properly and has everything. Give it a shot! On Wednesday, October 3, 2012 11:09:12 AM UTC+2, Christian Johansen wrote: > > Hey people, > > Dolt, our new repository/code browser has now been released in version > 0.4.0. > It's roughly complete

Re: [gitorious] Cloning branch 2.3.0 of gitorious

2012-10-03 Thread Chris Holden
OK I was just using the clone in the new install: git clone -b v2.3.0 git://gitorious.org/gitorious/mainline.git/var/opt/gitorious/app On Wed, Oct 3, 2012 at 8:41 AM, Thomas Kjeldahl Nilsson < tho...@gitorious.com> wrote: > Hi Chris, > > that's because the versions are not branches, but tags. :)

Re: [gitorious] Cloning branch 2.3.0 of gitorious

2012-10-03 Thread Thomas Kjeldahl Nilsson
Hi Chris, that's because the versions are not branches, but tags. :) Try this: git fetch origin git tag -l and they should show up. cheers, Thomas On 10/03/2012 02:37 PM, Chris Holden wrote: When I go to clone the 2.3.0 branch I get the following: warning: Remote branch v2.3.0 not found

[gitorious] Cloning branch 2.3.0 of gitorious

2012-10-03 Thread Chris Holden
When I go to clone the 2.3.0 branch I get the following: warning: Remote branch v2.3.0 not found in upstream origin, using HEAD instead I only see the following upstream branches: master remotes/origin/HEAD -> origin/master remotes/origin/features/cluster-support remotes/origin/features/

[gitorious] Dolt repo browser 0.4.0 available

2012-10-03 Thread Christian Johansen
Hey people, Dolt, our new repository/code browser has now been released in version 0.4.0. It's roughly complete at this point, incorporating the features we wanted for the first version. There are some minor niceties still to fix, but none that have high priority. We need as much input as possibl