info-cvs
[Top][All Lists]
Advanced

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

Re: webaplications with cvs


From: Jerry Wang
Subject: Re: webaplications with cvs
Date: Tue, 08 Nov 2005 20:34:47 +0000

Hi Carramba,



>Date: Tue, 08 Nov 2005 19:53:29 +0100

>From: Carramba <address@hidden>

>To: address@hidden

>Subject: webaplications with cvs

>

>hi!

>

>Iam  trying to set up a cvs server for php apliction, instaliation went ok.

>my question is

>how do I set up envaremet in cs so that files I work with is in www  

>(document root for apache) directory,

>since they are executet and chaget on day bases.

>do I set up repository for same dir? or I move file copys with chechout?

>I have done folowing

>

>CVSROOT=/usr/local/CVSROOT

>export CVSROOT

>

>then I hit

>

>cvs import -m "imported files" /usr/local/www/ yoyo start

>and I get error

>cvs [import aborted]: directory /usr/local/www/ not relative within the  

>repository

>



It means you use a wrong repository name. You should import it with following 
steps:



cd /usr/local/www

cvs import -m "imported files" www yoyo start



'www' in cvs import command means the repository name. It's not your source 
file path.



>I se that some configuration is wrong but how do I fix this?

>

>

>

>-- 

>

>Thanx in advance

>________________________

>

>

>

>_______________________________________________

>Info-cvs mailing list

>address@hidden

>http://lists.nongnu.org/mailman/listinfo/info-cvs




Sincerely

Jerry
______________________________________________________
Get Paid... With Your Free Email at
http://www.zwallet.com/index.html?user=wjowner




reply via email to

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