Unable to update project from its SVN repo in Xcode

I have a project that lives in the SVN repository. The repository is added to Xcode, I can view it using my organizer and check the projects. Here is the problem. Whenever I try to update an old version of a project to a new one, I right-click on a project in the Project Navigator and go to Source Control → Update Selected Files, I get the following error:

The operation cannot be performed because the selection is invalid.

Check your selection and try again.

What am I doing wrong? I tried to select individual files instead of the project, and I tried the selected lines of code (silly, but you never know). I am not checking the project correctly? Is this a common problem?

Hurrah! =)

+6
source share
2 answers

Go to the settings and the “Update all” and “Commit all” maps on some keys, when you use these parameters (there is no update / commit file, except EVERYTHING), you do not see these errors.

0
source

Perhaps, in the past, something was not done properly, and since then the system cannot manage it more correctly.

I would backup the object and then delete the entire project directive and then check the project from scratch using the organizer.

0
source

Source: https://habr.com/ru/post/903472/


All Articles