- updated SVN URLs in the Bochs documentation
- TODO #1: update links on the website - TODO #2: add some information about SVN hook scripts and SVN backups with rsync to the developer doc
This commit is contained in:
parent
4d870e3f4c
commit
6276173b85
@ -71,7 +71,7 @@ SF username and type your password.
|
|||||||
$ svn update file.cc
|
$ svn update file.cc
|
||||||
$ svn commit --username <replaceable>sfusername</replaceable> file.cc
|
$ svn commit --username <replaceable>sfusername</replaceable> file.cc
|
||||||
[editor opens. type log message, save, and exit.]
|
[editor opens. type log message, save, and exit.]
|
||||||
Login area: <https://bochs.svn.sourceforge.net:443> SourceForge Subversion area
|
Login area: <https://svn.code.sf.net:443> SourceForge Subversion area
|
||||||
Username: <replaceable>sfusername</replaceable>
|
Username: <replaceable>sfusername</replaceable>
|
||||||
Password for '<replaceable>sfusername</replaceable>': <replaceable><--type your password</replaceable>
|
Password for '<replaceable>sfusername</replaceable>': <replaceable><--type your password</replaceable>
|
||||||
Sending file.cc
|
Sending file.cc
|
||||||
@ -2328,7 +2328,7 @@ Do a clean SVN checkout from the release tag and specify a not yet existing
|
|||||||
directory name with the version number as the destination. Then create the
|
directory name with the version number as the destination. Then create the
|
||||||
source package from this new directory.
|
source package from this new directory.
|
||||||
<screen>
|
<screen>
|
||||||
svn co https://svn.code.sf.net/p/bochs/code/tags/REL_2_5_FINAL/bochs bochs-2.5
|
svn co http://svn.code.sf.net/p/bochs/code/tags/REL_2_5_FINAL/bochs bochs-2.5
|
||||||
tar czvf bochs-2.5.tar.gz --exclude=.svn bochs-2.5
|
tar czvf bochs-2.5.tar.gz --exclude=.svn bochs-2.5
|
||||||
</screen>
|
</screen>
|
||||||
The source TAR file bochs-2.5.tar.gz is ready for upload.
|
The source TAR file bochs-2.5.tar.gz is ready for upload.
|
||||||
|
@ -861,7 +861,7 @@ to mention, running DOOM, though at then-pathetic speeds.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The change log is stored in the Bochs source code in a file called
|
The change log is stored in the Bochs source code in a file called
|
||||||
CHANGES. Click <ulink url="http://bochs.svn.sourceforge.net/viewvc/bochs/trunk/bochs/CHANGES">here</ulink>
|
CHANGES. Click <ulink url="http://svn.code.sf.net/p/bochs/code/trunk/bochs/CHANGES">here</ulink>
|
||||||
to see the latest version of the CHANGES file.
|
to see the latest version of the CHANGES file.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
@ -1114,7 +1114,7 @@ below.
|
|||||||
You can also use the SVN checkout command to get the Bochs source code for
|
You can also use the SVN checkout command to get the Bochs source code for
|
||||||
any release since March 2000. The command is
|
any release since March 2000. The command is
|
||||||
<screen>
|
<screen>
|
||||||
user$ <command>svn co https://bochs.svn.sourceforge.net/svnroot/bochs/tags/<replaceable>tagname</replaceable> bochs</command>
|
user$ <command>svn co http://svn.code.sf.net/p/bochs/code/tags/<replaceable>tagname</replaceable>/bochs bochs</command>
|
||||||
</screen>
|
</screen>
|
||||||
The <replaceable>tagname</replaceable> tells which release you want, and it can be one of the following:
|
The <replaceable>tagname</replaceable> tells which release you want, and it can be one of the following:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user