Re: Adding existing svn files to new project
Re: Adding existing svn files to new project
- Subject: Re: Adding existing svn files to new project
- From: Joar Wingfors <email@hidden>
- Date: Tue, 8 Dec 2009 22:50:33 -0800
On 8 dec 2009, at 11.30, Brian Zwahr wrote:
<snip>
> The weird thing is, I haven't changed these files. Is this telling me that my versions are outdated form what's on the server? I'm not used to seeing this ever. I usually only see when my local file has been modified since it was checked out.
Xcode periodically checks the status of your files on the server so the results that you see in Xcode should be equivalent to what you would get if you were to call this on the command line:
svn status -u
You'll notice that local and remote status are displayed in separate columns in the SCM Results pane.
> However, this is still further than I got before, so I continued on. I still didn't have a file structure anywhere. I proceeded to use 'add existing files' to add the directory (same directory I added as a root) to the project so that I would have a file list. After some time (seemed to be 'not responding') the folder was added. Since then, Xcode has been very slow to use to try out anything else. I managed to open a file and edit it. I saved it, but it did not show up as modified. Not in SCM in the side bar and not in SCM Results.
I've no idea what this is, and it's not expected. If you can reproduce the problem, please grab a CPU sample and attach it to a bug report:
<http://developer.apple.com/bugreporter/>
<snip>
> I found the "Go Offline/Online" options in the SCM menu. What exactly does this do?
If you go offline, Xcode will not check server side status for your files. You should still get your local SCM status though (for SCM systems that maintain a local status, like SVN).
j o a r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden