Search found 6 matches

by obnox
Mon Feb 16, 2009 1:00 pm
Forum: Suggestions
Topic: i18n / internationalisation
Replies: 11
Views: 7782

Re: i18n / internationalisation

git is a source code management (scm) system, just like cvs or svn (subversion). git is the source code management system developed (initially) by Linus Torvalds for managing the Linux Kernel Source code. See http://git.or.cz/ . A source code management system adds a history to your source code. Eac...
by obnox
Mon Feb 16, 2009 9:00 am
Forum: Suggestions
Topic: i18n / internationalisation
Replies: 11
Views: 7782

Re: i18n / internationalisation

Here is a git-formatted patch of an initial german translation...

WOW this was tough, I tried a few 1000 times to get an extension that the forum would accept.
Why does it not accept .patch, .txt, ... attachments.
by obnox
Mon Feb 16, 2009 7:32 am
Forum: Suggestions
Topic: i18n / internationalisation
Replies: 11
Views: 7782

Re: i18n / internationalisation

BTW: I might go for a german translation - can there be UTF8 chars in that de.yml file?
by obnox
Mon Feb 16, 2009 7:23 am
Forum: Suggestions
Topic: i18n / internationalisation
Replies: 11
Views: 7782

Re: i18n / internationalisation

Some hints to git usage and to getting your work published You have to be aware of the fact that "git clone" created a local clone of the remote git repository for you. You have full commit access to that local repository. When you did "git commit" then you have created a new co...
by obnox
Wed Jan 14, 2009 4:44 pm
Forum: File Sharing
Topic: opportunistic locking??
Replies: 12
Views: 7546

Re: opportunistic locking??

Thomas, 1. could you try with a share that is not on NTFS? (to check whether it is a NTFS related issue or a general samba issue) 2. could you post a level 10 samba log (/var/log/log.smbd usually) of such a failing access 3. What version of samba did the old installation on fedora 8 feature? And whi...
by obnox
Mon Jan 12, 2009 4:32 pm
Forum: File Sharing
Topic: opportunistic locking??
Replies: 12
Views: 7546

Re: opportunistic locking??

Hi, I suspect that NTFS is the problem here: NTFS support under linux is rather experimental. And I am not sure to what exent oplocks are supported here. What is the exact problem you are seeing? What kind of sync app are you using? Did the same NTFS partition work with your previous Fedora8 install...