Re: problem with git

2009-05-06 Thread Claude Paroz
Le mercredi 06 mai 2009 à 08:41 +0530, Tirumurti Vasudevan a écrit : i have a problem. i saw the damned lies page that GNOME 2.28 (development) is the one to work with. when i clone a repo there is no 2.28 folder there. Hi Tirumurti, GNOME 2.28 is currently using the 'master' branch of

Re: problem with git

2009-05-06 Thread Tirumurti Vasudevan
On Wed, May 6, 2009 at 12:19 PM, Claude Paroz cla...@2xlibre.net wrote: Just put it in your checkout tree. And please, carefully read http://live.gnome.org/TranslationProject/GitHowTo thanks for the reply. i will put it in the po folder and see what happens regards tv

Fwd: problem with git

2009-05-06 Thread Tirumurti Vasudevan
-- Forwarded message -- From: Tirumurti Vasudevan agnih...@gmail.com Date: Wed, May 6, 2009 at 3:31 PM Subject: Re: problem with git To: Runa Bhattacharjee run...@gmail.com On Wed, May 6, 2009 at 12:00 PM, Runa Bhattacharjee run...@gmail.comwrote: The files would be inside

Re: Fwd: problem with git

2009-05-06 Thread Gabor Kelemen
Tirumurti Vasudevan írta: i download the file from damed lies and sure, there are two strings that need correction. so what do i do? You update the file from d-l, rename it to ta.po, overwrite the existing one in the git checkout and commit it. Damned-lies does not show what you have in

Re: Fwd: problem with git

2009-05-06 Thread Gil Forcada
El dc 06 de 05 de 2009 a les 12:10 +0200, en/na Gabor Kelemen va escriure: Tirumurti Vasudevan írta: i download the file from damed lies and sure, there are two strings that need correction. so what do i do? You update the file from d-l, rename it to ta.po, overwrite the existing

Re: problem with git

2009-05-06 Thread Simos Xenitellis
On Wed, May 6, 2009 at 11:03 AM, Tirumurti Vasudevan agnih...@gmail.com wrote: -- Forwarded message -- From: Tirumurti Vasudevan agnih...@gmail.com Date: Wed, May 6, 2009 at 3:31 PM Subject: Re: problem with git To: Runa Bhattacharjee run...@gmail.com On Wed, May 6,

Re: Question about git

2009-05-06 Thread Simos Xenitellis
On Tue, May 5, 2009 at 4:41 PM, Behdad Esfahbod beh...@behdad.org wrote: On 05/05/2009 01:28 AM, Shaun McCance wrote: This assumes that the branch is merged into master otherwise.  I strongly suggest cherry-pick instead of merge. Isn't that going to cause merge conflicts for me the

Re: problem with git

2009-05-06 Thread Tirumurti Vasudevan
aha! that is it! thanks! tv On Wed, May 6, 2009 at 4:09 PM, Simos Xenitellis simos.li...@googlemail.com wrote: you can simply run cd po/ intltool-update ta -- My blogs: [all in Tamil] http://anmikam4dumbme.blogspot.com/ http://chitirampesuthati.blogspot.com/ photo blog now with english

New coordinator for Japanese translation team

2009-05-06 Thread Takayuki KUSANO
Hi, all. I want to be a coordinator for Japanese translation team. Currently, Japanese translation team has no coordinator (Mr. Takeshi Aihana, listed as coordinator on l10n.gnome.org, step down in Mar 2006). ref. http://bugzilla.gnome.org/show_bug.cgi?id=566061 I was worked as Japanese

Re: problem with git

2009-05-06 Thread Tirumurti Vasudevan
thanks a ton! did as you said and commited the files successfully. now to experiment with a shallow clone. suggestions? tia drtv On Wed, May 6, 2009 at 4:09 PM, Simos Xenitellis simos.li...@googlemail.com wrote: you can simply run cd po/ intltool-update ta which will update ta.po to

Re: problem with git

2009-05-06 Thread Simos Xenitellis
On Wed, May 6, 2009 at 5:39 PM, Tirumurti Vasudevan agnih...@gmail.com wrote: thanks a ton! did as you said and commited the files successfully. now to experiment with a shallow clone. suggestions? I did some experiments with shallow clones,

Re: problem with git

2009-05-06 Thread Tirumurti Vasudevan
I did some experiments with shallow clones, http://blogs.gnome.org/simos/2009/04/18/git-clones-vs-shallow-git-clones/ I noticed that there is no significant benefit. In fact, it is possible to mess up the repository in a weird way. There are unknown issues when you try to push your changes

Re: New coordinator for Japanese translation team

2009-05-06 Thread Simos Xenitellis
On Wed, May 6, 2009 at 5:18 PM, Takayuki KUSANO ae5t-...@asahi-net.or.jp wrote: Hi, all. I want to be a coordinator for Japanese translation team. Currently, Japanese translation team has no coordinator (Mr. Takeshi Aihana, listed as coordinator on l10n.gnome.org, step down in Mar 2006).

Re: Question about git

2009-05-06 Thread Behdad Esfahbod
On 05/06/2009 07:00 AM, Simos Xenitellis wrote: On Tue, May 5, 2009 at 4:41 PM, Behdad Esfahbodbeh...@behdad.org wrote: On 05/05/2009 01:28 AM, Shaun McCance wrote: This assumes that the branch is merged into master otherwise. I strongly suggest cherry-pick instead of merge. Isn't that