[fossil-users] Unable to push on remote repository.

2012-08-26 Thread Gautier DI FOLCO
Hi all, I'm new to fossil and I have followed this post ( http://blog.appamatto.com/2011/11/13/multiple-fossil-repositories-setup.html) to setup a fossil on my home server (an OpenBSD 5.1 i386). I have the following nginx.conf : user _nginx; worker_processes 1; events { worker_connections

Re: [fossil-users] Unable to push on remote repository.

2012-08-26 Thread Rene
On 2012-08-26 18:32, Gautier DI FOLCO wrote: Hi all, I'm new to fossil and I have followed this post (http://blog.appamatto.com/2011/11/13/multiple-fossil-repositories-setup.html [1]) to setup a fossil on my home server (an OpenBSD 5.1 i386). I have the following nginx.conf : user _nginx;

Re: [fossil-users] Unable to push on remote repository.

2012-08-26 Thread Gautier DI FOLCO
Hi, Thanks for your answer. 2012/8/26 Rene renew...@xs4all.nl Has the user _nginx on the server write permissions to the repo? No, I think it don't need it, because nginx is just a proxy, I run the 'fossil serve' command as fossil user, so it has the rights to write, and it works because I

Re: [fossil-users] Unable to push on remote repository.

2012-08-26 Thread John Found
You have to set your user name and password. Use: fossil remote-url http://user:password@192.168.0.42/cours-3if The user have to be registered on the remote repository with proper rights. On Sun, 26 Aug 2012 18:32:22 +0200 Gautier DI FOLCO gautier.difo...@gmail.com wrote: Hi all, I'm new to