[gitorious] Re: RAILS_ENV=production rake db:reset ?

2009-05-29 Thread Marius Mårnes Mathiesen
On 30. mai. 2009, at 03.59, prlawrence wrote: > Will RAILS_ENV=production rake db:reset get me back to square one, > where I want to be? Yes, it should. Running rake -T db (show tasks containing "db" in the task name) displays this: rake db:reset Drops and recreates the database from

[gitorious] RAILS_ENV=production rake db:reset ?

2009-05-29 Thread prlawrence
I'd like to reset my production database (now that I'm starting to understand what's really going on :-). This command showed me what looks like quite a few options: /var/www/gitorious> fgrep -R 'db:' . Will RAILS_ENV=production rake db:reset get me back to square one, where I want to be? Phil

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread prlawrence
Yes, that was *extremely* helpful. Thanks! Phil Lawrence On May 29, 2:47 pm, Marius Mårnes Mathiesen wrote: > On 29. mai. 2009, at 19.06, prlawrence wrote: > > > I am very confused.  We saw that when I created the repository > > something appeared in the development.log file.  So why are thes

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Marius Mårnes Mathiesen
On 29. mai. 2009, at 19.06, prlawrence wrote: > I am very confused. We saw that when I created the repository > something appeared in the development.log file. So why are these in > the production database? Why do I even have to have a test, dev, and > prod database? I don't want to develop g

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Marius Mårnes Mathiesen
On 29. mai. 2009, at 19.06, prlawrence wrote: > I am very confused. We saw that when I created the repository > something appeared in the development.log file. So why are these in > the production database? Why do I even have to have a test, dev, and > prod database? I don't want to develop g

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Nagatoro
On Friday 29 May 2009 19:06:30 prlawrence wrote: > On May 29, 11:22 am, Cedric GESTES wrote: > > Ok, is that working for a new repository? > > No, the repositories are in fact created, and they are listed under a > project in gitorious, but clicking the source tree icon for the repo > just leads

[gitorious] Re: My proxy requires authentication, how can I use gitorious with it?

2009-05-29 Thread Paulo Carvalho
Thanks, Marius. How can I "use SSL certificates for authenticating towards the proxy"? I have no idea... I think gitorious should prompt the user for login/password instead of throwing an exception when stumbling upon a proxy requiring authentication. For instance, most subversion clients do t

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread prlawrence
BTW: On May 29, 11:22 am, Cedric GESTES wrote: > ... > You can activate others by editing the sql database (set ready to 1 in > the project table) Thanks! Of course this is an unacceptable solution for production, but yes, setting it to 1 did cause the web interface to work. I can now browse

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread prlawrence
When I create a new repository in gitorious, I see this: $ tail -f development.log Grit::Git (0.49): /usr/bin/env git --git-dir='/home/git/99e/ 7a1/07627fbb07dd03122e3a6433aeb559b223.git' init --template='/var/www/ gitorious/data/git-template' Repository Load (174.0ms) SELECT * FROM `reposito

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Cedric GESTES
Ok, is that working for a new repository? You can activate others by editing the sql database (set ready to 1 in the project table) 2009/5/29 prlawrence : > > On May 29, 10:07 am, Cedric GESTES wrote: >> 2009/5/29 prlawrence : >> > I can now crreate users, upload keys, create teams and projects

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread prlawrence
On May 29, 10:07 am, Cedric GESTES wrote: > 2009/5/29 prlawrence : > > I can now crreate users, upload keys, create teams and projects. > > However, when I create a new repository, I get the message: "This > > repository is being created, it will be ready pretty soon…" > > > I see that repos are

[gitorious] Re: "This repository is being created..."

2009-05-29 Thread Cedric GESTES
you need to have the good permission. The server (that run gitorious) need access to the git repo folder. (in my setup I added the www-data in the git group) 2009/5/29 prlawrence : > > I can now crreate users, upload keys, create teams and projects. > However, when I create a new repository, I ge

[gitorious] "This repository is being created..."

2009-05-29 Thread prlawrence
I can now crreate users, upload keys, create teams and projects. However, when I create a new repository, I get the message: "This repository is being created, it will be ready pretty soon…" I see that repos are being created under /home/git. What could be the problem? I tried cloning the new (

[gitorious] Re: script/poller run error

2009-05-29 Thread prlawrence
On May 29, 4:39 am, Johan Sørensen wrote: > Hi Phil, > > On Fri, May 29, 2009 at 1:56 AM, prlawrence wrote: > > Here are the errors: > > $ script/poller run > > /opt/ruby-enterprise-1.8.6-20090421/lib/ruby/1.8/yaml.rb:133:in > > `load': syntax error on line 21, col 1: ` Warning: The database >

[gitorious] Re: script/poller run error

2009-05-29 Thread Johan Sørensen
Hi Phil, On Fri, May 29, 2009 at 1:56 AM, prlawrence wrote: > > Gitorious seems to be working, but won't do certain things like create > a new repo.  I gather its because I don't have the poller running. > > However, attempting to run the poller gives an error similar to what I > get when I try

[gitorious] Re: error on SSH key save

2009-05-29 Thread Johan Sørensen
Hi, On Fri, May 29, 2009 at 1:26 AM, prlawrence wrote: > Sure enough, I didn't have ActiveMQ running. Take a look at http://gitorious.org/gitorious/pages/Upgrading it has a link to stompserver which is an lightweight alternative. While ActiveMQ is not required as such, you do need a STOMP comp

[gitorious] Re: My proxy requires authentication, how can I use gitorious with it?

2009-05-29 Thread Marius Mårnes Mathiesen
On 28. mai. 2009, at 18.04, Paulo Carvalho wrote: > Thanks very much for the concern, but I fear having my username and > password in clear text recorded in user histories, server logs, etc. > is out of the question. Here in my environment, the login/password > pair is global, thus, someone rea