Subversion Problems
Subversion Problems
- Subject: Subversion Problems
- From: Walker Argendeli <email@hidden>
- Date: Fri, 30 Jan 2009 17:52:23 -0500
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@hidden)
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:
This email sent to email@hidden