Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cinder6

macrumors 6502a
Original poster
Jul 9, 2009
510
51
Last night I set up SCM (using Subversion) for the first time in Xcode. It's working fine, but I'm unable to view all the revisions for my project. In the SCM menu, I can see one or two sometimes, and in the project's "Get Info" palette, under the SCM tab, there are one or two more. Only problem is, "one or two" isn't how many revisions I've committed (which should be around 8-10 by now).

Is there some setting I need to adjust, or am I not using it correctly?
 
I'm unable to view all the revisions for my project. In the SCM menu, I can see one or two sometimes, and in the project's "Get Info" palette, under the SCM tab, there are one or two more. Only problem is, "one or two" isn't how many revisions I've committed (which should be around 8-10 by now).
When you clicked the SCM tab in the project's Info panel, Xcode was showing the revisions you made to your Xcode project file (ProjectName.xcodeproj), not all the files in your project. Xcode's SCM info panel shows the revisions you made to a single file. Select the file from the project window and choose SCM > Get SCM Info.

Is there a source code file you've revised 8-10 times, but the SCM info panel is showing only 1-2 revisions? If so, you may want to ask this question on Apple's Xcode mailing list. Apple's Xcode engineers answer questions on that list, and they would be the people most qualified to solve your problem.
 
Oh, I didn't realize there was a distinction. Looking at different source files, they have different numbers of revisions; I'd thought the "Update to Revision" showed ALL revisions for all files, not just the selected one.

Looks like it's behaving correctly; thanks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.