Here's what it looks like:

cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text
Fatal error, aborting.
cvsread: no such user

Got this out of the readme

CommentFileSizeAuthor
#4 svn-in-readme-639804-4.patch1.4 KBsfyn

Comments

sfyn’s picture

I was able to check it out with subversion:

svn checkout http://svn.php.net/repository/pear/packages/Text_Wiki/trunk Text
toni.stoev’s picture

Pruning down to Text subdirectory is sufficient:
svn checkout http://svn.php.net/repository/pear/packages/Text_Wiki/trunk/Text Text

brycesenz’s picture

Status: Active » Reviewed & tested by the community

Thanks for the helpful post; it solved my issue.

Changing the status to "reviewed and tested" in hopes of getting this minor change added to the README

sfyn’s picture

StatusFileSize
new1.4 KB

This module looks suspiciously like it's been abandoned, but here's a patch for this issue anyway.

kenorb’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Thanks.

After downloading Text directory from svn and it conflict with your repository, remove all .svn directories via:

find Text -name .svn | xargs rm -frv
kenorb’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)

Drupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.