[gitorious] Re: My Gitorious Install Experience

2011-04-01 Thread Olivier Refalo
your paperclip patch just saved my day... thank you. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: Tortoise GIT versus SmartGIT

2011-04-09 Thread Olivier Refalo
They have nothing in common, except maybe the usage of git. TurtoiseGit is a windows integration tool - quite unstable imho. Will do ok on small repositories. it's free. Smartgit is just a better git gui, it has nothing smart. you can still do many mistakes and barely helps. Lucky smartgit,

Re: [gitorious] Clicking Project link fails - {:suspe nded_at=nil} in quey

2011-04-12 Thread Olivier Refalo
thank you! -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] BUG report: GitRuby::Internal::PackFormatError

2011-04-12 Thread Olivier Refalo
Context: On windows 32 bits, the git command typically fails with an out of memory error while compressing large files. To fix this issue, I had to run the following statement git --config pack.window 0 This turns off compression before the files get pushed to gitorious. It works GREAT. I can

Re: [gitorious] BUG report: GitRuby::Internal::PackFormatError

2011-04-13 Thread Olivier Refalo
Will do, thank you -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: Can't push to repository

2011-04-15 Thread Olivier Refalo
on the server, check ~git/.ssh/AuthorizedKeys and make sure there is an entry that matches your id*.pub key in your local environment (~/.ssh) -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

[gitorious] Re: gitorious@rails 3 status

2011-04-21 Thread Olivier Refalo
it didn't work for me, had to force rails 2 -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: Had someone leave the team, now I need to clean up Gitorious and remove them and their private repositories?

2011-04-21 Thread Olivier Refalo
You can suspend a user - removing it must be done using SQL I would also reset is password, and using his access delete his/her project one by one - that's a built in feature. -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

[gitorious] Re: Groups not working

2011-04-21 Thread Olivier Refalo
this I found the solution - I indeed have my roles table empty Ah, I think we nailed it now, your database doesn't have any roles defined. I just tried deleting all the roles from my own local install and got the exact same problems that you had. These roles should have been created when

[gitorious] Re: Merge request not showing list of changed files

2011-04-21 Thread Olivier Refalo
HAving the very same issue. I can create forks, push to them but creating a merge request fails.. there is no commits to select from. -- 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] Merge request

2011-04-26 Thread Olivier Refalo
Thank you , will look into it -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com