forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CVS anonymous - no such user

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
ddv



Joined: 13 May 2005
Posts: 2

PostPosted: Fri May 13, 2005 11:35 pm    Post subject: CVS anonymous - no such user Reply with quote

cvs -d:pserver:pserver:anonymous@ps2dev.org:/home/ps2cvs login
(Logging in to pserver:anonymous@ps2dev.org)
CVS password:
Fatal error, aborting.
pserver:anonymous: no such user
cvs login: authorization failed: server ps2dev.org rejected access to /home/ps2cvs for user pserver:anonymous


Do you change user for CVS access?
Back to top
View user's profile Send private message
Steve F



Joined: 27 Apr 2005
Posts: 75
Location: Texas USA

PostPosted: Fri May 13, 2005 11:52 pm    Post subject: Reply with quote

I just ran an update (actually it's still running), and anonymous worked fine.

My .cvspass line is
/1 :pserver:anonymous@cvs.ps2dev.org:2401/home/ps2cvs Ay=0=a%0bZ

Called from ps2devupdate.sh as

## CVS configuration.
if [ -z "`cat ~/.cvspass | grep $CVSROOT`" ]; then
echo "THE SECRET PASSWORD IS: anonymous"
cvs -d $CVSROOT login
fi

And my CVSROOT is

export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:2401/home/ps2cvs"
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Fri May 13, 2005 11:55 pm    Post subject: Reply with quote

Quote:
cvs -d:pserver:pserver:anonymous@ps2dev.org:/home/ps2cvs login


Quote:
pserver:anonymous: no such user
cvs login: authorization failed: server ps2dev.org rejected access to /home/ps2cvs for user pserver:anonymous


You have pserver in there twice, take one out.
Back to top
View user's profile Send private message Visit poster's website
ddv



Joined: 13 May 2005
Posts: 2

PostPosted: Fri May 13, 2005 11:57 pm    Post subject: Reply with quote

ooPo wrote:

You have pserver in there twice, take one out.

BIG THANKS!
Back to top
View user's profile Send private message
Steve F



Joined: 27 Apr 2005
Posts: 75
Location: Texas USA

PostPosted: Sat May 14, 2005 12:21 am    Post subject: Reply with quote

I just ran an update (actually it's still running), and anonymous worked fine.

My .cvspass line is
/1 :pserver:anonymous@cvs.ps2dev.org:2401/home/ps2cvs Ay=0=a%0bZ

Called from ps2devupdate.sh as

## CVS configuration.
if [ -z "`cat ~/.cvspass | grep $CVSROOT`" ]; then
echo "THE SECRET PASSWORD IS: anonymous"
cvs -d $CVSROOT login
fi

And my CVSROOT is

export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:2401/home/ps2cvs"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
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