Re: [zones-discuss] svnserve

2009-10-06 Thread The Defiant
Wow, Thanks you guys!!! Very informative.. If anyone else has a similar issue they can try this too: http://fred.nomades.info/sysadm/sol10/#svn Cheers -TheDefiant. Message was edited by: defian7 -- This message posted from opensolaris.org ___ zone

Re: [zones-discuss] svnserve

2009-10-06 Thread Enrico Maria Crisostomo
Hi. I'd also take into account how you plan to configure Subversion. When I'm not needing Apache2 and mod_svn I usually configure it as an inetd service. I blogged about it, you can start here: http://thegreyblog.blogspot.com/search/label/subversion Hope this helps, Enrico On Tue, Oct 6, 2009 a

Re: [zones-discuss] svnserve

2009-10-06 Thread Trevor Pretty
If it does not come with a manifest for SMF you need to write one. If it does then use it! or just use an rc script. However using the rc scrpt ans making a service run under SMF is not hard. Attached is what I wrote as a demo before postgress got an SMF service by default. Look at "demo 2" i

[zones-discuss] svnserve

2009-10-05 Thread The Defiant
Hi All, Another newbie question. I've just configured a seprate contaniner to serve as a seprate svn repository and configured svnserve as the default svn server. Everything works fine, except svnserve wont autostart after rebooting ;( Can someone point me to adding svnserve to autostart. I gue