Forum: help


By: Christophe Gengembre on 2017-05-16 09:23 | [forum:1013] |
Hi, Thanks a lot. I then modified /etc/hosts on my server to point scm.<servername> to 127.0.1.1 and now it works. regards. Christophe. |
By: Franck Villaume on 2017-05-13 10:37 | [forum:1012] |
Hi, Ubuntu 14.04 tested following the https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/DEB_Installation It runs fine. To get subversion up and running I had to modify my /etc/hosts to point scm.<servername> to 127.0.1.1 example: root@ubuntu:~# cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 ubuntu.forge.wsfv.trivialdev.com ubuntu scm.ubuntu.forge.wsfv.trivialdev.com About the authentication: your project is probably private, you need to authenticate to get access to the scm.<servername> vhost. |
By: Franck Villaume on 2017-05-13 08:51 | [forum:1011] |
Hi, Ubuntu is not tested. The package you have tested is coming from debian repository. Let me test with Ubuntu and I get back to you. |
By: Christophe Gengembre on 2017-05-12 15:41 | [forum:1010] |
This is an other information : when I follow the tab SCM in a project named cgen, I get the following error added in /var/log/apache2/error.log : svn: E180001: Unable to connect to a repository at URL 'file:///srv/svn/cgen' svn: E180001: Unable to open an ra_local session to URL svn: E180001: Unable to open repository 'file:///srv/svn/cgen' svn: E000013: Can't open file '/srv/svn/cgen/format': Permission denied |
By: Christophe Gengembre on 2017-05-12 10:36 | [forum:1009] |
Hello, In have install FusionForge version 6.0.5+201705120232-1 on a ubuntu 14.04 with apt-get. I get an error message when I try to follow the link [Browse Subversion Repository] of a project. Error fetching https://scm.<my server>/authscm/admin/viewvc/?root=<a project> : Could not resolve host: scm.<my server> If I copy scm.<my server> in the url field of my browser, it display a browser of my server. So it is not a host resolution problem. If I copy https://scm.<my server>/authscm/admin/viewvc/?root=<a project> in the url field of my browser, I get a nude page with only the word "Unauthorized". Must I change the owner or the group of the repository of my server ? If I try a check out with the command "svn checkout --username <some body> https://scm.<my server>/authscm/admin/svn/<a project>/", it works. Thanks in adavance for any help. regards. Christophe. |