[Bps-public-commit] r9990 - in SVKUI: . trunk

clsung at bestpractical.com clsung at bestpractical.com
Tue Dec 18 08:07:45 EST 2007


Author: clsung
Date: Tue Dec 18 08:07:44 2007
New Revision: 9990

Modified:
   SVKUI/   (props changed)
   SVKUI/trunk/README
   SVKUI/trunk/bin/jifty

Log:
 r10083 at going04:  clsung | 2007-12-18 21:07:40 +0800
 - my wrapper
 - now just bin/jifty server start SVKUI :)


Modified: SVKUI/trunk/README
==============================================================================
--- SVKUI/trunk/README	(original)
+++ SVKUI/trunk/README	Tue Dec 18 08:07:44 2007
@@ -1,7 +1,11 @@
 We have svk-logger :) so this is the time to show the power 
 of SVK via Jifty :)
 
-to start up SVKUI, env SVKLOGCONFFILE path-to-here/etc/log.conf
+To start up SVKUI, set properly etc/log.conf,
+also need to check path-to/svk-logger/lib in bin/jifty
+
+How to start:
+% bin/jifty server
 
 *HEADSUP* For some unknown reasons, svk checkout has problems here.
 So please invoke jifty with '-MSVK::Root::Checkout' to avoid the problem.

Modified: SVKUI/trunk/bin/jifty
==============================================================================
--- SVKUI/trunk/bin/jifty	(original)
+++ SVKUI/trunk/bin/jifty	Tue Dec 18 08:07:44 2007
@@ -4,8 +4,12 @@
 use File::Basename qw(dirname); 
 use UNIVERSAL::require;
 
+$ENV{SVKLOGCONFFILE} = 'etc/log.conf';
+unshift @INC, '../../../svk/branches/svk-logger/lib/';
 use Jifty;
 use Jifty::Script;
+eval {require 'SVK/Root/Checkout.pm'};
+#eval {use SVK::Root::Checkout;};
 
 local $SIG{INT} = sub { warn "Stopped\n"; exit; };
 Jifty::Script->dispatch();



More information about the Bps-public-commit mailing list