Home > Archive > PHP Smarty Templates > March 2004 > Re: [SMARTY] Smarty and CVS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [SMARTY] Smarty and CVS
|
|
| Armand Turpel 2004-03-19, 1:29 pm |
| core is ignored by cvs import. you have to disable this feature by:
cvs import -I !
On Monday 15 March 2004 16:58, Gabriel Birke wrote:
> Hello!
>
> I'm using a CVS repository for my projects. My problem is, I wanted to
> import a new project into the repository and the "core" directory in
> the "smarty" directory just gets ignored.
>
> I cd to the project folder (myproject) and then I use the following
> command:
> cvs -d :ext:httpuser@192.168.4.2:/Volumes/Pladde/repo_home import
> myproject1 kontor4 release-1
>
> The first output line from CVS is
> I myproject/includes/smarty/core
>
> Is this just some misconfiguration on my side (any ideas how to
> configure it correctly)? Or has this something to do with Smarty?
>
> Gabriel
> With best regards
>
> Gabriel Birke
| |
| Rainer müller 2004-03-19, 1:29 pm |
| Gabriel Birke schrieb:
> Hello!
>
> I'm using a CVS repository for my projects. My problem is, I wanted to
> import a new project into the repository and the "core" directory in
> the "smarty" directory just gets ignored.
>
> I cd to the project folder (myproject) and then I use the following
> command:
> cvs -d :ext:httpuser@192.168.4.2:/Volumes/Pladde/repo_home import
> myproject1 kontor4 release-1
>
> The first output line from CVS is
> I myproject/includes/smarty/core
>
> Is this just some misconfiguration on my side (any ideas how to
> configure it correctly)? Or has this something to do with Smarty?
>
> Gabriel
> With best regards
>
> Gabriel Birke
>
There is no need to import/(check in) smarty if you do not change it.
Simply add "smarty" and "templates_c" to .cvsignore, that's my way. You
can write in the release notes which version of smarty was tested or
better is expected.
Rainer Müller
Rainer Müller
--
Smarty Development Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
|
|
|
|