RE: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-06 Thread James Cox


> I usually make changes to /it and /en, but sometimes I commit to
> all other
> languages. Like I did after banana-split to correct some errors in the
> various reference.xml files. And when I spot problems in the build
> processes of other languages.
>
> However, IMHO, you can split the avail files, but ask everybody
> if he want
> commit rights just to thier own translation + /en or not. Maybe
> this is not
> feasible.
>
> Or work out something different like having some ppl with access to the
> whole manual (including those interested in checking if all the
> manuals are
> building correctly) and ppl who are just translating to a specified
> language and thus dont need access to other languages.
>
I agree. would it seem inappropriate to maintain full phpdoc access for
people who are interested in managing all of it (as simone suggested), as
well as language + en for people who just want to translate?

James




RE: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-06 Thread Simone Cortesi

At 16.11 05/05/02 +0100, James Cox wrote:

>Guys, would there be uproar if we split up the cvs avail for each language?
>ie, i'm not going to need to be touching hebrew, japanese style languages --
>given i have no idea how to type them, etc :)
>
>Also, splitting up the avail file will mean it should become easier to see
>who's translating what; as well as removing the potential for mistakes.

I usually make changes to /it and /en, but sometimes I commit to all other 
languages. Like I did after banana-split to correct some errors in the 
various reference.xml files. And when I spot problems in the build 
processes of other languages.

However, IMHO, you can split the avail files, but ask everybody if he want 
commit rights just to thier own translation + /en or not. Maybe this is not 
feasible.

Or work out something different like having some ppl with access to the 
whole manual (including those interested in checking if all the manuals are 
building correctly) and ppl who are just translating to a specified 
language and thus dont need access to other languages.

Ciao,
Simone.




Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-05 Thread Renato Arruda

Hi,

I don't think anyone would mind the split up of the avail file, but it would
be nice for the translators to still keep commit access to the en/ tree so we
can fix the (rare) typos that we can spot.
It would also be nice to have the separate mailing lists for the different
languagues, so that ppl from a low traffic/activity languague don't have to
receive quite as much mail.

By the way huge kudos for the people who made the latest changes (the file
 and cvs repository split). They are making our work so much more manageable.
 =)

[]'s
Renato

On Sunday 05 May 2002 11:11 am, James Cox wrote:
> > > Whats wrong?
> >
> > i'm dumb, and forgot to adjust the avail file. this should be fixed now.
>
> Guys, would there be uproar if we split up the cvs avail for each language?
> ie, i'm not going to need to be touching hebrew, japanese style languages
> -- given i have no idea how to type them, etc :)
>
> Also, splitting up the avail file will mean it should become easier to see
> who's translating what; as well as removing the potential for mistakes.
>
> Thanks,
>
> James

--
Renato Arruda <[EMAIL PROTECTED]> http://www.rit.edu/~rla9216/



RE: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-05 Thread James Cox

> > 
> > simone@TOLKIEN ~/phpdoc/it
> > $ cvs commit -m 'removing maxim WIP' translation.xml
> >  Access denied: insufficient karma (cortesi|phpdoc-it)
> >  Contact [EMAIL PROTECTED] for access to phpdoc-it
> > cvs server: Pre-commit check failed
> > cvs [server aborted]: correct above errors first!
> > 
> >
> > Whats wrong?
>
> i'm dumb, and forgot to adjust the avail file. this should be fixed now.
>

Guys, would there be uproar if we split up the cvs avail for each language?
ie, i'm not going to need to be touching hebrew, japanese style languages --
given i have no idea how to type them, etc :)

Also, splitting up the avail file will mean it should become easier to see
who's translating what; as well as removing the potential for mistakes.

Thanks,

James




Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-05 Thread Gabor Hojtsy

>   perl -pi -e 's#phpdoc/(de)#phpdoc-$1#' `find de -name Repository`
> 
> (sorry windows users, you'll have to figure out how to do the equivalent
> or hope someone else posts instructions.)

This thing deleted all Repository files from my hu dir, so be careful with
that. I am using Cygwin (on windows). I received this kind of errors:

| Can't do inplace edit on hu/appendices/CVS/Repository: Permission denied.
| Can't do inplace edit on hu/chapters/CVS/Repository: Permission denied.
| Can't do inplace edit on hu/CVS/Repository: Permission denied.

