info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: viewvc - how to get all files when tarball is disabled


From: adiel_g
Subject: Re: viewvc - how to get all files when tarball is disabled
Date: Mon, 31 Dec 2007 10:40:06 -0800 (PST)
User-agent: G2/1.0

I figured out the problem on my own. Here is the steps to getting all
the files for a viewvc project:

viewvc is now managed by trigris at http://viewvc.tigris.org.  (I just
wrote that for informational purposes)

1. The first step is to download the svn command.  The svn
(subversion) command will allow you to download
    source code for a project.  svn can be downloaded at
http://subversion.tigris.org.

2. Setup your proxy settings if you need to go through a proxy.  See
http://subversion.tigris.org/faq.html#proxy

3. The command to get the source code is "svn checkout".  You need to
get the detail parameters
    for the checkout depending on the source that you are
downloading.  For example if it is a
    sourceforge project you are downloading, you can click on the
"Code" tab and then there should
    be a sample svn command on how to get the source.  Your command
will look something like this:

svn checkout https://yourprogram.svn.sourceforge.net/svnroot/yourprogram
yourprogram

Notes:

Read this if you are behind a proxy:  
http://subversion.tigris.org/faq.html#proxy

Command line details: http://www.tigris.org/scdocs/ddUsingSVN_command-line


reply via email to

[Prev in Thread] Current Thread [Next in Thread]