Skip to content
Snippets Groups Projects
Commit 806c4eb9 authored by ballen4705's avatar ballen4705
Browse files

Updated IP for CVS

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1700 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 7c1ae775
No related branches found
No related tags found
No related merge requests found
Smartmontools installation instructions
=======================================
$Id: INSTALL,v 1.43 2004/04/26 18:57:33 chrfranke Exp $
$Id: INSTALL,v 1.44 2004/05/03 15:58:33 ballen4705 Exp $
Please also see the smartmontools home page:
http://smartmontools.sourceforge.net/
......@@ -122,8 +122,8 @@ Table of contents:
[2] Installing from CVS
=======================
Get the sources from the CVS repository:
cvs -d :pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools login
cvs -d :pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co sm5
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5
(when prompted for a password, just press Enter)
Then type:
......
......@@ -2,7 +2,7 @@
smartmontools - S.M.A.R.T. utility toolset for Linux
====================================================
$Id: README,v 1.49 2004/01/02 16:05:24 ballen4705 Exp $
$Id: README,v 1.50 2004/05/03 15:58:33 ballen4705 Exp $
== HOME ==
The home for smartmontools is located at:
......@@ -73,14 +73,14 @@ http://sourceforge.net/project/showfiles.php?group_id=64297
CVS
---
cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co sm5
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5
This will create a subdirectory called sm5/ containing the code.
To instead get the 5.1-16 release:
cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5
To update your sources to the 5.1-18 release:
......
......@@ -3,7 +3,7 @@
# do a smartmontools release
# (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>,
# Guido Guenther <agx@sigxcpu.org>
# $Id: do_release,v 1.28 2004/03/06 19:46:55 ballen4705 Exp $
# $Id: do_release,v 1.29 2004/05/03 15:58:33 ballen4705 Exp $
USECVS=1
......@@ -21,7 +21,7 @@ setup_cvs()
CVS_SERVER=fakevalue
unset CVS_SERVER || echo "can't unset CVS_SERVER=$CVS_SERVER"
CVS_RSH=ssh
CVSROOT=:ext:ballen4705@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools
CVSROOT=:ext:ballen4705@cvs.sourceforge.net:/cvsroot/smartmontools
}
get_release()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment