Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
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? :: Archived
Global 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
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  CVS Info

Topic Archived View previous topic :: View next topic  
Author Message
Pazu
Nice poster
Nice poster

Offline Offline
Joined: Feb 14, 2005
Posts: 86

PostPosted: 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
View user's profile Visit poster's website
Memphis
Silver Supporter
Silver Supporter

Offline Offline
Joined: Dec 17, 2005
Posts: 56
Location: Ohio, USA
PostPosted: 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
View user's profile Visit poster's website
Memphis
Silver Supporter
Silver Supporter

Offline Offline
Joined: Dec 17, 2005
Posts: 56
Location: Ohio, USA
PostPosted: 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
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: 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 Razz

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
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
Memphis
Silver Supporter
Silver Supporter

Offline Offline
Joined: Dec 17, 2005
Posts: 56
Location: Ohio, USA
PostPosted: 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
View user's profile Visit poster's website
xfsunoles
XHTML Specialist
XHTML Specialist

Offline Offline
Joined: Apr 30, 2004
Posts: 2502
Location: Melbourne, Florida
PostPosted: 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
View user's profile Visit poster's website AIM Address MSN Messenger Yahoo Messenger Photo Gallery
Memphis
Silver Supporter
Silver Supporter

Offline Offline
Joined: Dec 17, 2005
Posts: 56
Location: Ohio, USA
PostPosted: 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
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: 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" Razz

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
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
Memphis
Silver Supporter
Silver Supporter

Offline Offline
Joined: Dec 17, 2005
Posts: 56
Location: Ohio, USA
PostPosted: 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 Smile 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
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  CVS Info
Page 2 of 2
All times are GMT
Go to page Previous  1, 2

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

Детальніше...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy