I am trying to build the server in Linux. It seems like there are missing files when I try to build.
I got the code like this: svn co https://electricsheep.svn.sourceforge.net/svnroot/electricsheep electricsheep (from sourceforge)
I tried to get it from google code but that repo was empty. svn checkout http://electricsheep.googlecode.com/svn/trunk/ electricsheep-read-only
so I go to the trunk/server and do a make
tar: index.html: Cannot stat: No such file or directory tar: cgi/get.cgi: Cannot stat: No such file or directory tar: cgi/list-real.cgi: Cannot stat: No such file or directory tar: run/genebank.flam3.eg: Cannot stat: No such file or directory tar: run/hidef_params.template: Cannot stat: No such file or directory tar: run/draft_hidef_params.template: Cannot stat: No such file or directory tar: run/vib.hidef_params.template: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors make: *** [dist] Error 2
What's going on here, seems the makefile is broken or there are missing files.
Also - what is the difference between building the client in the tags/client-v2.7b11 vs. building it in trunk/client? it seems to go much faster in trunk/client

the server is code is not
client_generic is where the current clients are. others are old.