[Python-Dev] SF patch manager...

Jeremy Hylton jeremy@beopen.com
Tue, 27 Jun 2000 17:49:01 -0400 (EDT)


>>>>> "NS" == Neil Schemenauer <nascheme@enme.ucalgary.ca> writes:

  NS> On Tue, Jun 27, 2000 at 10:06:30PM +0200, Fredrik Lundh wrote:
  >> how much work would it be to move the entire repository over to
  >> pythonlabs, btw?  sourceforget is frustratingly slow...

  NS> rsync access to the CVS repository would be nice too.  rsync
  NS> should be faster than "cvs update".  Also, once you have the
  NS> whole repository making diffs and checking out different
  NS> versions is much faster.

Absolutely!  OpenSSL works this way and I find it much more convenient
than using a remote CVS server.  I use commands like diff, log, and
annotate frequently during development.

Have you suggested that as a SourceForge feature?

Jeremy