I'm working through Xcode 33 Unleashed and have run into a problem:
First, I'm supposed to go into terminal and run the following commands:

mkdir -p /Users/Shared/Subversion/Linear
cd /Users/Shared/Subversion/
svnadmin create Linear
chmod -R a+rwX .
ls -l Linear
cat Linear/README.txt
svn status

Then, I modify the config file a little bit. Next, I'm supposed to go to Xcode. Xcode's SCM pane of preferences has changed a great deal, however, although not enough sothat I shouldn't have been able to follow the book. I'm supposed to type file:///Users/Shared/Subversion/Linear into URL:, and tab out, which will fill Scheme: with file and Path: with /Users/ Shared/Subversion/Linear

The changes are, I believe: URL has been replaced with root with Root, and when I tabbed, instead of scheme being filled with file, (there is no scheme) host is. Path remains the same.

Unfortunately, xcode says that there is an incomplete configuration. In Xcode's repositories window, there were several red x's: 1 was beside login, and while the first sub-listing was fine
cvs -n update -d -P
the other 2:
ssh: Could not resolve hostname file: nodename nor servname provided, or not known
and
cvs [update aborted] : end of file from server (consult above messages if any)
had x's.
Next,
list /Users/Shared/Subversion/Linear
followed the same scheme.

I'm not really sure what's going wrong here, but I'd really appreciate help. Thanks!
- Walker Argendeli
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to