< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] Unable to retrieve any of DUM Invite Session State Diagrams


On 2009, Oct 1, at 12:14, Andriy Brozgol wrote:
I get the following error:

An Exception Has Occurred
Checkout view is disabled

HTTP Response Status

403 Forbidden

You did not provide a sample URL for what you were asking about, so it took a little tracking down in the log files to get there to start with. In the future, please remember to provide a bit more detail to help identify and locate the source of your problem.

From what I was seeing, I have made the following change:

"co" has been added to the allowed "views" for the /viewsvn/ repository viewing

I have tested changing a couple of PNG files to have a svn:mime-type or "image/png" [using: svn propedit svn:mime-type client-invite-sm.png]


As such, if a file is marked as "application/octet-stream" (which I believe is the default for binary files), clicking (download) will prompt your browser to implement its normal "save to file" type of routines (put it in a download folder or ask you where to store it, etc). If the file is changed to an appropriate "image/" mime-type, then viewsvn will present it in a way that is directly viewable in the browser when clicking (download).


-philip