On Wed 25-Jun-08 2:05am -0600, Edward L. Fox wrote:
> The 7.2a BETA is already in Subversion repository. Please check it
> out by:
>
> svn co
> https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2/
>
> If you had already checked out Vim 7.1 from the Subversion repository,
> please run:
>
> svn co
> https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2/
>
> In the top level of your checking-out directory to switch to 7.2
> branch.
>
> Note: https://vim.svn.sourceforge.net/svnroot/vim/vim7 will still
> point to the 7.1 branch until 7.2 is finally release.
Edward, I'm a little confused with your terminology - "top
level of your checking out directory".
I'm running on WinXP. The top level of my vim directory is:
Directory of C:\vim\*
6/24/2008 22:59 <DIR> backup
6/22/2008 23:39 <DIR> vim-fp
7/31/2007 11:18 <DIR> vim70
6/22/2008 22:34 <DIR> vim71
5/11/2008 23:25 <DIR> vim71_svn
6/24/2008 22:53 <DIR> vim72a
6/24/2008 21:45 <DIR> vimfiles
The top level of my vim svn directory is:
Directory of C:\vim\vim71_svn\*
9/09/2007 12:03 <DIR> farsi
9/09/2007 12:03 <DIR> libs
9/09/2007 12:03 <DIR> nsis
9/09/2007 12:01 <DIR> pixmaps
6/06/2008 8:45 <DIR> runtime
6/21/2008 23:28 <DIR> src
I believe I initially obtained my current SVN download by:
cdd c:\vim
svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1/
vim71_svn
I think I would do about the same thing for 7.2:
cdd c:\vim
svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2/
vim72_svn
Does that appear correct?
Also I have an alias to update my files. My current alias,
say sv71, does:
pushd c:\vim\vim71_svn & svn up & svn log --limit 1 & popd
I should now create another alias, say sv72, that does:
pushd c:\vim\vim72_svn & svn up & svn log --limit 1 & popd
This way, I should be able to update vim71_svn with 'sv71'
and update vim72_svn with 'sv72'. Does that also appear
correct?
--
Best regards,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---