CVS repository changed

FYI, the CVS repository has changed to:
:pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

grumble

cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs login
cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs co .

Thanks Sam, I wondered why it didn’t update. ;)On Fri, May 17, 2002 at 07:13:51PM -0700, Sam Lantinga wrote:

FYI, the CVS repository has changed to:
:pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs


Joseph Carter This thing is an AI

Personally, I don’t often talk about social good because when I hear other
people talk about social good, that’s when I reach for my revolver.
– Eric Raymond

-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20020519/6bfc2b02/attachment.pgp

Spoke a little too soon…

knghtbrd at galen:~/src/sdl$ cvs -d
:pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs co .
cvs server: failed to create lock directory for
/home/sdlweb/libsdl.org/cvs' (/home/sdlweb/libsdl.org/cvs/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository/home/sdlweb/libsdl.org/cvs’
cvs [server aborted]: read lock failed - giving up

I apparently haven’t got read permission for . by the looks of it.
Checking out . is basically useful, it gives you the entire CVS
repository. If you can, please correct this.

Additionally, to make sure I actually had the login passwd right (none), I
checked the website, found this:

cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs login

Hit when prompted for a password

cvs -z3 -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs checkout
SDL12
cd SDL12; ./autogen.sh; ./configure; make; make install

periodically run “make distclean; cvs -z3 update -d”

Hit " " ? Hmm, I’m betting you have in there when you really
want <enter> most likely.On Sun, May 19, 2002 at 04:14:54PM -0700, Joseph Carter wrote:

FYI, the CVS repository has changed to:
:pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs

grumble

cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs login
cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs co .

Thanks Sam, I wondered why it didn’t update. :wink:


Joseph Carter Only l33t on Thursdays

that’s IT. I’m never fucking attempting to install redhat
again.
this is like the 10th fucking machine on which the installer has
imploded immediately after I went through the hell of their
package selection process.
Sammy: just use debian and never look back
timball: debian iso’s are being written at this very moment.

-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20020519/b1d453eb/attachment.pgp

I apparently haven’t got read permission for . by the looks of it.
Checking out . is basically useful, it gives you the entire CVS
repository. If you can, please correct this.

Got it.

Additionally, to make sure I actually had the login passwd right (none), I
checked the website, found this:

cvs -d :pserver:guest at libsdl.org:/home/sdlweb/libsdl.org/cvs login

Hit when prompted for a password

Hit " " ? Hmm, I’m betting you have in there when you really
want <enter> most likely.

Yep. :slight_smile:

Thanks!
-Sam Lantinga, Software Engineer, Blizzard Entertainment