gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS checkout trouble


From: David Diaz
Subject: Re: CVS checkout trouble
Date: Wed, 13 Dec 2006 23:54:38 +0100
User-agent: KMail/1.9.5

Victor Engmark wrote:
> -P only purges empty directories after checking out everything, so this
> doesn't work. To make it possible to check out in Windows, you'll have to
> remove the old directories from the repository.

The CVS repository is new. Create a new directory and use the same command to 
do a clean checkout.

cvs -z3 -d:ext:address@hidden:/sources/gnuherds-app co 
gnuherds-app

 or

cvs -z3 -d:pserver:address@hidden:/sources/gnuherds-app co 
gnuherds-app



To get YOUR_USER, register at Savannah and request for inclusion to the 
project.
 http://www.gnuherds.org/GNU_Herds_Hackers_Guide.php#The_CVS_server

 Note: YOUR_USER is needed if you want commit yourself instead of
       sending patches to us.


Install the database:
 http://www.gnuherds.org/GNU_Herds_Hackers_Guide.php#The_PostgreSQL_data_base

After installing the data base, the webapp will need the below modifications:



Problem:
  Fatal error: Smarty error: the $compile_dir 'templates_c' does
  not exist, or is not a directory.
  in /usr/share/php/smarty/libs/Smarty.class.php on line 1095

Solution:
  Layer-0__Site_entry_point$ mkdir templates_c



Problem:
  Fatal error: Smarty error: unable to write to
  $compile_dir '/var/www/g-00.org/Layer-0__Site_entry_point/templates_c'
  Be sure $compile_dir is writable by the web server user.
  in /usr/share/php/smarty/libs/Smarty.class.php on line 1095

Solution:
  Layer-0__Site_entry_point$ chown davi.www-data templates_c
  Layer-0__Site_entry_point$ chmod g+w templates_c


Additionally:

  Layer-0__Site_entry_point$ ln -s Home.php index.php



P.S.: To do a better Installation Manual is delayed.

P.S.: The cvs history is at the OLD-gnuherds-app module, with a lot of new 
mess. Sorry :(   http://cvs.savannah.gnu.org/viewcvs/gnuherds-app/

Davi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]