Hi I have a trouble to connect to CVS repository from Xcode
here is what I have
Xcode 2.4.1
I checked files from cvs server via pserver method I set Xcode project to use files I checked out from cvs repository but when I try to use cvs, authentication dialog appears with empty and disabled fields Host/path/Account
so how I can tell to Xcode about host/path/account?
I don't like an idea to put CVSROOT variable into ~/.MacOSX/environment.plist because I have many different cvs's repositories so I'd like to assign CVSROOT for the particular project is it possible?
CVS folder contains file Root that have all information: :pserver:<user>@<ip>:<port>/<path to repository>
thanks in advance |