4.4.0
list Lars Ebeling
----- Original Message ----- From: "Malcolm Hunter" <user-b3e590ffeb6d@xymon.invalid> To: <user-ae9b8668bcde@xymon.invalid> Sent: Tuesday, March 24, 2009 4:06 PM Subject: Re: [hobbit] 4.4.0
I have downloaded 4.4.0.tar.gz and installed. All testpages have the text "link bb_footer" at the bottom instead of the bb_footer. Was that clear?May I ask where you downloaded this from? Using svn direct to sourceforge creates the links correctly.
I downloaded it with http from sourceforge. I am not familiar with svn. -- Regards Lars Ebeling http://leopg9.no-ip.org Hobbithobbyist "It is better to keep your mouth shut and appear stupid than to open it and remove all doubt." -- Mark Twain
list Malcolm Hunter
▸
I have downloaded 4.4.0.tar.gz and installed. All testpages have the text "link bb_footer" at the bottom instead of the bb_footer. Was that clear?May I ask where you downloaded this from? Using svn direct to sourceforge creates the links correctly.I downloaded it with http from sourceforge. I am not familiar with svn.
I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run: svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0 Regards, Malcolm -- Technical copy-editor & proofreader KDE Proofreading Team KDE British English Translation Team http://l10n.kde.org/team-infos.php?teamcode=en_GB Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
list Joe Sloan
▸
Malcolm Hunter wrote:
I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run: svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0
The problem is that most corporate firewalls don't allow svn traffic - so corporate users are locked out unless xymon is available via other means, such as, for instance, a tarballl downloadable from a web or ftp site - Joe
list Galen Johnson
SVN on sourceforge is just like accessing a web site...you can actually browse to that same link.
▸
-----Original Message-----
From: J Sloan [mailto:user-b1d2c84d244b@xymon.invalid]
Sent: Wednesday, March 25, 2009 3:33 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] 4.4.0
Malcolm Hunter wrote:I think the tarball process on sourceforge doesn't manage links properly. Using svn is very easy - just install subversion and run: svn checkout https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/branches/4.4.0 xymon-4.4.0
The problem is that most corporate firewalls don't allow svn traffic - so corporate users are locked out unless xymon is available via other means, such as, for instance, a tarballl downloadable from a web or ftp site - Joe
list Joe Sloan
▸
Galen Johnson wrote:
SVN on sourceforge is just like accessing a web site...you can actually browse to that same link.
Ah - since my svn attempt failed (hung for a long time then crashed and burned), I was under the impression that svn used a different port from http and didn't look any farther than this - jjs at einstein:~$ grep svn /etc/services svn 3690/tcp subversion # Subversion protocol svn 3690/udp subversion But I see now that the real problem was that svn ignored my $http_proxy environment setting, so it hung on SYN_SENT until it timed out. Joe