Hi all,
I've just set up subversion on a debian 3 (stable) box using the
packages from http://people.debian.org/~cjwatson/subversion-woody/ .
I tried to follow the instructions at
http://svn.collab.net/repos/svn/trunk/README
I set up a repository:
$ sudo mkdir -p /var/lib/subversion/
(fix up permissions)
$ svnadmin create /var/lib/subversion/sendstudio
$ svn import -m 'sendstudio in subversion' sendstudio/
file:///var/lib/subversion/sendstudio/
Adding sendstudio/Setup and Documentation
Adding (bin) sendstudio/Setup and Documentation/Installation and
Developer Guide (PHP).doc
..............
Adding sendstudio/release_with_devedit/users/unsub.php
Committed revision 1.
$
It all seemed to go pretty well. There are about 450 files that got
added.
However, I can't check out the files.
$ svn co file:///var/lib/subversion/sendstudio
......
A sendstudio/release_with_devedit/admin/images/m_stats.gif
svn: XML data was not well-formed
svn: not well-formed (invalid token) at line 3
I found
http://www.contactor.se/~dast/svnusers/archive-2003-12/0075.shtml but
following it through didn't seem to have any resolution.
Does anyone have any suggestions about how to fix this?
Thanks,
Chris.
Received on Tue Feb 3 04:56:38 2004