Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson Slave server ready for testing

Hi,

I noticed one more difference between build and build2:
On build I can access our svn repository at
  svn://localhost/svnroot/tools/org.eclipse.objectteams/
whereas using the same URL on build2 gives:
  svn: Can't connect to host 'localhost': Connection refused
So I need to change the URL to s.t. like
  svn://build/svnroot/tools/org.eclipse.objectteams/

Is this by intention or should the svn server be enabled on build2, 
too? I mean the file system is already mounted, why still use a
remote server?
Could be a missing entry in /etc/hosts.allow?

Stephan


Back to the top