Hello,
i've installed apache on my fedora 14 box and this misterious /gf is there stealing all 404 requests.
currently i'm getting an svn rerror because of this:
[sombriks@gau tste]$ svn checkout http://192.168.0.169/repo/ A repo/teste-asdf A repo/trunk Gerado cópia de trabalho para revisão 4. [sombriks@gau tste]$ ls repo [sombriks@gau tste]$ cd repo/ [sombriks@gau repo]$ ls teste-asdf trunk [sombriks@gau repo]$ touch file.txt [sombriks@gau repo]$ svn add file.txt A file.txt [sombriks@gau repo]$ svn commit -m "test" Adicionando file.txt svn: Commit falhou (detalhes a seguir): svn: Repositório movido temporariamente para '/gf/project/?feedback=Page Not Found. Try searching for projects'; por favor execute 'relocate' svn: Repositório movido temporariamente para '/gf/project/?feedback=Page Not Found. Try searching for projects'; por favor execute 'relocate' [sombriks@gau repo]$
any help is welcome.
Hello everyone.
I figured what is it, it's the faulty gforge installation, it appended this inside /etc/httpd/conf/httpd.conf :
Include /etc/gforge/httpd.conf
and this faulty configuration was doing this:
i get rid of the offensive configuration and now my svn repo is shiny operational.
for information, gforge seems to be compatilbe with fedora core 5, maybe because of this such problems with him.
2011/9/28 Leonardo sombriks@gmail.com:
Hello,
i've installed apache on my fedora 14 box and this misterious /gf is there stealing all 404 requests.
currently i'm getting an svn rerror because of this:
[sombriks@gau tste]$ svn checkout http://192.168.0.169/repo/ A repo/teste-asdf A repo/trunk Gerado cópia de trabalho para revisão 4. [sombriks@gau tste]$ ls repo [sombriks@gau tste]$ cd repo/ [sombriks@gau repo]$ ls teste-asdf trunk [sombriks@gau repo]$ touch file.txt [sombriks@gau repo]$ svn add file.txt A file.txt [sombriks@gau repo]$ svn commit -m "test" Adicionando file.txt svn: Commit falhou (detalhes a seguir): svn: Repositório movido temporariamente para '/gf/project/?feedback=Page Not Found. Try searching for projects'; por favor execute 'relocate' svn: Repositório movido temporariamente para '/gf/project/?feedback=Page Not Found. Try searching for projects'; por favor execute 'relocate' [sombriks@gau repo]$
any help is welcome.