Can't reproduce this either. Can you provide complete steps to reproduce
this? What I did on a fresh lucid vm was:

mkdir SVNREPO
svnadmin create SVNREPO/emacssvn
mkdir checkout
cd checkout && svn checkout file:///home/ralf/SVNREPO/emacssvn
cd emacssvn
# populate repo. just to be sure...
echo "hello" > hello.txt && svn add hello.txt && svn commit -m 'hello.txt added'
# visit file it in emacs
emacs23 -nw ~/checkout/emacssvn/hello.txt # no error
# visit a non existing file 
emacs23 -nw ~/checkout/emacssvn/doesnotexist.txt


** Changed in: emacs23 (Ubuntu)
       Status: New => Incomplete

-- 
emacs subversion support fails
https://bugs.launchpad.net/bugs/497161
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to