how to add svn repository for an iphone application
Posted
by ratnasomu
on Stack Overflow
See other posts from Stack Overflow
or by ratnasomu
Published on 2010-05-11T15:16:33Z
Indexed on
2010/05/11
15:24 UTC
Read the original article
Hit count: 289
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..
© Stack Overflow or respective owner