CornerStone commit failed solution, cornerstonecommit
Upgrade SVN to solve the issue that Cornerstone cannot Commit
Opening Remarks
Today, SVN suddenly becomes difficult (we use Cornerstone). The specific situation is that we can Check Out, Update, and Revert, that is, we can't Commit (that is, hanging Commit ). Asked the Team Leader what to do, he said he would try to raise SVN to a lower level. I searched the internet and wrote many blogs on the Internet a few years ago. It was useless to try it. But it provides ideas, and I finally succeeded.
Body
- Download the Mac installation version of Subverion.
Subverioninstall version .png
2. Install the downloaded Subverion and click Next.
Install subversion.png
3. After the installation is complete, it will prompt you to configure the SVN path, prompting you to use the command line. I lost it and failed. But I understood the meaning of the command line and then started it on the graphic user interface.
Enter:
open /Applications/Xcode.app/Contents/Developer/usr/bin/
(Note: This step can also be implemented by using the go to folder function of Finder .)
Find the file starting with svn.
Svn.png in Xcode IPA
You can delete these files or keep them as you (I have chosen to collect them ).
Next, enter the following information on the terminal:
open /opt/subversion/bin/
Similarly, files starting with svn are found.
Svn.png in Subversion
Copy these items and place them in the last open path. That is, in IPA of Xcode/Applications/Xcode.app/Contents/Developer/usr/bin/Path. Here you may have understood that it is to replace these SVN files.
Then enter the following in the terminal:
svn --version
You will see the following:
Svn#.png
By now, the SVN upgrade is complete, but the use of Cornerstone for Commit still fails.
What should we do? The answer is: Upgrade Cornerstone. After Upgrade, Cornerstone:
Upgrade cornerstone.png
Now you can enjoy the Commit!
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.