Search
Goodies

Social Networks
Designs I Like
« Comments on iOS 5 Notifications Center implementation | Main | iOS notifications: a better implementation proposal [Update #3] - Post WWDC 2011 Keynote »
Wednesday
Jun082011

How to add a tag in a subversion repository

So you just submitted your app to the Apple's review team. Before starting work on the next release of your app, you should create a tag in your subversion repository to keep a marker of the sources for the submitted release. Simple to do:

svn copy file:///Users/username/Subversion/UPM/trunk/uPasswords file:///Users/username/Subversion/UPM/tags/3.1.0.357 -m "tagging UPM Version 3.1.0.357"

That is all. Now, in Xcode's Organizer, click the Repository tab then expand the tags node. You'll get all the tags you defined.


Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>