Newsgroups: php.doc,php.internals,php.pear.dev,php.pecl.dev,svn.migration Path: news.php.net Xref: news.php.net php.doc:969379837 php.internals:42356 php.pear.dev:51340 php.pecl.dev:6022 svn.migration:205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32720 invoked from network); 19 Dec 2008 21:59:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2008 21:59:41 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:60072] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/F5-00764-5491C494 for ; Fri, 19 Dec 2008 16:59:35 -0500 Received: by bwz14 with SMTP id 14so3525237bwz.23 for ; Fri, 19 Dec 2008 13:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=+U/iBrxjBQq10mHc8Q75DpUBQDpo1Dr5uRK5hajlzSY=; b=BRD9cB73fqhrqO9Jxpzvh90WZ8Q/sktMTR/9NkJGGmBuKPSzouv9JGXtMQi+7itCqc nNhSd2H7dUQ/+PLUH9/8vGSwo1eoiXkuo69vKFW+lPa6UwluEEdJggrTb1W0wnxteLOD Zrs0QVNyZPEplhq+aGIzpHJG+IjmvdK7kGMV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PWA+c+bpOfcTj0NjVbNzfhedZO7ZmSmG58cIhVwRMfxWL5FJaGeWmuTgRpgA8iPLpm JQ/ybJTHYbANcUXjUCQehHfFHfbgrjxnSdj/kivE0v45jYQVskzyQTdHFUzWpMWE4+Vg J4Jrf7qEeoZvtNkvJJLbp342LdoIri96GAa+Y= Received: by 10.181.136.4 with SMTP id o4mr1234568bkn.0.1229723971105; Fri, 19 Dec 2008 13:59:31 -0800 (PST) Received: by 10.181.225.19 with HTTP; Fri, 19 Dec 2008 13:59:31 -0800 (PST) Message-ID: <7f3ed2c30812191359v123078efi3cbacf97473ccb68@mail.gmail.com> Date: Fri, 19 Dec 2008 22:59:31 +0100 To: svn-migration@lists.php.net, "PHP Development" , "PEAR developer mailinglist" , pecl-dev@lists.php.net, "PHP Documentation ML" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Request for testers: svn.php.net From: hannes.magnusson@gmail.com ("Hannes Magnusson") Hello all (and sorry for the cross-posting, please keep all replies to svn-migration@) After weeks of hard work from Gwynne, svn.php.net is now in a very good shape and ready for extensive testing. There is no automatic synchronization between CVS and SVN, and there will not be one. You are free to commit as you want to SVN, trying to break SVN in whatever ways you can think of. All changes to SVN will be "overwritten" when the "switch is flipped" and we move to SVN and abandon CVS. The only thing that is kept up-to-date is the karma (CVSROOT/avail), both the global and the PEAR specific one, so feel free to test and make sure you can commit to things you should be able to, and that you cannot commit to things you shouldn't. Extensive testing is obviously required before we can make the switch, so feel free to go nuts! There is no "SVN" category on bugs.php.net, and I do not anticipate that we need one. Please just send all bugs you may encounter to svn-migration@lists.php.net To gain access to svn.php.net you have to "validate your CVS account". This is automatically done by logging into master (https://master.php.net/login.php) or the wiki (http://wiki.php.net). Your access credentials will be synchronized within 15minutes. Note: No, it is not enough to login to bugsweb (or cvs for that matter) as it uses local copy of the credentials database so we cannot automatically do the nescecery account upgrades. There is an anonymous "cvsread" account for SVN, called "svnread" with the password "svnread". Gotchas: - The "directory structure" has changed slightly. The root directories represent "will probably be its own repository in the future". Poke around on http://svn.php.net/ to see the specifics. - SVN 1.5.1 does not work (for php-src at least). You will have to upgrade to 1.5.2 (or later) - karma is manually updated - Commit emails have their subject prefixed with [TESTING] (note: emails *are* sent to the correct mailinglists) - You cannot checkout the entire repository on case-insensitive filesystem - CVS commits are *not* synced to SVN - SVN commits are *not* synced to CVS There is no "official flipping-the-switch date", but to have some date in mind I think February 1st is entirely plausible date. -Hannes