hgk:scm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
hgk:scm [2014/07/29 16:29] – [Subversion] michfiel | hgk:scm [2015/11/17 12:41] (current) – removed michfiel | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Source Code Management ====== | ||
- | |||
- | |||
- | Creating a repository | ||
- | |||
- | cvs -d / | ||
- | |||
- | |||
- | |||
- | **SCM in Xcode** | ||
- | |||
- | Source: [[http:// | ||
- | |||
- | * Create a new project | ||
- | * Add the following two lines of code in the header for the main AppDelegate.h and AppDelegate.m | ||
- | < | ||
- | // $Header$ | ||
- | // $Log$ | ||
- | </ | ||
- | |||
- | * Save the project | ||
- | * In the top Xcode menu go to SCM/ | ||
- | * Import the project folder | ||
- | * In Xcode, close the project (This is the important step) | ||
- | * In the Finder, delete the project folder (there is a bug that causes errors if you do not do this!) | ||
- | * Back in SCM/ | ||
- | * SCM/ | ||
- | * SCM/ | ||
- | |||
- | That’s it! Now all changes to the project will be tracked. We have not figured out how to track .xib changes yet. | ||
- | \\ | ||
- | Right click the individual filename or the entire project when you want to “Commit Changes”. | ||
- | |||
- | ssh fiasko@kudu.in-berlin.de | ||
- | |||
- | ===== CVS ===== | ||
- | |||
- | |||
- | Full path (alt): / | ||
- | |||
- | Full path: / | ||
- | |||
- | Authentication: | ||
- | Path: /cvsroot | ||
- | Host address: kudu.in-berlin.de | ||
- | User name: fiasko | ||
- | |||
- | MacCvs Preferences Dialog:\\ | ||
- | {{hgk: | ||
- | |||
- | The Xcode way:\\ | ||
- | {{hgk: | ||
- | |||
- | ===== Subversion ===== | ||
- | |||
- | [[http:// | ||
- | ]] | ||
- | < | ||
- | ssh fiasko@kudu.in-berlin.de | ||
- | svnadmin create $HOME/ | ||
- | svn mkdir -m " | ||
- | svn import -m "First Import" | ||
- | svn list svn+ssh:// | ||
- | svn co svn+ssh:// | ||
- | </ | ||
- | |||
- | Neues Repository erstellen: | ||
- | svnadmin create ~/svn | ||
- | Hierarchie fürs Projekt " | ||
- | svn mkdir --parents -m "First Import" | ||
- | |||
- | {{: | ||
- | |||
- | Authentication: | ||
- | Path: / | ||
- | Host address: kudu.in-berlin.de | ||
- | User name: fiasko | ||
- | |||
- | svn+ssh:// | ||
hgk/scm.1406644145.txt.gz · Last modified: 2014/07/29 16:29 by michfiel