[git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
Hello! On the Git documentation page only the English version can be of Pro Git can be downloaded as PDF. I'd like to read it in German. Herehttp://blog.nevalon.de/en/woher-bekomme-ich-das-pro-git-buch-als-pdf-where-can-i-get-pro-git-book-as-pdf-20100208is an approach described, how can be

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 28 January 2013 16:08, automatix khanat...@gmail.com wrote: Hello! [...] I've already tired some other fonts out over the config file latex/config.yml (Arial, Verdana, Ubuntu...), but it cannot find these fonts. It worked for me when I changed to Verdana. Try deleting this directory

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
Thank you for response! No, it doesn't work: # ruby makepdf de de: Parsing markdown... done Creating main.tex for de... done Running XeTeX: Pass 1... failed with: ! I can't find file `Verdana'. Consider running this again

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
What is the folder, you start the makepdf script from? Am Montag, 28. Januar 2013 18:05:46 UTC+1 schrieb Martin Møller Skarbiniks Pedersen: On 28 January 2013 16:08, automatix khan...@gmail.com javascript: wrote: Hello! [...] I've already tired some other fonts out over the

Re: [git-users] What is the best way to use GIT for versioning Java Website

2013-01-28 Thread Dale R. Worley
From: gaug...@gmail.com 1) Each developer having his own contetnts in a separate directory is not able to test the code before pushing it to the bare repo which would update the Work Directory- Coz of these steps even for say one jsp file change I end up doing 20 commits until it starts

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 28 January 2013 20:04, automatix khanat...@gmail.com wrote: Thank you for response! No, it doesn't work: # ruby makepdf de de: Parsing markdown... done Creating main.tex for de... done Running XeTeX: Pass 1... failed with:

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 28 January 2013 20:11, automatix khanat...@gmail.com wrote: What is the folder, you start the makepdf script from? Can you please reply under the question ? Then it is much easier to read and follow. http://en.wikipedia.org/wiki/Posting_style#Bottom-posting I run the makepdfs from the same

[git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread John McKown
In addition to what Dale said, I have some basic questions. Do the developers have a unique UNIX UID which is tracked as the owner of the files in the JEE subdirectory? If so, then perhaps the simpliest thing to do is to stop using a git add ., but instead do something like: git add $(find .

[git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread John McKown
Slight goof in the previous message. Said: # Now I want to commit! git fetch #get any updates in the bare repo. git checkout master #switch to the master branch git merge my-name #merge in my changes into master Meant: # Now I want to commit! git checkout master #switch to master branch git

Re: [git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread Dale R. Worley
From: John McKown john.archie.mck...@gmail.com You could have 3 Tomcat instances running on the same box simply by using different ports for each. You could even allow each developer to have a Tomcat instance on their desktop (Linux or Windows) by pointing that Tomcat instance to their

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 28 January 2013 22:59, Martin Møller Skarbiniks Pedersen traxpla...@gmail.com wrote: However it seems there is a problem currently with the german edition. $ ./makepdfs de Will generate pdf for the following languages: de [...] Pass 1... failed with:

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
I installed Arial and Courier New from my Windows PCto my Ubuntu server and after I've cleared the font cache (# fc-cache -v) the issue doen't occure anymore. But now I'm getting another error: ~/progit/latex# ruby makepdf de de: Parsing markdown... done Creating main.tex for

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
Not for me. I find bottomposting not so good readable. IMHO the main information should be placed directly on the top. The replied message just supplies additional information. Am Montag, 28. Januar 2013 22:59:25 UTC+1 schrieb Martin Møller Skarbiniks Pedersen: On 28 January 2013 20:11,

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 29 January 2013 00:48, automatix khanat...@gmail.com wrote: I installed Arial and Courier New from my Windows PCto my Ubuntu server and after I've cleared the font cache (# fc-cache -v) the issue doen't occure anymore. But now I'm getting another error: ~/progit/latex# ruby makepdf de

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread Martin Møller Skarbiniks Pedersen
On 29 January 2013 00:54, automatix khanat...@gmail.com wrote: Not for me. I find bottomposting not so good readable. IMHO the main information should be placed directly on the top. The replied message just supplies additional information. OK. Then I will not continue to reply to your emails.

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
Yes, I delete the generated folders every time. I've just tried makepdfs out. The same error. Am Dienstag, 29. Januar 2013 00:55:07 UTC+1 schrieb Martin Møller Skarbiniks Pedersen: On 29 January 2013 00:48, automatix khan...@gmail.com javascript: wrote: I installed Arial and Courier

Re: [git-users] Git Pro: PDF versions in English and other languages

2013-01-28 Thread automatix
I find it silly (hope, it the right english word, and not abusive). But it's your free decision. I wish you all the best! Am Dienstag, 29. Januar 2013 00:58:10 UTC+1 schrieb Martin Møller Skarbiniks Pedersen: On 29 January 2013 00:54, automatix khan...@gmail.com javascript: wrote: Not

[git-users] Why do git log and git diff show different things on same two SHA's?

2013-01-28 Thread rridpath
I would think that when I run a git diff on two specific SHA's it would have the same output as a git log with the same two SHA's when run with the --name-status. How did the file get changed if it wasn't done as part of the commit and that should show in the log! git diff b504ef5 29aa66f8

[git-users] Re: Why do git log and git diff show different things on same two SHA's?

2013-01-28 Thread rridpath
The diff of these SHA's shows a real difference on the BatchTable.cpp file: git diff b504ef5 29aa66f8 diff --git a/src/DbLibrary/BatchTable.cpp b/src/DbLibrary/BatchTable.cpp index dc59973..ab328ed 100755 --- a/src/DbLibrary/BatchTable.cpp +++

Re: [git-users] How to contribute to documentation translation?

2013-01-28 Thread Philip Oakley
If you are interested in translating the error messages (portable objects - po, pot - 'po' templates) then here's a note form the Localization maintainer Dear l10n team members, New git.pot is generated from v1.8.1-476-gec3ae6e in the master branch. l10n: Update git.pot (11 new, 7 removed