Hi, Emailing the dev list rather than user list as it seems the user list has had just 4 emails in over a year so is probably dormant.
I'm exicited to see that the activity on Bloodhound has picked up. This is encouraged me to install it here as it is clearly the most feature full bug tracking software other than JIRA, and for me being written in Python is a big advantage (I'm a big fan of the language) A couple issues, probably down to me not finding the correct documentation rather than actual bugs. Installation: The current tradition is to install non-packaged local deployments in /opt, however the instructions for installing Bloodhound want you to install it as a non-privileged user in ~ (tilde). This is OK (and preferred) for development but for a deployment not so. e.g. The distributed install instructions won't work as they are as they expect the logged in user to be called 'bloodhound' as this is the UID given for the WSGI app. 1: What would be the correct way to deploy Bloodhound? It seems to install in installer/bloodhound, surely this is not correct, am I doing this wrong or does the installer need some work? I notice that the install method creates many files with absolute paths built into them (pointing to paths owned by a real user and not Mr Bloodhound), we all know this is not good practice. Perhaps there should be an issue raised to fix this? Secondly: I'd like to use BH with SVN. I can't find any documentation for this. The SVN page in the settings wants an absolute path rather than a URL, does this mean that the SVN repos and BH must be on the same server (or NFS)? Luckily this is the case for us, but if I enter the SVN repos root path it then says I must run: trac-admin $ENV repository resync "serverside" serverside being the name of the repository. However it does not say where this should be run, what $ENV should be, it fails with Error: No Trac environment found at /opt/apache-bloodhound-0.8/installer/bloodhound/repository [Errno 2] No such file or directory: '/opt/apache-bloodhound-0.8/installer/bloodhound/repository/VERSION' what is it expecting to find in the non-existent directory repository? I used trac many, many years ago, but it's changed enough for me to not be at all familier with it's operation. Any help appreciated Regards, Jason
