IanB
13th May 2006, 01:12
As you may have noticed CVS has been borked again, hopefully with the new implementation things will be a little better. ( 2006-05-12 13:19:44 - Project CVS Service ) As of 2006-05-12 at 11:30 Pacific, the replacement CVS infrastructure has been enabled for use. Do note that there are a number of changes, including the hostname used for repository access. Refer to the site documentation for details (https://www.sf.net/docs/E04). Please report any problems you see immediately by submitting a Support Request.
( 2006-05-10 04:43:14 - Project CVS Service ) As of 2006-05-09 the developer CVS server had a disk-failure. As the new CVS infrastructure is in its final phases of rollout, we'll be deploying it, in place of the current infrastructure, by end of week. We'll be sending out an email to project administrators with further details later in the day, regarding how to access the new CVS servers and the changes that occurred with the new infrastructure.
( 2006-05-05 07:55:54 - Project CVS Service ) As of 2006-05-05 we are still waiting on all the hardware for the replacement CVS infrastructure. A few of the machines we received from our vendor had disk issues shortly after configuration, so we are vetting all the systems for issues, and reloading a few of them. The service deployment itself is running smoothly and we don't anticipate any problems other than the existing hardware issues that we are working through with the vendor. We are currently estimating a deployment for the end of next week (May 12th).1. Hostname for CVS service
Old: cvs.sourceforge.net
New: PROJECT_UNIX_NAME.cvs.sourceforge.net
This change will require new working copies to be checked out of all
repositories (so control files in the working copy will point to the
right place). We will be updating the instructions we supply, but
instructions that your team has written within documentation, etc. will
need to be updated.
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/avisynth2 co avisynth2
would be changed to
cvs -d:pserver:anonymous@avisynth2.cvs.sourceforge.net:/cvsroot/avisynth2 co avisynth2For the CVS knowledgable, you can avoid the full re-checkout by editing the appropriate CVS control files. If you don't understand what I just typed then just do the checkout!
If you find any data inconsistancies in the migrated CVS data please note it in this thread immediatly!
( 2006-05-10 04:43:14 - Project CVS Service ) As of 2006-05-09 the developer CVS server had a disk-failure. As the new CVS infrastructure is in its final phases of rollout, we'll be deploying it, in place of the current infrastructure, by end of week. We'll be sending out an email to project administrators with further details later in the day, regarding how to access the new CVS servers and the changes that occurred with the new infrastructure.
( 2006-05-05 07:55:54 - Project CVS Service ) As of 2006-05-05 we are still waiting on all the hardware for the replacement CVS infrastructure. A few of the machines we received from our vendor had disk issues shortly after configuration, so we are vetting all the systems for issues, and reloading a few of them. The service deployment itself is running smoothly and we don't anticipate any problems other than the existing hardware issues that we are working through with the vendor. We are currently estimating a deployment for the end of next week (May 12th).1. Hostname for CVS service
Old: cvs.sourceforge.net
New: PROJECT_UNIX_NAME.cvs.sourceforge.net
This change will require new working copies to be checked out of all
repositories (so control files in the working copy will point to the
right place). We will be updating the instructions we supply, but
instructions that your team has written within documentation, etc. will
need to be updated.
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/avisynth2 co avisynth2
would be changed to
cvs -d:pserver:anonymous@avisynth2.cvs.sourceforge.net:/cvsroot/avisynth2 co avisynth2For the CVS knowledgable, you can avoid the full re-checkout by editing the appropriate CVS control files. If you don't understand what I just typed then just do the checkout!
If you find any data inconsistancies in the migrated CVS data please note it in this thread immediatly!