Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Sep 8, 2015

Trying to push an existing podspec with an increased version number
fails to update the repository.

Issue fails with:

svn: warning: W150002:
'/Users/user/.cocoapods/repos/PrivateRepo/MyProject’ is already under
version control

The solution is to add the —force command to the ‘svn add’ operation,
and the commit happens successfully.

Trying to push an existing podspec with an increased version number fails to update the repository. Issue fails with: svn: warning: W150002: '/Users/user/.cocoapods/repos/PrivateRepo/MyProject’ is already under version control The solution is to add the —force command to the ‘svn add’ operation, and the commit happens successfully.
@amorde
Copy link
Contributor

amorde commented Sep 9, 2015

Hey @briansbledsoe ! It's Eric, the former intern. I guess I must have introduced that bug when I implemented the repo push command, heh.

@ghost
Copy link
Author

ghost commented Sep 9, 2015

Hey @amorde ! We're definitely appreciative and using everything you wrote! Just ironing out the kinks :) I hope things are going well.

@dustywusty
Copy link
Owner

Hey guys! I'm driving back from the beach ATM, but I'll get this merged in and released tonight. 😄

@dustywusty dustywusty self-assigned this Sep 9, 2015
dustywusty added a commit that referenced this pull request Sep 10, 2015
Fix to 'repo-svn push' command
@dustywusty dustywusty merged commit 13a5ef7 into dustywusty:master Sep 10, 2015
@dustywusty
Copy link
Owner

Thanks much for the fix @briansbledsoe! 🍰 🍨 👍

@ghost
Copy link
Author

ghost commented Sep 10, 2015

Sure! Thank you for the quick merge! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants