|
|
| |
Forums ⇒ CMS (All) ⇒ CVS Info :: Archives ⇒ What is CVS, and why/how is it used? :: Archived
What is CVS, and why/how is it used? :: ArchivedGlobal information regarding the state of our CVS and changes committed. Members are only allowed to reply to these topics.
Go to page Previous 1, 2
| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
Pazu Nice poster


Offline Joined: Feb 14, 2005 Posts: 86
|
Posted: Sat Mar 05, 2005 5:22 pm Post subject: Re: What is CVS, and why/how is it used? |
|
Those directions don’t help. I set up my web root as directed, then type 4. cvs -q -z6 update -Pd, at which point CVS displays:
| Code:: |
cvs update: No CVSROOT specified! Please use the `-d' option
cvs [update aborted]: or set the CVSROOT environment variable. |
Pazu's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.17.11-grsechg / Apache 1.3.37 / MySQL 4.1.21-standard / PHP 5.2.1 / Dragonfly 9.1.1
|
|
| Back to top |
|
 |
Memphis Silver Supporter


Offline Joined: Dec 17, 2005 Posts: 56 Location: Ohio, USA
|
Posted: Sun Jan 29, 2006 9:41 pm Post subject: Re: What is CVS, and why/how is it used? |
|
I get the same error - follow steps 1 through 4 and checked everything several times, with no luck. Also, it says before step 1 that this is the way to install to root, then after step 4 it says "If you find that you want to move the CVS files into the root directory after using option one"... not sure if I'm missing something, but that last line sounds like it will install DF to a subdirectory?
Anyone know how to get past this error or what the syntax/setup is for installing to the site's root (public_html) directory?
_________________ Xtreme Themes - professionally designed DF themes
Memphis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat E3/Apache 1.3.34/MySQL 4.0.25/PHP 4.3.11/CPG 9.0.6.1
|
|
| Back to top |
|
 |
Memphis Silver Supporter


Offline Joined: Dec 17, 2005 Posts: 56 Location: Ohio, USA
|
Posted: Sun Jan 29, 2006 10:54 pm Post subject: Re: What is CVS, and why/how is it used? |
|
ok - I started from scratch, and did the 4 steps as outlined in dragonflycms.org/Wiki/id=41.html - then in the /public_html dir in SSH I type cvs -q -z6 update -Pd and it brings the whole dragonfly download over - the site is in an /html directory and there's /languages and several others... I'm trying to just copy the contents of the CVS /html to my /public_html - any idea what else may need to be done?
If I run the command from the /public_html/CVS dir I get the error mentioned in the previous post about 'no root defined', so I'm assuming this command needs to be ran from inside the /public_html dir?
_________________ Xtreme Themes - professionally designed DF themes
Memphis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat E3/Apache 1.3.34/MySQL 4.0.25/PHP 4.3.11/CPG 9.0.6.1
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Sun Jan 29, 2006 11:28 pm Post subject: Re: What is CVS, and why/how is it used? |
|
As the wiki says there's only one line in the Repository and Root file. If you hit enter/return you have 2 lines where the first shows text and the other is empty.
Now cvs failed and just loaded everything so next time read the instructions carefully
As of moving /public_html/html/ to /public_html/
| Code:: |
$ cd public_html
$ rm -dfr CVSROOT
$ rm -dfr cvsviewer
$ rm -dfr l10n
$ rm -dfr languages
$ rm -dfr modules
$ rm -dfr themes
$ rm -dfr wysiwyg
$ cd ..
$ mv --force public_html/html/* public_html/
$ mv --force public_html/html/.* public_html/ |
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
Memphis Silver Supporter


Offline Joined: Dec 17, 2005 Posts: 56 Location: Ohio, USA
|
Posted: Sun Jan 29, 2006 11:47 pm Post subject: Re: What is CVS, and why/how is it used? |
|
DJ - I appreciate the reponse, but I am certain there were no carriage-feeds, returns, extra lines, or any other character that should not be in either text file... I did it 10 times and read the directions very, very carefully. I even checked the files after reading your post, and it's a single line in each one...
I did do 'option 1' and transfer everything from the /html dir back up to /public_html, but there's no config.php there... should I have a running install of latest stable before doing this, or am I way off base?
_________________ Xtreme Themes - professionally designed DF themes
Memphis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat E3/Apache 1.3.34/MySQL 4.0.25/PHP 4.3.11/CPG 9.0.6.1
|
|
| Back to top |
|
 |
xfsunoles XHTML Specialist


Offline Joined: Apr 30, 2004 Posts: 2502 Location: Melbourne, Florida
|
Posted: Sun Jan 29, 2006 11:58 pm Post subject: Re: What is CVS, and why/how is it used? |
|
| Memphis wrote: |
DJ - I appreciate the reponse, but I am certain there were no carriage-feeds, returns, extra lines, or any other character that should not be in either text file... I did it 10 times and read the directions very, very carefully. I even checked the files after reading your post, and it's a single line in each one...
I did do 'option 1' and transfer everything from the /html dir back up to /public_html, but there's no config.php there... should I have a running install of latest stable before doing this, or am I way off base? |
9.1 installer create config.php
but remove config.php in the root dir since its now obslete in 9.1
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS
|
|
| Back to top |
|
 |
Memphis Silver Supporter


Offline Joined: Dec 17, 2005 Posts: 56 Location: Ohio, USA
|
Posted: Mon Jan 30, 2006 12:42 am Post subject: Re: What is CVS, and why/how is it used? |
|
xfsunoles your posts sure are cryptic, but right on point.
I think I finally got it working - installed fresh copy of everything and it says 9.1.0.7 in the admin menu...
Thanks both of you for the assistance.
_________________ Xtreme Themes - professionally designed DF themes
Memphis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat E3/Apache 1.3.34/MySQL 4.0.25/PHP 4.3.11/CPG 9.0.6.1
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Mon Jan 30, 2006 1:55 am Post subject: Re: What is CVS, and why/how is it used? |
|
| Memphis wrote: |
| DJ - I appreciate the reponse, but I am certain there were no carriage-feeds, returns, extra lines, or any other character that should not be in either text file... |
Hmm my bad then, but mostly that is the issue.
I've checked it out overhere and saw what happend: there must be an empty file named "Entries"
Will update wiki
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
Memphis Silver Supporter


Offline Joined: Dec 17, 2005 Posts: 56 Location: Ohio, USA
|
Posted: Mon Jan 30, 2006 2:00 am Post subject: Re: What is CVS, and why/how is it used? |
|
I'll jokingly say that instructions must be posted just as carefully as they are read  Tell whoever's responsible for the omission that they cost me about 4 hours of my life lol
Glad it got figured out, as I'll probably do a couple more CVS installs in the near future. Thanks again for the assist DJMaze!
_________________ Xtreme Themes - professionally designed DF themes
Memphis's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat E3/Apache 1.3.34/MySQL 4.0.25/PHP 4.3.11/CPG 9.0.6.1
|
|
| Back to top |
|
 |
|
|
|
| |
 |
 Welcome Anonymous
|
|
|
|