[viewvc-users] RSS Feeds Empty

Mike McMahon <[email protected]>
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <02a001caa696$b7ac2d60$27048820$@edu>
Hello All, 

 

We are currently implementing RSS feeds in ViewVC; however, we are running
into some slight issues in regards to getting the RSS feeds working.
ViewVC is installed on a virtualized ubuntu distro (everything up-to-date
or at least at the version best suited to our needs).  

 

We have enabled the mirrored commit database and can even use MySQL to
browse / query the database.  I can see the checkins, the files.etc in the
DB - however, no dice on the web end.  The RSS feeds come up empty with
zero entries. 

 

I went and ran svndbadmin on /home/svn/deltacollege (our SVN repository
location) which took an EXTREMELY long (30 minutes or more) amount of
time.  Hoping this would mirror any recent commits which were not picked
up.  Again, the RSS feeds are still empty.  

 

I checked the post-commit hook to make sure everything looks right: 

 

  GNU nano 2.0.7                                     File:
post-commit.tmpl

 

#!/bin/sh

 

# POST-COMMIT HOOK

REPOS="$1"

REV="$2"

 

#the first of the two lines we never setup and probably won't if we can
get rss feeds going

/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV"
[email protected]

/usr/lib/viewvc/svndbadmin  rebuild "$REPOS" "$REV"  

 

Any help would be greatly appreciated. 

 

Thanks,

Mike McMahon

Programmer Analyst

San Joaquin Delta college

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2445225

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.