Zdenek asked for "some how-to for those of us 
  who never used svn before?"

  I am no expert either, but this is what I did on Windows XP:

  Download the following from 
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

      svn-win32-1.3.1.zip
      svn-win32-1.3.1_pl.zip
      svn-win32-1.3.1_dev.zip
      svn-win32-1.3.1_javahl.zip
      svn-win32-1.3.1_pdb.zip
      svn-win32-1.3.1_py.zip

  and extract into, say, c:\opt\svn.
  Then,

      mkdir raw\vim
      cd raw\vim
      c:\opt\svn\svn-win32-1.3.1\bin\svn.exe co 
https://svn.sourceforge.net/svnroot/vim/vim7

  You may or may not get a fews lines of messages about "the
  server's certificate" ending with the question:

       (R)eject, accept (t)emporarily or accept (p)ermanently? t

  I would answer t.

  Once everything is downloaded,

      xcopy /e /q /i vim7 vim7x

  Notice no /h flag above.  Then compile inside vim7x.

      xcopy /e /q /i /h   vim7x c:\opt\vim\vim70f
      cd c:\opt\vim\vim70f\src
      move gvim.exe ..
      move vimrun.exe ..

  Free book on svn:  http://svnbook.org/  Earlier version of 
  this free book is available for sale but is supposedly 
  full of bugs and outdated.

  --Suresh

  

Reply via email to