Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Has anyone managed to install a subversion server and "Trac" on a DNS-323 unit? Is it possible? I've had my unit for sometime now and I'm about to buy another for such an installation. Is it possible?
http://trac.edgewall.org/
Thanks,
Gareth.
Last edited by gareth (2007-09-03 15:00:32)
Offline
So far I have only been doing subversion via samba to the g600, which is generally not a very good way to use SVN, but since it is only me it is ok for now.
I have seen a few threads on subversion running via a chroot'd debian installation, but not yet a standalone package or simpler fun_plug only way to do it yet.
trac may be considerably harder because it requires python scripting, so for both, chrooted debian or gentoo is probably the way forward. Trac may be slow, and watch the very limited memory resources - while hard disk space is abundant, actual memory is very tight on the devices.
Related threads:
http://dns323.kood.org/forum/t620-DNS32 … rsion.html
http://dns323.kood.org/forum/t220-Subversion.html
Offline
I would like also to see a standalone subversion (i.e. with no debian chroot). I have been using etch chroot & subversion, but it is not easy to install it in case a drive goes bad. There is no need to run through apache, the subversion protocol is also ok. I have been running it for a few months now without a problem (2 projects only - accessed with turtoisesvn from vista).
Offline
Regarding subversion, there is a server available from http://www.ellogon.org/~petasis/DNS323/ … ersion.rar (use save as, as my httpd does not like rar files :-) )
George
Offline
Hello,
i am looking for running trac + svn on my dns... without debian / apache
tracd works at this time as well as svn 1.5.6, but seems like that in this svn version swig is missing, so that
the trac site says :
Warning: Can't synchronize with the repository (Unsupported version control system "svn". Check that the Python support libraries for "svn" are correctly installed.)
checking :
python 2.5.2
>>> from svn import core
Traceback (most recent call last):
File <stdin>, line 1 in <module>
ImportError: No module named svn
Is someone out there to provide svn binaries including swig ?
Offline
you have to compile subversion by your own with python bindings
Offline