On 6/19/06, Zdenek Sekera <[EMAIL PROTECTED]> wrote:
>
> * Suresh Govindachar <sgovindachar@> [060618 01:27]:
> >   Am I doing something wrong, or is cvs just down?
> CVS access has been changed some time ago.  Use
> :pserver:[EMAIL PROTECTED]:/cvsroot/vim as
> cvsroot.

Can someone post the example on how to use svn? Thx.

The example is on the http://www.vim.org/subversion.php page
(www.vim.org->Download->Vim from SVN):

Doing it for the first time
Go to a directory where you want the Vim source tree to appear.
Use this command (it is one line):

        svn co https://svn.sourceforge.net/svnroot/vim/vim7
Updating
Recent patches appear all the time. Change into the "vim7" directory
and include the changes with this single command:

        svn update

Yakov

Reply via email to