|
Posted by Carramba on 03/12/06 11:41
Hi!
All advice a welcome! the problem with subversion is that it's not
suported by eclips as default,
and we are using eclips as development platform.
I have to agry that local tests is simplest why to solve this,
but when u need remote testing posibility (difer in php version or
php.ini, licensing off other components etc)
u run in a bit harde problems. enyway I found some good info how to do this
http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_18.html#SEC177
thak you all! :)
On Sat, 11 Mar 2006 21:52:44 +0100, rlee0001 <robeddielee@hotmail.com>
wrote:
> Carramba,
>
> To answer your question, no you should not try to run the PHP files
> from inside the repository. Maybe technically it is possible with CVS
> but I would not recommend it.
>
> You can however use your local working copy (the copy each developer
> checks out of the repository to work on) as the document root for a
> local apache/php testing server. That will allow you to checkout the
> currect revisions and debug them. This is how I usually work. But
> generally you create a tag when your project reaches a stable point,
> checkout a working copy of that tag and upload it to the server
> manually.
>
> I know you didn't ask for optinions about alternative version control
> systems but I would strongly recommend Subversion instead of CVS.
>
> -Robert
>
________________________
Thanx in advance
Navigation:
[Reply to this message]
|