On Mon, Apr 17, 2006 at 01:27:10PM +0200, Bram Moolenaar wrote: > Well, is there someone who can transfer the CVS stuff into Subversion? > And repeat that for every snapshot?
BTW, I maintain a git snapshot of both the vim6 and the vim7 cvs trees. Currently, these are at: http://www.davidb.org/git/vim.git - Vim < 7. http://www.davidb.org/git/vim7.git - Vim 7 Git does do a full download of the history the first time, and if there is too much traffic, I'll have to find another place to host this. I pull the snapshots for vim7 from the developer CVS tree, so they still work. The vim <7 tree I maintain directly from patches, and use git to apply these patches to the CVS tree at sourceforge. Dave