Re: Documentation is still in CVS?

2008-04-04 Thread Lei Zhang
On Fri, Apr 4, 2008 at 8:35 AM, Hin-Tak Leung [EMAIL PROTECTED] wrote:
  Doesn't work for me:

  $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine co -P docs
  cvs [checkout aborted]: connect to [wine.cvs.sourceforge.net]:2401 failed: 
 Connection timed out

  $ git cvsimport -C wine-doc -v -k -d :pserver:[EMAIL 
 PROTECTED]:/cvsroot/wine docs
  Socket to wine.cvs.sourceforge.net: Connection timed out

  I'll need to try stunnel and see if it improves things. (but I can still 
 check out stuff from other sourceforge projects...)


Firewall issue on your side? Can you ping wine.cvs.sourceforge.net?
Connect to it on port 80? or port 2401?




Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Thu, 3/4/08, Lei Zhang [EMAIL PROTECTED] wrote:

snipped
 The instructions on http://www.winehq.org/site/cvs works
 for me.

Doesn't work for me:

$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine co -P docs
cvs [checkout aborted]: connect to [wine.cvs.sourceforge.net]:2401 failed: 
Connection timed out

$ git cvsimport -C wine-doc -v -k -d :pserver:[EMAIL PROTECTED]:/cvsroot/wine 
docs 
Socket to wine.cvs.sourceforge.net: Connection timed out

I'll need to try stunnel and see if it improves things. (but I can still check 
out stuff from other sourceforge projects...)


  ___ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/




Re: Documentation is still in CVS?

2008-04-04 Thread Hin-Tak Leung
--- On Fri, 4/4/08, Lei Zhang [EMAIL PROTECTED] wrote:

 From: Lei Zhang [EMAIL PROTECTED]
 Subject: Re: Documentation is still in CVS?
 To: Hin-Tak Leung [EMAIL PROTECTED]
 Cc: Wine Devel wine-devel@winehq.org
 Date: Friday, 4 April, 2008, 6:50 PM
 On Fri, Apr 4, 2008 at 8:35 AM, Hin-Tak Leung
 [EMAIL PROTECTED] wrote:
   Doesn't work for me:
 
   $ cvs -z3
 -d:pserver:[EMAIL PROTECTED]:/cvsroot/wine
 co -P docs
   cvs [checkout aborted]: connect to
 [wine.cvs.sourceforge.net]:2401 failed: Connection timed
 out
 
   $ git cvsimport -C wine-doc -v -k -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/wine
 docs
   Socket to wine.cvs.sourceforge.net: Connection timed
 out
 
   I'll need to try stunnel and see if it improves
 things. (but I can still check out stuff from other
 sourceforge projects...)
 
 
 Firewall issue on your side? Can you ping
 wine.cvs.sourceforge.net?
 Connect to it on port 80? or port 2401?

Can do port 80, can't do port 2401. Wierd. It is probably problem in my end.



  ___ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/




Documentation is still in CVS?

2008-04-03 Thread Lei Zhang
Hi,

Is there a reason why the Wine documentation is still in CVS, and not in GIT?

- Lei




Re: Documentation is still in CVS?

2008-04-03 Thread Dimi Paun

On Thu, 2008-04-03 at 10:37 -0700, Lei Zhang wrote:
 Is there a reason why the Wine documentation is still in CVS, and not
 in GIT?

Yes. The docs are now maintained at SourceForge, and given the glacial
pace of updates, there is little reason to move them to git. Moreover,
git presents a much higher barrier to entry, and there's no reason to
raise it for (potentially non-technical) documentation contributors.

-- 
Dimi Paun [EMAIL PROTECTED]
Lattica, Inc.





Re: Documentation is still in CVS?

2008-04-03 Thread Hin-Tak Leung
--- On Thu, 3/4/08, Dimi Paun [EMAIL PROTECTED] wrote:

 From: Dimi Paun [EMAIL PROTECTED]
 Subject: Re: Documentation is still in CVS?
 To: Wine Devel wine-devel@winehq.org
 Date: Thursday, 3 April, 2008, 6:50 PM
 On Thu, 2008-04-03 at 10:37 -0700, Lei Zhang wrote:
  Is there a reason why the Wine documentation is still
 in CVS, and not
  in GIT?
 
 Yes. The docs are now maintained at SourceForge, and given
 the glacial
 pace of updates, there is little reason to move them to
 git. Moreover,
 git presents a much higher barrier to entry, and
 there's no reason to
 raise it for (potentially non-technical) documentation
 contributors.


Actually I tried to follow the wiki instructions to do a git-cvsimport and it 
didn't work a week or two ago; and plain cvs co did not work either.
I have a few other stuff on sourceforge, so the problem seems to be specific to 
wine. Does anonymous check out work for anybody else? 






  __
Sent from Yahoo! Mail.
A Smarter Inbox http://uk.docs.yahoo.com/nowyoucan.html




Re: Documentation is still in CVS?

2008-04-03 Thread Lei Zhang
On Thu, Apr 3, 2008 at 11:29 AM, Hin-Tak Leung [EMAIL PROTECTED] wrote:
  Actually I tried to follow the wiki instructions to do a git-cvsimport and 
 it didn't work a week or two ago; and plain cvs co did not work either.
  I have a few other stuff on sourceforge, so the problem seems to be specific 
 to wine. Does anonymous check out work for anybody else?


The instructions on http://www.winehq.org/site/cvs works for me.