Notices


Reply
Thread Tools
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#321
Okay, I hope I have at Sunday enough time. I have no git at my N900. At least I got a "~sh: git: not found" when entering git at the terminal. I would say wikipedia is now a good reading for me. Very interesting. As a .NET developer (it's only my Job, not my religion) the Linux world impresses me again and again.

I will come back to you as soon as I learned the basics.
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#322
Originally Posted by xerxes2 View Post
All files must be 7-bit us-ascii or utf8. I don't know what "linux compatible format" are"!


The Linefeed only with Ascii[10] and not with Ascii[10+13] like at Windows.
(this piece of s****** took me several hours searching and fiddling why my changed *.py Files are not able to run at the N900!)
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#323
No problem man. My three step tutorial was for linux. Dunno how to use git on Windows. But if you install git on your n900 it should work.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#324
Okay, I installed git on my N900. But I got this error:

Code:
~/MyDocs/PyProgramme/Panucci/modified/git $ ls
~/MyDocs/PyProgramme/Panucci/modified/git $ git clone git@github.com:xerxes2/panucci.git
warning: templates not found /home/builder3/maemo-fremantle-armel-extras-devel/work/git-1.6.5.7/debian/git/usr/share/git-core/templates
Initialized empty Git repository in /home/user/MyDocs/PyProgramme/Panucci/modified/git/panucci/.git/
fatal: The remote end hung up unexpectedly
I guess I will see on Sunday how I could use git on Windows...

Last edited by Helmuth; 2011-02-18 at 21:05.
 

The Following User Says Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#325
I would like to help but as I don't got a n900 it's hard. Anyway, for windows I found this:
http://nathanj.github.com/gitguide/tour.html

And the steps are exactly:

1. $ git clone git@github.com:xerxes2/panucci.git
2. $ cd panucci
3. Make your changes.
4. $ git diff HEAD > panucci.patch
5. Give me the patch.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following 2 Users Say Thank You to xerxes2 For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#326
Ok, I talked with nikosapi and it was not possible to empty the playlist so I fixed it. Too bad git doesn't seem to work on n900 though. I also promised him to try and make it work for n800 so if it doesn't just tell me. Nikosapi also had a few suggestions for big changes in Panucci but my current plan is to fix 1.0 quick with a lot of duct tape instead and make the big changes in 2.0. 2.0 will be targeted for Meego and other new distros. I don't know if Meego has already moved to python3 but some day it will, Python 2 and 3 are almost the same but there might (probably) be something that doesn't work. As always patches are very much welcome for my repo.

https://github.com/xerxes2/panucci
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following 3 Users Say Thank You to xerxes2 For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#327
Originally Posted by Helmuth View Post
git@github.com:xerxes2/panucci.git
You are using the wrong URL (that's the SSH one). Try this one instead (anonymous, read-only Git protocol):

git://github.com/xerxes2/panucci.git
 

The Following 2 Users Say Thank You to thp For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#328
Thanks man, as you already know I'm new to git too.

So the steps for submitting a patch should be:

1. $ git clone git://github.com/xerxes2/panucci.git
2. $ cd panucci
3. Make your changes.
4. $ git diff HEAD > panucci.patch
5. Give me the patch.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#329
Hi, I'm currently at work and my mate had different plans for sunday, but I gave git at the N900 a second try. This time with thp's link. Promising at the beginning but in the end still a empty directory.

Code:
~/MyDocs/PyProgramme/Panucci/modified/git $ ls
~/MyDocs/PyProgramme/Panucci/modified/git $ git clone git://github.com/xerxes2/panucci.git
warning: templates not found /home/builder3/maemo-fremantle-armel-extras-devel/work/git-1.6.5.7/debian/git/usr/share/git-core/templates
Initialized empty Git repository in /home/user/MyDocs/PyProgramme/Panucci/modified/git/panucci/.git/
remote: Counting objects: 2062, done.
git: 'index-pack' is not a git-command. See 'git --help'.
fatal: index-pack failed
~/MyDocs/PyProgramme/Panucci/modified/git $ remote: Compressing objects:   0% (remote: Compressing objects: 100% (517/517), done.
ls
~/MyDocs/PyProgramme/Panucci/modified/git $
Is there a module missing?
Why doesn't 'index-pack' work?

I need some time for the Windows trying. And as you know, xerxes2... I'm not only new to git, I'm also new to Linux and Python. (so, don't forget to pray and be very patient)

Last edited by Helmuth; 2011-02-21 at 14:56.
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#330
Don't worry. As you know, C# is just a Python ripoff so you'll be doing just fine. And no sorry I don't pray that much nor beeing very patient.

And for the git problem I've no idea.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Reply

Tags
barbiestrsand

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:13.