cvs.php.net

php.internals

Stanislav Malyshev

23 years ago
Does anybody know how to get access to current ZE1 branch on cvs.php.net? Look like all the files are gone...
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109

Edin Kadribasic

23 years ago
You need to check out -r PHP_4_3 as ze1 does not exist in head. Edin ----- Original Message ----- From: "Stanislav Malyshev" <stas@zend.com> To: <internals@lists.php.net> Sent: Wednesday, July 09, 2003 2:10 PM Subject: [PHP-DEV] cvs.php.net Does anybody know how to get access to current ZE1 branch on cvs.php.net? Look like all the files are gone...
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Stanislav Malyshev

23 years ago
EK>> You need to check out -r PHP_4_3 as ze1 does not exist in head. How do I "check out -r PHP_4_3" on cvs.php.net website?
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109

Edin Kadribasic

23 years ago
EK>> You need to check out -r PHP_4_3 as ze1 does not exist in head.
>How do I "check out -r PHP_4_3" on cvs.php.net website?
Sorry I didn't realise you were talking about web interface to the cvs. I have no idea how to view branches in Chora. Edin

Jan Schneider

23 years ago
Zitat von Edin Kadribasic <edink@proventum.net>:
> EK>> You need to check out -r PHP_4_3 as ze1 does not exist in head. > > >How do I "check out -r PHP_4_3" on cvs.php.net website? > > Sorry I didn't realise you were talking about web interface to the > cvs. > > I have no idea how to view branches in Chora.
Click on "View branches" ;-) Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft

Stanislav Malyshev

23 years ago
JS>> Click on "View branches" ;-) I'm sorry I see no view branches on http://cvs.php.net/cvs.php/Zend. Could you please help me with URL?
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109

Stanislav Malyshev

23 years ago
SM>> I'm sorry I see no view branches on http://cvs.php.net/cvs.php/Zend. SM>> Could you please help me with URL? Ah, found it. Should be "Show deleted files". Are there any plans to make working with ZE1 on http://cvs.php.net/ more convenient?
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109

Jan Schneider

23 years ago
Zitat von Stanislav Malyshev <stas@zend.com>:
> JS>> Click on "View branches" ;-) > > I'm sorry I see no view branches on http://cvs.php.net/cvs.php/Zend. > Could > you please help me with URL?
You can only see branches in the file view, not in the directory view, because directories can't be branched. If you're just missing some files that still exist in one branch but were removed from HEAD, click on "Show deleted". Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft

Stanislav Malyshev

23 years ago
JS>> If you're just missing some files that still exist in one branch but JS>> were removed from HEAD, click on "Show deleted". Well, the whole problem is that we are missing _all_ ZE1 files from HEAD branch.
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109

Robin Ericsson

23 years ago
On Wed, 2003-07-09 at 14:46, Jan Schneider wrote:
> Zitat von Stanislav Malyshev <stas@zend.com>: > > > JS>> Click on "View branches" ;-) > > > > I'm sorry I see no view branches on http://cvs.php.net/cvs.php/Zend. > > Could > > you please help me with URL? > > You can only see branches in the file view, not in the directory view, > because directories can't be branched. >
How come viewcvs can do this but not Chora? Is this performance choice? br Robin

Jan Schneider

23 years ago
Zitat von Robin Ericsson <lobbin@localhost.nu>:
> On Wed, 2003-07-09 at 14:46, Jan Schneider wrote: > > Zitat von Stanislav Malyshev <stas@zend.com>: > > > > > JS>> Click on "View branches" ;-) > > > > > > I'm sorry I see no view branches on http://cvs.php.net/cvs.php/Zend. > > > Could > > > you please help me with URL? > > > > You can only see branches in the file view, not in the directory view, > > because directories can't be branched. > > > > How come viewcvs can do this but not Chora? Is this performance choice?
Not sure if it was a performance choice at design time, but yes, it is a big perfomance hit because you had to look at each file's history to if it belongs to the specified branch. Beside that, patches are welcome at chora@lists.horde.org. ;-) Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft