简体   繁体   中英

How to change Xcode4.3 Organizer's repository names

As the title says, I'm looking for a way to change the repository names given by Xcode4.3's Organizer.

To emphasize this, not the repository itself should be renamed, but the name that Organizer gives that repository on clone/checkout (the names that you see in bold in the list).

I'm currently working with a lot of repositories, and especially with Git it seems that the names given by Organizer are kind of random.

With a Git Location of, say, "foo@bar.mycompany.com:repo", Organizer sometimes names the repository "foo", sometimes "foo@bar.mycompany.com" (even multiple times the same name!). In SVN, it seems that the name is always the repository name ("repo" in the example above).

Handling a list of like 20 repositories, all with more or less the same pseudo-random names, is tiresome and error-prone. Surely there must be a way to change the names Xcode assigns the repositories?

Thanks in advance!

I am not sure that it is applicable to XCode 4.3, but in XCode 4.5 this name defined by the folder where project is stored. Rename of the folder should change the Organizer repository name.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM