---------- Forwarded message ----------
From: Tirumurti Vasudevan <agnih...@gmail.com>
Date: Sat, Sep 11, 2010 at 4:36 PM
Subject: Re: git problems
To: Claude Paroz <cla...@2xlibre.net>


seems to have worked.
let me see it get reflected in the web and i shall do the same for other
files leftover like that.
thanks for helping
regards
dr tv
------
d...@narayana:~/gnome-color-manager/po$ cd ..
d...@narayana:~/gnome-color-manager$ git checkout --track origin/gnome-2-32

error: You have local changes to 'po/ta.po'; cannot switch branches.
d...@narayana:~/gnome-color-manager$ git reset --hard HEAD^
HEAD is now at 2e3bb4c Updated Tamil translation
d...@narayana:~/gnome-color-manager$ git reset --hard HEAD^HEAD is now at
084f17f Updated Slovenian translation
d...@narayana:~/gnome-color-manager$ cd po
d...@narayana:~/gnome-color-manager/po$ git checkout ta.po

d...@narayana:~/gnome-color-manager/po$ git checkout --track
origin/gnome-2-32
Branch gnome-2-32 set up to track remote branch gnome-2-32 from origin.
Switched to a new branch 'gnome-2-32'
d...@narayana:~/gnome-color-manager/po$ git commit -m "Updated Tamil
translation" ta.po
[gnome-2-32 910b12f] Updated Tamil translation
 1 files changed, 2019 insertions(+), 145 deletions(-)

d...@narayana:~/gnome-color-manager/po$ git push
Counting objects: 7, done.

Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 20.36 KiB, done.

Total 4 (delta 2), reused 0 (delta 0)
To ssh://vasude...@git.gnome.org/git/gnome-color-manager
   67e9c73..910b12f  gnome-2-32 -> gnome-2-32
d...@narayana:~/gnome-color-manager/po$ git checkout master
Switched to branch 'master'
Your branch is behind 'origin/master' by 2 commits, and can be
fast-forwarded.
d...@narayana:~/gnome-color-manager/po$ git up

First, rewinding head to replay your work on top of it...
Fast-forwarded master to 6578d698eed9eff3969537910a0b9bd007ebb83d.

d...@narayana:~/gnome-color-manager/po$ intltool-update ta
............................................ done.
369 translated messages.
d...@narayana:~/gnome-color-manager/po$



On Sat, Sep 11, 2010 at 3:54 PM, Claude Paroz <cla...@2xlibre.net> wrote:

> As the message states, you have changes in po/ta.po. Now it depends on
> what are those changes:
> - if po/ta.po changes are not significant (maybe an intltool-update
> result), just drop the changes with "git checkout po/ta.po" that will
> restore the original committed file.
>



-- 
http://www.swaminathar.org/
http://aanmikamforyouth.blogspot.com/



-- 
http://www.swaminathar.org/
http://aanmikamforyouth.blogspot.com/
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to