Ticket #127 (closed: invalid)
Invalid UTF-8 sequence
| Reported by: | zariok | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | development |
| Severity: | minor | Keywords: | |
| Cc: |
Description
When attempting to open a svn repository checked out locally:
Valid UTF-8 data (hex: 18) followed by invalid UTF-8 sequence (hex: a5 f1 08)
Confirmed with 0.11.x (FC5 pkg) and svn trunk as of Feb 1, 2007 11:26 CST
ADDITIONAL INFORMATION: kdesvn trunk.tar.gz as of Feb 1, 2007 11:26 CST svn, version 1.4.3 (r23084)
Fedora Core 5 w/latest updates
Below is output from --version done on a svn trunk build [root@zariok-laptop bin]# ./kdesvn --version Qt: 3.3.7 KDE: 3.5.5-0.2.fc5 Fedora-Core kdesvn: 0.11.0
Run from within Gnome 2.14.3
[root@zariok-laptop bin]#./kdesvn -o svnoutput.txt svnoutput.txt is not created after selecting repository and error.
Status Line says "Could not open url file:///home/zariok/path/to/repository/"
The repository is checked out via svn+ssh. The svn server is remote, behind another ssh server.
Configuration:
~/.ssh/config host svnhost
hostname localhost port 2222 user zariok
Established connection via: ssh -L 2222:192.168.1.10:22 zariok@…
Checked out via: svn checkout svn+ssh://zariok@svnhost/var/subversion/project_directory
I have set up the ssh with authorized keys as not to prompt for password: On 192.168.1.10, .ssh/authorized_keys contains my id.pub from machine where I'm doing the checkout.
SVN commits/ups/diffs work fine in both console, Netbeans 5.5 and Zend IDE 5.5.0
Attachments
Change History
comment:1 Changed 6 years ago by zariok
- Owner changed from anonymous to alwin
- Status changed from new to assigned
