* [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
@ 2004-02-04 23:08 Jun Sun
2004-02-05 11:19 ` Geert Uytterhoeven
2004-02-05 18:40 ` Johannes Stezenbach
0 siblings, 2 replies; 9+ messages in thread
From: Jun Sun @ 2004-02-04 23:08 UTC (permalink / raw)
To: linux-mips; +Cc: jsun
I wrote a CVS tracking tool that tracks CVS changes in patch format
and present them with a web interface. It is now set up to track
linux-mips.org tree at the following place. Enjoy.
http://www.linux-mips.org/xcvs/linux-mips
BTW, if you use this tool for tracking other trees, please drop me a
note. Of course, I also like to have more developers to participate.
Please join us at
http://xcvs.sf.net
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-04 23:08 [ANNOUNCE] "cvs explorer" for linux-mips CVS tree Jun Sun
@ 2004-02-05 11:19 ` Geert Uytterhoeven
2004-02-05 18:05 ` Jun Sun
2004-02-05 18:40 ` Johannes Stezenbach
1 sibling, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2004-02-05 11:19 UTC (permalink / raw)
To: Jun Sun; +Cc: Linux/MIPS Development
On Wed, 4 Feb 2004, Jun Sun wrote:
> I wrote a CVS tracking tool that tracks CVS changes in patch format
> and present them with a web interface. It is now set up to track
> linux-mips.org tree at the following place. Enjoy.
>
> http://www.linux-mips.org/xcvs/linux-mips
http://www.linux-mips.org/xcvs/html/select.php
| Warning: Assertion failed in /var/www/www.linux-mips.org/xcvs/html/db.inc.php on line 36
| Warning: readfile("/LAST_UPDATE") - No such file or directory in /var/www/www.linux-mips.org/xcvs/html/select.inc.php on line 47
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 11:19 ` Geert Uytterhoeven
@ 2004-02-05 18:05 ` Jun Sun
2004-02-05 18:15 ` Gleb O. Raiko
2004-02-05 20:22 ` Geert Uytterhoeven
0 siblings, 2 replies; 9+ messages in thread
From: Jun Sun @ 2004-02-05 18:05 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Linux/MIPS Development, jsun
On Thu, Feb 05, 2004 at 12:19:34PM +0100, Geert Uytterhoeven wrote:
> On Wed, 4 Feb 2004, Jun Sun wrote:
> > I wrote a CVS tracking tool that tracks CVS changes in patch format
> > and present them with a web interface. It is now set up to track
> > linux-mips.org tree at the following place. Enjoy.
> >
> > http://www.linux-mips.org/xcvs/linux-mips
>
> http://www.linux-mips.org/xcvs/html/select.php
> | Warning: Assertion failed in /var/www/www.linux-mips.org/xcvs/html/db.inc.php on line 36
> | Warning: readfile("/LAST_UPDATE") - No such file or directory in /var/www/www.linux-mips.org/xcvs/html/select.inc.php on line 47
>
It appears session somehow does not work on your web viewer. What is
your web browser anyway?
Immediately after you hit above link, please redirect URL to
http://www.linux-mips.org/xcvs/test.php
If you don't see following, that means sessions do not work.
------------------------------------------------
dbname : xcvs_linux_mips
patchdir : ../linux-mips/patches
branch : MAIN
author : all authors
starting-date :
ending-date :
-----------------------------------------------
Anybody else has similar problems?
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 18:05 ` Jun Sun
@ 2004-02-05 18:15 ` Gleb O. Raiko
2004-02-05 19:39 ` Jun Sun
2004-02-05 20:22 ` Geert Uytterhoeven
1 sibling, 1 reply; 9+ messages in thread
From: Gleb O. Raiko @ 2004-02-05 18:15 UTC (permalink / raw)
To: Jun Sun; +Cc: Geert Uytterhoeven, Linux/MIPS Development
Jun Sun wrote:
>
> Anybody else has similar problems?
Sure, IE6 w/ high security settings. Had to accept all cookies from
linux-mips.org in order to fix the problem.
Regards,
Gleb.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 18:15 ` Gleb O. Raiko
@ 2004-02-05 19:39 ` Jun Sun
0 siblings, 0 replies; 9+ messages in thread
From: Jun Sun @ 2004-02-05 19:39 UTC (permalink / raw)
To: Gleb O. Raiko; +Cc: Geert Uytterhoeven, Linux/MIPS Development, jsun
On Thu, Feb 05, 2004 at 09:15:15PM +0300, Gleb O. Raiko wrote:
> Jun Sun wrote:
> >
> > Anybody else has similar problems?
>
> Sure, IE6 w/ high security settings. Had to accept all cookies from
> linux-mips.org in order to fix the problem.
>
I thought if a browser refuses to accept cookies, PHP would
fall back to use explicit SID get variable in URL. Strange.
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 18:05 ` Jun Sun
2004-02-05 18:15 ` Gleb O. Raiko
@ 2004-02-05 20:22 ` Geert Uytterhoeven
1 sibling, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2004-02-05 20:22 UTC (permalink / raw)
To: Jun Sun; +Cc: Linux/MIPS Development
On Thu, 5 Feb 2004, Jun Sun wrote:
> On Thu, Feb 05, 2004 at 12:19:34PM +0100, Geert Uytterhoeven wrote:
> > On Wed, 4 Feb 2004, Jun Sun wrote:
> > > I wrote a CVS tracking tool that tracks CVS changes in patch format
> > > and present them with a web interface. It is now set up to track
> > > linux-mips.org tree at the following place. Enjoy.
> > >
> > > http://www.linux-mips.org/xcvs/linux-mips
> >
> > http://www.linux-mips.org/xcvs/html/select.php
> > | Warning: Assertion failed in /var/www/www.linux-mips.org/xcvs/html/db.inc.php on line 36
> > | Warning: readfile("/LAST_UPDATE") - No such file or directory in /var/www/www.linux-mips.org/xcvs/html/select.inc.php on line 47
> >
>
> It appears session somehow does not work on your web viewer. What is
> your web browser anyway?
Galeon (from Debian testing or unstable on ia32).
> Immediately after you hit above link, please redirect URL to
OK, I'll retry (at home, with a similar Galeon but on PPC):
> http://www.linux-mips.org/xcvs/test.php
>
> If you don't see following, that means sessions do not work.
>
> ------------------------------------------------
> dbname : xcvs_linux_mips
> patchdir : ../linux-mips/patches
> branch : MAIN
> author : all authors
> starting-date :
> ending-date :
> -----------------------------------------------
... and all I see is the two lines with hyphens.
> Anybody else has similar problems?
OK, if I enable cookies, it works fine! Nice!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-04 23:08 [ANNOUNCE] "cvs explorer" for linux-mips CVS tree Jun Sun
2004-02-05 11:19 ` Geert Uytterhoeven
@ 2004-02-05 18:40 ` Johannes Stezenbach
2004-02-05 19:43 ` Jun Sun
1 sibling, 1 reply; 9+ messages in thread
From: Johannes Stezenbach @ 2004-02-05 18:40 UTC (permalink / raw)
To: Jun Sun; +Cc: linux-mips
Jun Sun wrote:
>
> I wrote a CVS tracking tool that tracks CVS changes in patch format
> and present them with a web interface. It is now set up to track
> linux-mips.org tree at the following place. Enjoy.
>
> http://www.linux-mips.org/xcvs/linux-mips
>
> BTW, if you use this tool for tracking other trees, please drop me a
> note. Of course, I also like to have more developers to participate.
> Please join us at
>
> http://xcvs.sf.net
Very good!
I played with cvsps a few times, but didn't dare to use it
on such a large tree like the Linux kernel.
A few nits:
- I would prefer a "latest first" sort order in the patchset listing
- IMHO 'diff -up' would make the patchsets much easier to read
- could you please add a <title> tag for the query page? (For
easier bookmarking.)
The README from the sources mentions some constraints:
". Branching is always a complete branching of the whole tree."
What happens when only a part of a tree is branched?
". Commitment only modifies the head of a given branch."
I don't understand this. CVS commits will always change the head
of a branch (or the trunk) only, no?
How would one use xcvs on a repository with many different, but
interdependent CVS modules (e.g. gnome CVS http://cvs.gnome.org/)?
Johannes
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 18:40 ` Johannes Stezenbach
@ 2004-02-05 19:43 ` Jun Sun
2004-02-05 21:51 ` Ralf Baechle
0 siblings, 1 reply; 9+ messages in thread
From: Jun Sun @ 2004-02-05 19:43 UTC (permalink / raw)
To: Johannes Stezenbach, linux-mips; +Cc: jsun
On Thu, Feb 05, 2004 at 07:40:08PM +0100, Johannes Stezenbach wrote:
> Jun Sun wrote:
> >
> > I wrote a CVS tracking tool that tracks CVS changes in patch format
> > and present them with a web interface. It is now set up to track
> > linux-mips.org tree at the following place. Enjoy.
> >
> > http://www.linux-mips.org/xcvs/linux-mips
> >
> > BTW, if you use this tool for tracking other trees, please drop me a
> > note. Of course, I also like to have more developers to participate.
> > Please join us at
> >
> > http://xcvs.sf.net
>
> Very good!
>
> I played with cvsps a few times, but didn't dare to use it
> on such a large tree like the Linux kernel.
>
> A few nits:
> - I would prefer a "latest first" sort order in the patchset listing
> - IMHO 'diff -up' would make the patchsets much easier to read
> - could you please add a <title> tag for the query page? (For
> easier bookmarking.)
>
Good suggestions. Patches are even more welcome. :)
> The README from the sources mentions some constraints:
>
> ". Branching is always a complete branching of the whole tree."
>
> What happens when only a part of a tree is branched?
>
Probably does not hurt.
> ". Commitment only modifies the head of a given branch."
>
> I don't understand this. CVS commits will always change the head
> of a branch (or the trunk) only, no?
>
These statements are over paranoid.
>
> How would one use xcvs on a repository with many different, but
> interdependent CVS modules (e.g. gnome CVS http://cvs.gnome.org/)?
>
Don't know yet. Have not given a thought.
BTW, this kind of discussions probably should go to xcvs list. Pretty
soon I think Ralf will revoke our posting previledges. :)
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] "cvs explorer" for linux-mips CVS tree
2004-02-05 19:43 ` Jun Sun
@ 2004-02-05 21:51 ` Ralf Baechle
0 siblings, 0 replies; 9+ messages in thread
From: Ralf Baechle @ 2004-02-05 21:51 UTC (permalink / raw)
To: Jun Sun; +Cc: Johannes Stezenbach, linux-mips
On Thu, Feb 05, 2004 at 11:43:16AM -0800, Jun Sun wrote:
> Don't know yet. Have not given a thought.
>
> BTW, this kind of discussions probably should go to xcvs list. Pretty
> soon I think Ralf will revoke our posting previledges. :)
Hey, if I'd be consequent I'd then have to revoke posting priviledges
for myself fi...
DISCONNECT
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-02-05 21:53 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-04 23:08 [ANNOUNCE] "cvs explorer" for linux-mips CVS tree Jun Sun
2004-02-05 11:19 ` Geert Uytterhoeven
2004-02-05 18:05 ` Jun Sun
2004-02-05 18:15 ` Gleb O. Raiko
2004-02-05 19:39 ` Jun Sun
2004-02-05 20:22 ` Geert Uytterhoeven
2004-02-05 18:40 ` Johannes Stezenbach
2004-02-05 19:43 ` Jun Sun
2004-02-05 21:51 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox