![]() ![]() |
Sep 2 2005, 10:20 PM
Post
#1
|
|
|
Group: Members Posts: 73 Joined: 9-October 03 Member No.: 557 |
Hi All,
Has anyone compiled Subversion for Sharp ROMs (I'm using Watapon 1.4.1 on 5600)? I didn't find it in elsix or in google, and it'd be pretty handy to have on my Z I think. Thanks! steven |
|
|
|
Nov 14 2005, 09:48 AM
Post
#2
|
|
|
Group: Members Posts: 70 Joined: 24-May 04 From: Germany Member No.: 3,406 |
I tried to cross-compile it, but haven't succeeded, because it needs to run some generated programs during the build. It should be possible to compile it natively on the Zaurus, but currently I haven't installed the development stuff.
|
|
|
|
Nov 14 2005, 10:56 AM
Post
#3
|
|
|
Group: Members Posts: 81 Joined: 15-March 05 Member No.: 6,635 |
I assume you talk about the client only?
Dave Kessler from Kopsis Engineering has put a svn client for pdaXrom: http://kopsisengineering.com/rc11/ He used to be (or perhaps still is) active in the Sharp ROMs as well, so you might try to ask him... he posts regularly on this forum. |
|
|
|
Nov 14 2005, 04:00 PM
Post
#4
|
|
![]() Group: Members Posts: 329 Joined: 1-July 04 Member No.: 3,880 |
At one point I tried doing Subversion for Cacko but ran into a variety of problems. At the time it wasn't worth struggling through ... instead I installed Debian pocket workstation and just used the standard Debian subversion package that way.
Now that I'm running pdaXrom, I no longer have a native environment to compile for Sharp ROMs. My x-dev environment works great for some things, but large projects with complex build systems like Subversion can be mighty difficult to x-compile. |
|
|
|
Nov 15 2005, 04:34 PM
Post
#5
|
|
|
Group: Members Posts: 70 Joined: 24-May 04 From: Germany Member No.: 3,406 |
The package from kopsis works on the Cacko ROM as well. I have stripped the libraries (reduced size from 3.5 MB to 1.3 MB), put them into /opt/QtPalmtop instead of /usr (don't know if that's better, it's just where I put all programs) and added a dependancy on libiconv.
The resulting packages are attached for those interested.
svn_ipk.tar ( 1.25MB )
Number of downloads: 194One small problem: If you have LANG set, it doesn't work - use "LANG=C svn" then. I guess it's a problem with missing locale stuff, perhaps someone else knows a better solution? |
|
|
|
Jun 17 2006, 05:37 PM
Post
#6
|
|
|
Group: Members Posts: 120 Joined: 14-June 06 Member No.: 10,168 |
Just a quick thanks for compiling it.
I also note that the link to Dave Kessler / Kopsis Engineering svn client is dead: http://kopsisengineering.com/rc11/ Has there been any further movement on a more official subversion client compile? |
|
|
|
Sep 5 2006, 02:38 PM
Post
#7
|
|
|
Group: Members Posts: 84 Joined: 20-July 06 Member No.: 10,467 |
I'm actually after the svn server to run on the Z if it's practical. Seeing as this is the device I'll have all the time it makes sense to have it as the server (providing I sync the database of course). I'd be interested in a pdaXrom version.
|
|
|
|
Oct 24 2006, 11:30 AM
Post
#8
|
|
|
Group: Members Posts: 46 Joined: 26-July 04 From: Brussels, Belgium Member No.: 4,106 |
QUOTE(cybersphinx @ Nov 16 2005, 01:34 AM) The package from kopsis works on the Cacko ROM as well. I have stripped the libraries (reduced size from 3.5 MB to 1.3 MB), put them into /opt/QtPalmtop instead of /usr (don't know if that's better, it's just where I put all programs) and added a dependancy on libiconv. The resulting packages are attached for those interested.
svn_ipk.tar ( 1.25MB )
Number of downloads: 194One small problem: If you have LANG set, it doesn't work - use "LANG=C svn" then. I guess it's a problem with missing locale stuff, perhaps someone else knows a better solution? Yes, but it's a hack You can comment the LANG-related code in subversion/libsvn_subr/cmdline.c Like that svn will always work in LANG=C, ignoring any specific locale you may have set. Since I didn't find subversion in elsix, I've gone ahead and compiled it too... At least it is in elsix now. |
|
|
|
Nov 14 2006, 08:23 PM
Post
#9
|
|
|
Group: Members Posts: 500 Joined: 17-January 04 From: St. Louis, USA Member No.: 1,478 |
QUOTE(Dobby @ Sep 5 2006, 05:38 PM) I'm actually after the svn server to run on the Z if it's practical. Seeing as this is the device I'll have all the time it makes sense to have it as the server (providing I sync the database of course). I'd be interested in a pdaXrom version. I'm also interested in a pdaXrom version of svn, whether kopsis' version or anything newer. I can't find svn in pdaXrom's official/contrib feed. |
|
|
|
Nov 15 2006, 05:58 PM
Post
#10
|
|
|
Group: Members Posts: 70 Joined: 24-May 04 From: Germany Member No.: 3,406 |
QUOTE(dwagelaar @ Oct 24 2006, 09:30 PM) Yes, but it's a hack Yeah, well, as I said, I couldn't compile it myself. And better a hack than a program that fails in some cases.You can comment the LANG-related code in subversion/libsvn_subr/cmdline.c Like that svn will always work in LANG=C, ignoring any specific locale you may have set. QUOTE Since I didn't find subversion in elsix, I've gone ahead and compiled it too... At least it is in elsix now. Nice. Can you do a 1.4 version as well? With that version a checked out repository needs less space.
|
|
|
|
Jul 8 2007, 05:45 AM
Post
#11
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
Does anyone have svn version 1.4.2 for sharp rom?
Thanks! |
|
|
|
Jul 9 2007, 11:39 AM
Post
#12
|
|
|
Group: Members Posts: 46 Joined: 26-July 04 From: Brussels, Belgium Member No.: 4,106 |
|
|
|
|
Jul 18 2007, 02:32 PM
Post
#13
|
|
|
Group: Members Posts: 46 Joined: 26-July 04 From: Brussels, Belgium Member No.: 4,106 |
QUOTE(dwagelaar @ Jul 9 2007, 08:39 PM) QUOTE(cybersphinx @ Nov 16 2006, 02:58 AM) Nice. Can you do a 1.4 version as well? With that version a checked out repository needs less space. Didn't know about that, good to know... I'm currently very low on spare time, but I'll msg if I do get to it... There we are: subversion 1.4.4 on Elsix: http://www.elsix.org/index.php?w=project&p=subversion It was nasty to build with the default zaurus toolchain. You'll need the following to try for yourself: http://subversion.tigris.org/downloads/sub...n-1.4.4.tar.bz2 http://subversion.tigris.org/downloads/sub...s-1.4.4.tar.bz2 http://ssel.vub.ac.be/Members/DennisWagela...g-1.4.4.tar.bz2 The last file contains some scripts and instructions to make the build work... |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 04:54 PM |