[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Getting ViewCVS

From: Hensley, Richard <Richard.Hensley_at_McKesson.com>
Date: 2003-04-04 21:28:14 CEST

For those that are behind corporate firewalls, thus can not use pserver
cvs access even on ports other than 2401, I found the following bit of
documentation:

http://sourceforge.net/docman/display_doc.php?docid=14033
<http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1#ni
ghtlytarballs> &group_id=1#nightlytarballs

The result of this is that you can get a backup of the ViewCVS
repository by using the following URL

http://cvs.sourceforge.net/cvstarballs/viewcvs-cvsroot.tar.gz
<http://cvs.sourceforge.net/cvstarballs/viewcvs-cvsroot.tar.gz>

The contents of the tarball is a CVS repository. In my case, the file
was uncompressed by my browser as it downloaded, so I did not need to
unzip it. Therefore, I did the following steps to get the CVS HEAD copy
of viewcvs.

# extract the contents with tar to a directory called
/home/rhensle/viewcvs
tar -xvf viewcvs-cvsroot.tar.gz
# set a proper CVSROOT
export CVSROOT=/home/rhensle/viewcvs
# check out viewcvs from my local repository to a temp directory
mkdir temp
cd temp
cvs co viewcvs

Now the HEAD copy of the viewcvs is in /home/rhensle/temp/viewcvs.

BTW, this works for any sourceforge.net project.

Richard
Received on Fri Apr 4 21:44:07 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.