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

2012-10-04 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

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
Dolt does not seem to support cucumber features, as well as scripts that does not have an extension, and starts with #!/usr/bin/env ruby for example. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
On Thu, Oct 4, 2012 at 9:28 AM, Wari Wahab wari.wa...@gmail.com wrote: Dolt does not seem to support cucumber features, as well as scripts that does not have an extension, and starts with #!/usr/bin/env ruby for example. Well, Gherkin is under Pygment's supported language list:

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
I was about to test submodules later in the day. Kudos to adding that support before I can come around to it. The feature file is a simple text file: features/myfeature.feature - Feature: I want moolah In order to be rich As a poor old lad I need to rob a bank Scenario: Grab

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
Thanks, Turns out I was loading the syntax highlighting language wrong. Fixed that, and then Cucumber features works. Will push yet another update later today. Any chance you can share the repo that caused the crash? Christian On Thu, Oct 4, 2012 at 11:10 AM, Wari Wahab wari.wa...@gmail.com

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
Just released 0.5.0. - Path/breadcrumb of files always has a clickable leading slash, taking you back to the root - Tree path always has a clickable leading slash - Tree limits how wide it nests when you descend into nested directories (try surfing more than three directories deep

Re: [gitorious] Cloning branch 2.3.0 of gitorious

2012-10-04 Thread Thomas Kjeldahl Nilsson
Thanks so much for pointing this out Chris. Our current approach only uses HEAD, not the actual tag, as you point out. I've fixed, tested and pushed a correct version of the installer now. It now does this: git clone git://gitorious.org/gitorious/mainline.git GITORIOUS_ROOT cd

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
Using 0.5.0, https://github.com/schacon/showoff will crash dolt. On submodules, if the submodule has not 'git submodule init', it will link to http://localhost:3000/reponame/tree/g...@git.somewhere.com:project/another-repo.git It also crashed with: Thin web server (v1.5.0 codename Knife)

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Wari Wahab
I have a directory of repositories, deleted showoff, and git clone it again, and from that directory (not showoff). I do a `dolt .`, and clicked on showoff link. What I see is the circular wait thingy, and the stake trace.is similar to the earlier one: Thin web server (v1.5.0 codename Knife)

Re: [gitorious] Root pass for the Gitorious CE Virtual Appliance does not work

2012-10-04 Thread tuxBurner
Thx :) -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Transferring ownership of a project and repository

2012-10-04 Thread Allan Caffee
I'm trying to transfer the ownership of a project and repository belonging to someone whose account has been disabled. Since the account is disabled I'm trying to use the ruby console to transfer ownership, but I'm getting a NoMethodError using the methods defined on these models. I'm new to