Dakhar Wrote:I want to help you with Russian translations, but I can't understand how to apply my translation to the source
Russian translate for SVN_Repo_Installer
http://rapidshare.com/files/392391849/Russian.rar
anighr
Junior Member Posts: 1 Joined: May 2010 Reputation: 0 |
2010-05-28 07:00
Post: #11
Dakhar Wrote:I want to help you with Russian translations, but I can't understand how to apply my translation to the source Russian translate for SVN_Repo_Installer http://rapidshare.com/files/392391849/Russian.rar
(This post was last modified: 2010-05-28 07:06 by anighr.)
|
| find quote |
hudo
Fan Joined: Feb 2009 Reputation: 5 Location: xbmcmediacenter.com |
2010-06-04 18:27
Post: #12
Portuguese translation of metadata scrapers added. Track ticket - http://trac.xbmc.org/ticket/9342.
What's next? hudo |
| find quote |
Kolabor
Member Joined: Jul 2010 Reputation: 0 Location: Poland |
2010-09-27 18:24
Post: #13
Can someone tell me how can I make a patch using Tortoisegit for Windows? I thought it will be the same as in TortoiseSVN but looks like it is different.
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-09-28 12:01
Post: #14
1) commit your changes
2) use the entry that is named something ala 'format patch'. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Kolabor
Member Joined: Jul 2010 Reputation: 0 Location: Poland |
2010-09-28 13:39
Post: #15
OK. Will try today after work. I thought I should create diff patch just as in SVN and post it to Trac.
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-09-28 13:46
Post: #16
yes, that's what this will achieve. git works a bit differently. you have your own, local repository you can commit to. you then create patches creating the changes done in those commits.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Kolabor
Member Joined: Jul 2010 Reputation: 0 Location: Poland |
2010-09-28 14:08
Post: #17
Hmm. I installed Tortoisegit and then I did a checkout of addons repo. Should I make a local repo of that or is it done automatically?
Sorry for such lame questions spiff, but Git is new for me. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-09-28 14:14
Post: #18
you didn't checkout. you CLONED
you already have it. it's simply how git works.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
Kolabor
Member Joined: Jul 2010 Reputation: 0 Location: Poland |
2010-09-28 14:23
Post: #19
I should first rtfm then ask.
![]() If I fail at making a diff I'll ask. Thanks spiff. |
| find quote |
hudo
Fan Joined: Feb 2009 Reputation: 5 Location: xbmcmediacenter.com |
2010-09-28 17:47
Post: #20
See if this can get you going with git and patches: http://forum.xbmc.org/showthread.php?tid=76029
hudo |
| find quote |