|
KnownIssues
IntroductionObviously all bugs in our issue tracker are known issues, however here are some of the really important ones. Known issuesThe main context menu will appear with items in incorrect placesSee: Issue #96 This is a bug in Nautilus (we think) and so far we haven’t found a workaround. If you get this, most of the time you can click away (in the Nautilus background) and then click back on the original item, and this will give you a correct menu. If you want to try to find a workaround for us, we’ve created a simple test extension at http://nautilussvn.googlecode.com/files/contextmenubugtest.py. Put this in your ~/.nautilus/python-extensions folder and type ‘nautilus -q && nautilus --no-desktop’ to load it up. If you can find a workaround, you will be a hero! Dialogs display full paths, not relativeThe dialogs should ideally only display the paths relative to the in Nautilus currently visible directory. This behavior was implemented before, however the way it was (using os.chdir calls) was causing Nautilus to reject to unmount removable devices (Issue #89) so we removed it and are working on a replacement. No submenu for NautilusSvn menu item on background or File menuThis problem only occurs on older versions of Nautilus e.g. 2.22.2 (or everything <= 2.24.1). Nautilus 2.22.2 is the version included with Ubuntu 8.04. Limitations of the current status checkerThere are three situations where we currently can’t keep emblems up-to-date: When any file that isn't visible is modified
Adding items
Using the command-line svn client
|