* 1.4.x anonymous cvs available
@ 2002-09-28 23:27 Thien-Thi Nguyen
2002-09-29 18:53 ` MJ Ray
0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2002-09-28 23:27 UTC (permalink / raw)
folks,
for anyone interested in anonymous cvs access to 1.4.x hacking, the
following commands should get you set up:
CVSROOT=':pserver:anonymous@cvs.glug.org:/home/ttn/cvsroot'
export CVSROOT
cvs login # just type RET here
cvs co hack
cd hack
( cd scripts ; make gscripts="../guile-core/scripts" gscripts-symlinks )
cd guile-core
sh -x autogen.sh
mkdir ../guile-core.b
cd ../guile-core.b
../guile-core/configure --prefix /tmp/a/b/c --without-readline
make && make check
make install && make installcheck
strace -e open /tmp/a/b/c/bin/guile -c '(quit)'
the repo is updated hourly, at this time. yeah, i know: i should have
looked into using arch, but my ISP admin is sort of old-school and i
didn't want him to freak out (just yet ;-). if anoncvs works we will
find a way to use arch in the future.
thi
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 1.4.x anonymous cvs available
2002-09-28 23:27 1.4.x anonymous cvs available Thien-Thi Nguyen
@ 2002-09-29 18:53 ` MJ Ray
2002-09-30 23:26 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: MJ Ray @ 2002-09-29 18:53 UTC (permalink / raw)
Thien-Thi Nguyen <ttn@giblet.glug.org> wrote:
> looked into using arch, but my ISP admin is sort of old-school and i
> didn't want him to freak out (just yet ;-). if anoncvs works we will
> find a way to use arch in the future.
I think what you will need to do is to find arch, get the sftp patches, get
sftp to the server and it should work. However, arch is still very slow in
a couple of common places, so if you have time (hah!), then you should
probably work on speeding them up if you're going to use it for Real Work.
--
MJR| v
---|--[ Luminas internet applications http://www.luminas.co.uk/ ]-----|
`--[ http://mjr.towers.org.uk/ ]---------[ slef at jabber.at ]-----'
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 1.4.x anonymous cvs available
2002-09-29 18:53 ` MJ Ray
@ 2002-09-30 23:26 ` Thien-Thi Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2002-09-30 23:26 UTC (permalink / raw)
Cc: guile-user
From: MJ Ray <markj@cloaked.freeserve.co.uk>
Date: Sun, 29 Sep 2002 18:53:55 GMT
[tips] [...] arch is still very slow in a couple of common places, so
if you have time (hah!), then you should probably work on speeding
them up if you're going to use it for Real Work.
perhaps arch will be speedy enough by the time i get around to using it.
thanks for the tips.
thi
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-30 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-28 23:27 1.4.x anonymous cvs available Thien-Thi Nguyen
2002-09-29 18:53 ` MJ Ray
2002-09-30 23:26 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).