You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 144 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - CVS Script Help please!!! [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Tue Aug 19, 2003 5:51 pm Reply with quoteBack to top

OK..

Please can someone help me here, ZX...Anyone???

I know there is comments in the CVS_Script but I am still not sure which lines to comment in or out.

I have an empty .cvspass file in my root directory on the server.

Can someone please explain which lines would be commented in or out and on which occations etc.

Code:
# The following line logs into the Nuke Cops CVS Server anonymously.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs login


Does this line need to be commented in on every update?

Code:
# The following line does a betaNC repository checkout.  This should only be
# used for an initial checkout.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs checkout betaNC


Does the above line need to be commented in on only the first update or all of them?

Code:
# The following line does the actual update to your site using the CVS.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC


OK - Thats obvious!

Code:
# The following line logs out of the Nuke Cops server.
#cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs logout


I take it the above line only needs to be run if the login line has to be run?

Sorry if this seems like bunch of silly questions, but none of this is obvious to me.

Cheers.
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
badger
Sergeant
Sergeant


Joined: Apr 02, 2003
Posts: 113

Location: Scotland

PostPosted: Wed Aug 20, 2003 12:15 am Reply with quoteBack to top

I would leave the first two and the last line you hilighted commented out. (Only if you already have the bundle on your server. )Personally I just run the update by hand by entering:
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC into a command line. It seems to work ok for me but occasionally misses files.

I'm sure all problems will be ironed out soon. These guys are far too clever for their own good Wink

Badger

_________________
The Audio Recording Centre
http://www.audio-recording.co.uk
Find all posts by badgerView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Wed Aug 20, 2003 1:58 am Reply with quoteBack to top

Cheers for that Badger....

Badger / ZX / Anyone...

Please have a look at this....I have a blank .cvspass file in my root (Thats where my home is - following ZXs instructions earlier)

sh-2.05$ cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC
cvs update: authorization failed: server cvs.nukecops.com rejected access to /home/cvs for user anonymous
cvs update: used empty password; try "cvs login" with a real password


Any ideas what is going wrong anyone?
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
badger
Sergeant
Sergeant


Joined: Apr 02, 2003
Posts: 113

Location: Scotland

PostPosted: Wed Aug 20, 2003 2:26 am Reply with quoteBack to top

Code:
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs login
run the above line manually using anonymous as the password, then try
Code:
cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC


I'm already assuming you have the betaNC bundle installed and that it resides in the folder betNC. Run the script from your root (not your betaNC root).
I aint no expert but it worked for me
Badger
Find all posts by badgerView user's profileSend private messageSend e-mailVisit poster's websiteMSN Messenger
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Wed Aug 20, 2003 4:28 am Reply with quoteBack to top

Thanks a lot badger.

I do already have the bundle installed. I can log in manually.

Tell me when you run the update does it actually give you anything back?

When I run it....it will just come back to the command prompt with no messages....is that supposed to happen?

Cheers.
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Wed Aug 20, 2003 5:27 am Reply with quoteBack to top

It should display quickly all the directories and files and tell you if they are getting updated.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Wed Aug 20, 2003 6:50 am Reply with quoteBack to top

Zhen-Xjell wrote:
It should display quickly all the directories and files and tell you if they are getting updated.


Noper...it doesn't. It comes straight back with nothing....I can feel a PM with a user ID and password coming on!

This site is installed with version 1.12.1 of CVS - bang up to date.
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Wed Aug 20, 2003 7:07 am Reply with quoteBack to top

Email...

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Thu Aug 21, 2003 8:23 am Reply with quoteBack to top

Any joy ZX?
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Aug 21, 2003 11:00 am Reply with quoteBack to top

Hi'ya I think I got your email but got laid up the past two nights. Specially with the server upgrade last night. You sent it right?

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Thu Aug 21, 2003 1:41 pm Reply with quoteBack to top

Zhen-Xjell wrote:
Hi'ya I think I got your email but got laid up the past two nights. Specially with the server upgrade last night. You sent it right?


Yeppers I sent it to zx@nukecops.com - Thanks if you could get me up and running with all of this it would be a real help. Please teach me how to fish though because I want to be able to offer this to anyone who wants it. I'll talk to you more about it in the premium area over the next week as there is a whole load of things I want to do.
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
ulissesnelson
Lieutenant
Lieutenant


Joined: Apr 09, 2003
Posts: 188


PostPosted: Sat Sep 13, 2003 5:23 am Reply with quoteBack to top

k i have same problem
but mine its a little more hard becouse my host dont have shell.

what i made

droped a shell script into my server.

after make a google search i found some commands and i found that i have cvs

/usr/bin/cvs

now i have a shell prompt but i cant login into the nukecops cvs.

same problems above

what you need to chek mine ?

_________________
Were You Go Today? <b>NuKe Report </b> ill Help you
Find all posts by ulissesnelsonView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Sep 13, 2003 3:15 pm Reply with quoteBack to top

Hi'ya what errors do you get?

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
ulissesnelson
Lieutenant
Lieutenant


Joined: Apr 09, 2003
Posts: 188


PostPosted: Sun Sep 14, 2003 4:31 am Reply with quoteBack to top

Zhen-Xjell wrote:
Hi'ya what errors do you get?

ops sry hi Zhen i was out in Holidays Smile

k i have the same situation were
Quote:


cvs -d :pserver:anonymous@cvs.nukecops.com:/home/cvs update -I config.php betaNC
cvs update: authorization failed: server cvs.nukecops.com rejected access to /home/cvs for user anonymous
cvs update: used empty password; try "cvs login" with a real password


I have an empty .cvspass file in my root directory on the server

if u can fix this id like to know how to : Smile

maybe i have missing in the cvs commands or sumething

just to refresh,i dont have shell account in my host,they dont provide,but they allowed me to put a php script that simulates shell ,and about cvs in my host ,well they seems to have Smile

_________________
Were You Go Today? <b>NuKe Report </b> ill Help you
Find all posts by ulissesnelsonView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Sep 14, 2003 4:21 pm Reply with quoteBack to top

Hi'ya you have to cvs login first and enter the password manually. Then simply never log out. Use the log in command manually from the script.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.725 Seconds - 86 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::