RE: Xcode user - project.xcodeproj file in repository

2010-03-05 Thread Bob Archer
> Yup, that's what I thought.  I was trying to do the add, then the commit, > then I guess I need to update my working copy with the latest revision of > that file in my working directory.  I was trying the following with > difficulty: > > $ svn add hstaniloff.mode2v3 > file:///Users/Shared/Subver

Re: Xcode user - project.xcodeproj file in repository

2010-03-05 Thread Hal M. Staniloff
Yup, that's what I thought. I was trying to do the add, then the commit, then I guess I need to update my working copy with the latest revision of that file in my working directory. I was trying the following with difficulty: $ svn add hstaniloff.mode2v3 file:///Users/Shared/Subversion/Events

RE: Xcode user - project.xcodeproj file in repository

2010-03-05 Thread Bob Archer
If the file is in the existing working copy folder (not your repository folder I hope) then you should do an svn add then svn commit rather than an import. BOb From: Hal M. Staniloff [mailto:h...@iflybeechcraft.com] Sent: Friday, March 05, 2010 10:55 AM To: users@subversion.apache.org Subject: