Bugs that may bite you in release 0.5:

Non-ascii characters in filenames break diffing

  If you try to request diff on a file with non-ascii characters in
  its file name, you will receive a decoding error from pysvn.

The SSL callback always trusts the serer

  Currently, the ssl certificate verification callback is very trusty
  and just accepts whatever invalidness is reported by pysvn.

The viewer still has some problems with changing of paths

  Some scenarios are difficult or expensive to guess/track.
  Particularly, tracking changes forward (i.e. you are standing on an
  old revision and want to move forwards past a copy operation) is
  expensive and have not yet been implemented.

Newlines give diff downloads some trouble in cross-platform scenarios

  Ideally, PloneSVNView should check svn:eol-style and guess the OS of
  the platform requesting the diff.

Errors about broken SVN URLs gets eaten

  If you try to enter a repository URL that is not accepted, the error
  message is not displayed and your input gets eaten.

File version: $Id: bugs.txt 161 2007-09-30 11:29:01Z quest $
