Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Marius Mårnes Mathiesen
Jaco Theron writes: Hi Marius, Can you maybe advise me on what configuration I need to change in order for this command below to perform the production and not development? [gitorious@mars gitorious]$ bundle exec rake db:schema:load Jaco, Sorry for falling behind on the mailing list

[gitorious] Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Jaco Theron
Hi, When I try to push a project from Eclipse eGit I get the following error: gitori...@192.168.xx.xx:test-1/test-2.git: == Gitorious: == fatal error

Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Jaco Theron
Hi Marius, Thank you for the advice. I fixed it by adding RAILS_ENV=production to the command at that time. Regards, Jaco T On Wednesday, January 16, 2013 3:18:37 PM UTC+2, Marius Mårnes Mathiesen wrote: Jaco Theron writes: Hi Marius, Can you maybe advise me on what

[gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Jaco Theron
Hi, I had the wrong port in gitorious.yml for this, change to 80 and now get the error: Access denied or bad repository path for {user} I, [2013-01-16 15:52:01#1968] INFO -- : Connection from 192.168.XX.XX 52492 22 (jacot): git-upload-pack 'test-1/test-2.git' I, [2013-01-16

Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Thomas Kjeldahl Nilsson
Strange. And you´ve explicitly set the gitorious host to something else in gitorious.yml? Christian, any ideas? cheers, Thomas On Wednesday, January 16, 2013 at 3:29 PM, Jaco Theron wrote: Hi Thomas, I cannot find any place where a config might still point to gitorious.local

Re: [gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Thomas Kjeldahl Nilsson
Just checking something here first: there is a test-1/test-1 project/repo defined in the web interface before you try to push to it, or do you just push without creating the project/repo in the web frontend first? cheers, Thomas On Wednesday, January 16, 2013 at 2:52 PM, Jaco Theron wrote:

Re: [gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Jaco Theron
Hi Thomas, No problem, yes I created it already via the web interface and it does exists. The user jacot is also the creator and administrator, reviewer and committer. Kind Regards Jaco On Wednesday, January 16, 2013 5:27:13 PM UTC+2, Thomas Kjeldahl Nilsson wrote: Just checking

[gitorious] Re: Trying to enable email notification causes logging off...

2013-01-16 Thread Bert JW Regeer
On Tuesday, 15 January 2013 06:47:00 UTC-7, othiman wrote: Hi, I want to enable email notification on gitorious.org by going to Dashboard - Your favorites and click on the off in the Email notifications column.But the only thing that happens isthat I am logged off the site. Does

[gitorious] Re: Gitorious 2.4.5 has been released

2013-01-16 Thread Bert JW Regeer
On Wednesday, 9 January 2013 01:29:28 UTC-7, Marius Mårnes Mathiesen wrote: Hi all, Last night a serious vulnerability in Ruby on Rails was discovered, and anyone running Gitorious on their server should upgrade Gitorious *immediately*. This blog post has more details:

Re: [gitorious] ldap groups plus gitorious teams

2013-01-16 Thread vburak
hi, i've enabled ldap authorization, and now can see Ldap group names box. But it seems like groups are not checked using my ldap server, so i can create team with any ldap group as a member. But even if I add group that exists on my ldap server, it still have 0 members in it. Please, advice

Re: [gitorious] Gitorious update release

2013-01-16 Thread Federico Don
Hello, I performed the following steps: # cd /home/git/gitorious/ # bundle exec rake changelog # git fetch git://gitorious.org/gitorious/mainline.git # git fetch --tags # git merge v2.3.0 # rake assets:clear # bundle exec rake changelog # git submodule init # git submodule update # rake

Re: [gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Thomas Kjeldahl Nilsson
Just checking off the most obvious possible issues, next: you've added your ssh key correctly, it has the green check next to it in the web ui? -t On Thursday, January 17, 2013 at 8:28 AM, Jaco Theron wrote: Hi Thomas, I should add that this is using the SSH push URL. I will not be

Re: [gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Jaco Theron
Hi Thomas, No problem :-) Yes, I have added an SSH key, and after page refresh the green tick is visible. It is also the exact same key I still use on an old Gitorious server. Regards, Jaco On Thursday, January 17, 2013 9:40:29 AM UTC+2, Thomas Kjeldahl Nilsson wrote: Just checking

Re: [gitorious] Re: Gitorious 3 Eclipse eGit push error

2013-01-16 Thread Thomas Kjeldahl Nilsson
All right - next up, does the git/gitorious user/group own not only the app itself, but also the directory where the git repositories are stored on disk by gitorious? (the dir configured in therepository_base_path attribute in gitorious.yml?) And of course that directory needs to be present on