Hello,

I have just installed websvn on a RHEL 6 machine and there seems to be some things missing, specifically the javascript dir and inside that the javascript file group-collapse.js needed to collapse the listing of grouped repos:

Here is a listing of the expanded tar.gz from www.websvn.info:

# ls -l
total 180
-rw-r--r--. 1 root root  7543 Jun 27  2011 blame.php
drwxr-xr-x. 2 root root  4096 Jun 27  2011 cache
-rw-r--r--. 1 root root 23438 Jun 27  2011 changes.txt
-rw-r--r--. 1 root root 15390 Jun 27  2011 comp.php
-rw-r--r--. 1 root root  7323 Jun 27  2011 diff.php
-rw-r--r--. 1 root root  8526 Jun 27  2011 dl.php
drwxr-xr-x. 2 root root  4096 Jun 27  2011 doc
-rw-r--r--. 1 root root  7514 Jun 27  2011 filedetails.php
drwxr-xr-x. 2 root root  4096 Apr 30 10:07 include
-rw-r--r--. 1 root root  3952 Jun 27  2011 index.php
drwxr-xr-x. 2 root root  4096 Jun 27  2011 javascript
drwxr-xr-x. 2 root root  4096 Jun 27  2011 languages
drwxr-xr-x. 4 root root  4096 Jun 27  2011 lib
-rw-r--r--. 1 root root 15141 Jun 27  2011 license.txt
-rw-r--r--. 1 root root 12875 Jun 27  2011 listing.php
-rw-r--r--. 1 root root 15345 Jun 27  2011 log.php
-rw-r--r--. 1 root root  7324 Jun 27  2011 revision.php
-rw-r--r--. 1 root root  5926 Jun 27  2011 rss.php
drwxr-xr-x. 5 root root  4096 Jun 27  2011 templates
-rw-r--r--. 1 root root  4273 Jun 27  2011 wsvn.php

Here is what is installed in /usr/share/websvn by the RPM from EPEL, note the missing javascript dir:

#ls -l
total 124
-rw-r--r--. 1 root root  7543 Jun 27  2011 blame.php
lrwxrwxrwx. 1 root root    25 Feb 26 15:08 cache -> ../../../var/cache/websvn
-rw-r--r--. 1 root root 15390 Jun 27  2011 comp.php
-rw-r--r--. 1 root root  7323 Jun 27  2011 diff.php
-rw-r--r--. 1 root root  8526 Jun 27  2011 dl.php
-rw-r--r--. 1 root root  7514 Jun 27  2011 filedetails.php
drwxr-xr-x. 2 root root  4096 Apr 29 16:32 include
-rw-r--r--. 1 root root  3952 Jun 27  2011 index.php
drwxr-xr-x. 2 root root  4096 Feb 26 15:08 languages
-rw-r--r--. 1 root root 12875 Jun 27  2011 listing.php
-rw-r--r--. 1 root root 15345 Jun 27  2011 log.php
-rw-r--r--. 1 root root  7324 Jun 27  2011 revision.php
-rw-r--r--. 1 root root  5926 Jun 27  2011 rss.php
lrwxrwxrwx. 1 root root    16 Feb 26 15:08 temp -> ../../../var/tmp
drwxr-xr-x. 5 root root  4096 Feb 26 15:08 templates
-rw-r--r--. 1 root root  4301 Jun 27  2012 wsvn.php

Am I missing something (other than the files), thanks.