For windows users: What the above line does is to find all Repository
files, and replace phpdoc/de with phpdoc-de in those files. So this
can be done quickly with a prog with multifile replace capabilities.

Goba





Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-04 Thread Jim Winstead

On Sun, May 05, 2002 at 01:27:46AM +0200, Simone Cortesi wrote:
> At 14.26 04/05/02 -0700, Jim Winstead wrote:
> >to check out the english version, just run 'cvs co phpdoc'. checking out
> >the english version plus a single translation can be done with 'cvs co
> >phpdoc-de' (substitute your language of choice, of course). to check out
> >additional languages, just do 'cvs co phpdoc-de-dir' inside your
> >existing phpdoc directory.
> 
> I've checked out with 'cvs co phpdoc' and then when in directory 'phpdoc' i 
> did 'cvs co phpdoc-it-dir'.
> 
> Then I was trying to commit a change in an italian file and i got:
> 
> simone@TOLKIEN ~/phpdoc/it
> $ cvs commit -m 'removing maxim WIP' translation.xml
>  Access denied: insufficient karma (cortesi|phpdoc-it)
>  Contact [EMAIL PROTECTED] for access to phpdoc-it
> cvs server: Pre-commit check failed
> cvs [server aborted]: correct above errors first!
> 
> 
> Whats wrong?

i'm dumb, and forgot to adjust the avail file. this should be fixed now.

jim



Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-04 Thread Slawomir Pucia

Simone Cortesi wrote:
> I've checked out with 'cvs co phpdoc' and then when in directory
> 'phpdoc' i did 'cvs co phpdoc-it-dir'.
> 
> Then I was trying to commit a change in an italian file and i got:
>  Access denied: insufficient karma (cortesi|phpdoc-it)
> Whats wrong? 

Someone forgot about this...

> * add phpdoc-{lang} to the avail file

:-))

slawek-





Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-04 Thread Simone Cortesi

At 14.26 04/05/02 -0700, Jim Winstead wrote:

>to check out the english version, just run 'cvs co phpdoc'. checking out
>the english version plus a single translation can be done with 'cvs co
>phpdoc-de' (substitute your language of choice, of course). to check out
>additional languages, just do 'cvs co phpdoc-de-dir' inside your
>existing phpdoc directory.

I've checked out with 'cvs co phpdoc' and then when in directory 'phpdoc' i 
did 'cvs co phpdoc-it-dir'.

Then I was trying to commit a change in an italian file and i got:

simone@TOLKIEN ~/phpdoc/it
$ cvs commit -m 'removing maxim WIP' translation.xml
 Access denied: insufficient karma (cortesi|phpdoc-it)
  Contact [EMAIL PROTECTED] for access to phpdoc-it
cvs server: Pre-commit check failed
cvs [server aborted]: correct above errors first!



Whats wrong?


-- 
"Tutto e' possibile in Maggio.
   In May, everything is possible." -- Mario Bisio.




Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-04 Thread Jim Winstead

On Sat, May 04, 2002 at 11:44:33PM +0200, Slawomir Pucia wrote:
> Jim Winstead wrote:
> > to check out the english version, just run 'cvs co phpdoc'. checking
> > out the english version plus a single translation can be done with
> > 'cvs co phpdoc-de' (substitute your language of choice, of course).
> > to check out additional languages, just do 'cvs co phpdoc-de-dir'
> > inside your existing phpdoc directory.
> 
> cvs -d :pserver:[EMAIL PROTECTED]:/repository co phpdoc-pl
> [...]
> U de/reference/zip/functions/zip-open.xml
> U de/reference/zip/functions/zip-read.xml
> 
> I got only en/ and de/ trees :-))

some people are so picky. :)

it's fixed now.

jim



Re: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-04 Thread Slawomir Pucia

Jim Winstead wrote:
> to check out the english version, just run 'cvs co phpdoc'. checking
> out the english version plus a single translation can be done with
> 'cvs co phpdoc-de' (substitute your language of choice, of course).
> to check out additional languages, just do 'cvs co phpdoc-de-dir'
> inside your existing phpdoc directory.

cvs -d :pserver:[EMAIL PROTECTED]:/repository co phpdoc-pl
[...]
U de/reference/zip/functions/zip-open.xml
U de/reference/zip/functions/zip-read.xml

I got only en/ and de/ trees :-))

slawek-