- updated CVS server name (new SF CVS infrastructure)

This commit is contained in:
Volker Ruppert 2006-05-14 09:16:29 +00:00
parent f4c7b4074e
commit 0a953ffa75
2 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<!-- <!--
================================================================ ================================================================
doc/docbook/development/development.dbk doc/docbook/development/development.dbk
$Id: development.dbk,v 1.21 2006-01-21 12:51:54 vruppert Exp $ $Id: development.dbk,v 1.22 2006-05-14 09:16:29 vruppert Exp $
This is the top level file for the Bochs Developers Manual. This is the top level file for the Bochs Developers Manual.
================================================================ ================================================================
@ -68,7 +68,7 @@ anything here." At this point, you've succeeded and you never have to do
this step again, ever. this step again, ever.
<screen> <screen>
ssh <replaceable>sfusername</replaceable>@cvs.sf.net ssh <replaceable>sfusername</replaceable>@bochs.cvs.sf.net
</screen> </screen>
</para> </para>
@ -109,9 +109,9 @@ overwrite it.
</para> </para>
<screen> <screen>
export CVSROOT=":ext:<replaceable>sfusername</replaceable>@cvs.sourceforge.net:/cvsroot/bochs" export CVSROOT=":ext:<replaceable>sfusername</replaceable>@bochs.cvs.sourceforge.net:/cvsroot/bochs"
cvs -z3 checkout bochs cvs -z3 checkout bochs
<replaceable>sfusername</replaceable>@cvs.sourceforge.net's password: <replaceable><--type your password</replaceable> <replaceable>sfusername</replaceable>@bochs.cvs.sourceforge.net's password: <replaceable><--type your password</replaceable>
</screen> </screen>
<para> <para>
@ -141,9 +141,9 @@ since you downloaded it last.
<screen> <screen>
$ cvs update file.cc $ cvs update file.cc
<replaceable>sfusername</replaceable>@cvs.sf.net's password: <replaceable><--type your password</replaceable> <replaceable>sfusername</replaceable>@bochs.cvs.sf.net's password: <replaceable><--type your password</replaceable>
$ cvs commit file.cc $ cvs commit file.cc
<replaceable>sfusername</replaceable>@cvs.sf.net's password: <replaceable><--type your password</replaceable> <replaceable>sfusername</replaceable>@bochs.cvs.sf.net's password: <replaceable><--type your password</replaceable>
[editor opens. type log message, save, and exit.] [editor opens. type log message, save, and exit.]
</screen> </screen>
@ -163,7 +163,7 @@ Here is an example of a successful checkin:
<screen> <screen>
$ cvs commit misc.txt $ cvs commit misc.txt
<replaceable>sfusername</replaceable>@cvs.sf.net's password: <replaceable><--type your password</replaceable> <replaceable>sfusername</replaceable>@bochs.cvs.sf.net's password: <replaceable><--type your password</replaceable>
[edit log msg] [edit log msg]
Checking in misc.txt; Checking in misc.txt;
/cvsroot/bochs/bochs/doc/docbook/misc.txt,v <-- misc.txt /cvsroot/bochs/bochs/doc/docbook/misc.txt,v <-- misc.txt
@ -175,7 +175,7 @@ And here is an aborted one:
<screen> <screen>
$ cvs commit misc.txt $ cvs commit misc.txt
<replaceable>sfusername</replaceable>@cvs.sf.net's password: <replaceable><--type your password</replaceable> <replaceable>sfusername</replaceable>@bochs.cvs.sf.net's password: <replaceable><--type your password</replaceable>
[quit editor without saving] [quit editor without saving]
Log message unchanged or not specified Log message unchanged or not specified
a)bort, c)ontinue, e)dit, !)reuse this message unchanged for remaining dirs a)bort, c)ontinue, e)dit, !)reuse this message unchanged for remaining dirs
@ -2075,8 +2075,8 @@ Do a clean checkout using anonymous cvs, so that the source tarball
will be all set up for anonymous cvs. First I'll create a clean will be all set up for anonymous cvs. First I'll create a clean
directory called "clean-anon". directory called "clean-anon".
<screen> <screen>
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bochs login cvs -d:pserver:anonymous@bochs.cvs.sourceforge.net:/cvsroot/bochs login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bochs \ cvs -z3 -d:pserver:anonymous@bochs.cvs.sourceforge.net:/cvsroot/bochs \
checkout -d clean-anon bochs checkout -d clean-anon bochs
</screen> </screen>
Start with clean-anon which tracks the CVS head. Change its sticky tag Start with clean-anon which tracks the CVS head. Change its sticky tag

View File

@ -1,7 +1,7 @@
<!-- <!--
================================================================ ================================================================
doc/docbook/user/user.dbk doc/docbook/user/user.dbk
$Id: user.dbk,v 1.211 2006-05-12 17:04:19 sshwarts Exp $ $Id: user.dbk,v 1.212 2006-05-14 09:16:29 vruppert Exp $
This is the top level file for the Bochs Users Manual. This is the top level file for the Bochs Users Manual.
================================================================ ================================================================
@ -986,10 +986,10 @@ available at <ulink url="http://www.cygwin.com">www.cygwin.com</ulink>.
<figure><title>Checking out Bochs in CVS</title> <figure><title>Checking out Bochs in CVS</title>
<screen> <screen>
user$ <command>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bochs login</command> user$ <command>cvs -d:pserver:anonymous@bochs.cvs.sourceforge.net:/cvsroot/bochs login</command>
(Logging in to anonymous@cvs.sourceforge.net) (Logging in to anonymous@bochs.cvs.sourceforge.net)
CVS password: <replaceable>(there is no password, just press Enter)</replaceable> CVS password: <replaceable>(there is no password, just press Enter)</replaceable>
user$ <command>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bochs checkout bochs</command> user$ <command>cvs -z3 -d:pserver:anonymous@bochs.cvs.sourceforge.net:/cvsroot/bochs checkout bochs</command>
cvs server: Updating bochs cvs server: Updating bochs
U bochs/.bochsrc U bochs/.bochsrc
U bochs/.conf.AIX.4.3.1 U bochs/.conf.AIX.4.3.1