You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using eventum-svn-hook.php in it's vanilla form, the repository name is not be appended to the filename, so a lookup against websvn or viewvc returns an error.
Also, cof_old_version and cof_new_version are not being populated when committing against Eventum 3.5.2, which is also screwing up the Revision tracking links.
mysql> select * from commit_file order by cof_id desc limit 5
When using
eventum-svn-hook.php
in it's vanilla form, the repository name is not be appended to the filename, so a lookup against websvn or viewvc returns an error.Ex:
Filename = /trunk/test
Required = /reponame/trunk/test
Also, cof_old_version and cof_new_version are not being populated when committing against Eventum 3.5.2, which is also screwing up the Revision tracking links.
mysql> select * from commit_file order by cof_id desc limit 5
Subversion Server 1.10.0 r1827917 running via Apache2/dav_sav
Subversion Client 1.10.2 r1835932
The text was updated successfully, but these errors were encountered: