On Wed, Jun 25, 2008 at 11:26 PM, Bill McCarthy <[EMAIL PROTECTED]> wrote: > On Wed 25-Jun-08 2:05am -0600, Edward L. Fox wrote: > > [...] >> >> 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".
Sorry, my bad... I was a bit tired at that time and I wrote a wrong command in my mail... There should be: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2/ > 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? Yes, it's correct. But you just checked out a brand new directory. I meant to provide the method to simply switch the existing local directory to the latest branch rather than check out another directory. Running the command above will do that. > > 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? Vim71 will no longer be updated. So you don't need to keep the alias for it. > > -- > Best regards, > Bill > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
