how to add svn repository for an iphone application
- by ratnasomu
hellow all i am using svn for version control for an iphone application .
i have created it from xcode repositories by giving url ,user name and password
its authenticated .After that i have created a directory from there itself and have imported my project there. Then i have checked out to the local directory and have updated something in it. Click on commit changes. It done. After that i came to terminal to commit the project first time from terminal .There i have removed the build of the project then gave a command like "svn update".
here i am getting error like
svn: PROPFIND request failed on '/svn/pacman/GameDevelopment/Game'and 403 Forbidden error
whts going wrong here?
could any one help me in this ?
Thanks..