[csw-buildfarm] svn servers config file location changed?
Sebastian Kayser
skayser at opencsw.org
Thu Apr 29 00:35:44 CEST 2010
Hi,
just noticed that svn on the build hosts seems to have forgotten about
our proxy. truss shows that it tries to open /etc/opt/csw/subversion/servers
whereas the build hosts only have /etc/subversion/servers. Did the
location used by svn change?
$ truss -topen,connect -vconnect svn up gar/ 2>&1 | tail -20
...
open("/etc/opt/csw/subversion/servers", O_RDONLY|O_LARGEFILE) Err#2 ENOENT
open("/home/skayser/.subversion/servers", O_RDONLY|O_LARGEFILE) = 3
open("/etc/opt/csw/subversion/config", O_RDONLY|O_LARGEFILE) Err#2 ENOENT
open("/home/skayser/.subversion/config", O_RDONLY|O_LARGEFILE) = 3
...
connect(4, 0xFFBFF100, 16, 1) Err#128 ENETUNREACH
AF_INET name = 216.34.181.65 port = 443
svn: OPTIONS of 'https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2': could not connect to server (https://gar.svn.sf.net)
@Rupert: Also noticed that the changelog.CSW file in the package is still
the one from the 1.6.6 version (my comment in the Makefile might have
been misleading), would you mind updating it for newer versions? :)
Sebastian
More information about the buildfarm
mailing list