RE: svn/cvs checkout hangs

2007-09-09 Fir de Conversatie Suresh Govindachar

 

Edward L. Fox wrote:

   svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 vim7_svn
  
   Well, although Bram recommended to checkout from /svnroot/vim/vim7, 
   I'm regretful to say, you may encounter a circumstance that all 
   files in your svn working directory being deleted after you 
   run svn up.  Such situation might happen in a probability 
   of 1/500,000. 

  What is the nature of the problem?  If there is something wrong 
  with co from that location, why doesn't update delete files _all_
  the time?

   Yes, quite slim, but it indeed exists. So... Just do it at your 
   own risk. :-)
   
   I suggest that checking out from 
https://vim.svn.sourceforge.net/svnroot/vim/branches/vim71/.

  Svn says that that location does not exist:

   c:\opt\svn\svn-win32-1.4.4\bin\svn.exe co 
https://vim.svn.sourceforge.net/svnroot/vim/branches/vim71/. foo

   svn: URL 'https://vim.svn.sourceforge.net/svnroot/vim/branches/vim71' 
doesn't exist

  Same error in all four cases of with or without foo and with or without 
trailing /. 

  --Suresh


--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: svn/cvs checkout hangs

2007-09-09 Fir de Conversatie James Vega
On Sun, Sep 09, 2007 at 11:21:45PM +0800, Edward L. Fox wrote:
 On 9/9/07, Suresh Govindachar [EMAIL PROTECTED] wrote:
What is the nature of the problem?  If there is something wrong
with co from that location, why doesn't update delete files _all_
the time?
 
 Because Bram wants to have /vim/vim7/ always points to the latest
 stable version. But svn doesn't support symbolic link. So every time
 when I update the latest branch, I have to delete the /vim/vim7/ and
 recreate it to point it to the latest branch. 

Why aren't you able to just merge the changes from branches/vim7.1 into
vim/vim7 instead of deleting recreating that directory every time?

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: svn/cvs checkout hangs

2007-09-08 Fir de Conversatie Bill McCarthy

On Sat 8-Sep-07 12:38pm -0600, denis wrote:

 I've been trying to pull down latest sources from svn/cvs today and
 tomorrow, and the whole thing starts and then just  sits there,
 hanging. Svn seems to get all the way to about vim7\runtime\doc
 \if_tcl.txt

 Does anyone else see this? Is there a workaround?

There's nothing to update - unless you haven't updated since
last Thursday:

vim\vim7_svn svn up
At revision 513.

vim\vim7_svn svn log c:\vim\vim7_svn --limit 2

r513 | edyfox | 2007-09-06 10:55:20 -0500 (Thu, 06 Sep 2007) | 1 line

Recreated to point to the latest stable branch.

r510 | edyfox | 2007-09-06 10:54:12 -0500 (Thu, 06 Sep 2007) | 6 lines

Patch 7.1.100
Problem:Win32: Executing cscope doesn't always work properly.
Solution:   Use another way to invoke cscope. (Mike Williams)
Files:  src/if_cscope.c, src/if_cscope.h, src/main.c,
src/proto/if_cscope.pro



-- 
Best regards,
Bill


--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: svn/cvs checkout hangs

2007-09-08 Fir de Conversatie denis

Hi Bill, thanks for reply.

On Sep 8, 11:53 am, Bill McCarthy [EMAIL PROTECTED] wrote:
 There's nothing to update - unless you haven't updated since
 last Thursday:

The problem is that i am trying to checkout for the first time.

-d


--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: svn/cvs checkout hangs

2007-09-08 Fir de Conversatie Bill McCarthy

On Sat 8-Sep-07 2:06pm -0600, denis wrote:

 On Sep 8, 11:53 am, Bill McCarthy [EMAIL PROTECTED] wrote:

 There's nothing to update - unless you haven't updated since
 last Thursday:

 The problem is that i am trying to checkout for the first time.

Ah, I remember that - I had to run svn around 5 times before
it completed.  However, there was progress every time.

Today I went to a temp folder and typed:

  svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 vim7_svn

It copied in a single attempt.

-- 
Best regards,
Bill


--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---