by Itamar <donot@[EMAIL PROTECTED]
>
May 20, 2006 at 08:57 PM
On 2006-05-20 19:43:05 -0400, "Jeff Dunnett" <jeff.dunnett@[EMAIL PROTECTED]
> said:
> Hello Everyone,
>
> I am wondering if someone could tell me how I would go about access a
> remote Subversion repository using SCM in Xcode. It might be quite
> simple but for some reason I can't get it to work properly.
>
> Regards,
> Jeff
AFAIK,
For the first time:
Checkout the project to folder
Run Xcode and open the project
Set SCM to use subversion (make sure path to svn binary is correct)
Enable SCM
You're all set: svn under XCode will pick up the repo url since you're
running Xcode from the checkout folder.
If this does not help, please send more info on the steps that failed
and what errors you are getting
HTH,
Itamar