Re: CVS integration XCode
Re: CVS integration XCode
- Subject: Re: CVS integration XCode
- From: Gerard Iglesias <email@hidden>
- Date: Wed, 26 Nov 2003 16:30:24 +0100
On Nov 26, 2003, at 9:00 AM, Ruben Smits wrote:
OK, if remote pserver is supported, how do I get this working? ;-(
You told me before to add the XCode project file (= folder) to the
repository, the project file should have a CVS-folder inside it to
tell XCode where to find the server. This folder is in the file and
seems correct.
When I enable CVS-integration in XCode, a sheet asks me to enter my
CVS-password. In this window the correct IP-adress of the remote
server is displayed. However, after entering my password, I always get
the message "login failed".
Using the same name/password in the CVS-command line tool does work.
So, it seems the pserver is found, but login fails.
What am I missing here???
Open a terminal and enter :
cvs -d'yourrepositorty' login
Then answer to the questions, then you would get a .cvspass file in
your home dir that will be used by xCode.
Try it to see if it does work in a shell
Regards
Gerard
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.