Difference between revisions of "SVN"
(Created page with "We have a Subversion repository where we store our code for our software projects. == Websvn == If you just want to browse the SVN, go to http://websvn.freemyipod.org. == Check...") |
User890104 (talk | contribs) (Update SVN URLs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
We have a Subversion repository where we store our code for our software projects. | We have a Subversion repository where we store our code for our software projects. | ||
− | == | + | == Builds == |
− | If you just want to browse the SVN, go to http://websvn.freemyipod.org | + | We have automatic builds of our software. Just head over to http://builds.freemyipod.org/ to download the build you want. |
+ | |||
+ | == WebSVN == | ||
+ | If you just want to browse the SVN, go to http://websvn.freemyipod.org/ | ||
== Checkout == | == Checkout == | ||
− | If you want to checkout the repository, please use this url: | + | If you want to checkout the repository, please use this url: svn://svn.freemyipod.org/ |
== Commit == | == Commit == | ||
− | If you are a registered developer you need to use this url to checkout and commit: | + | If you are a registered developer you need to use this url to checkout and commit: svn+ssh://svn@svn.freemyipod.org/ |
− | + | ||
+ | Developers are authenticated using SSH keys. |
Latest revision as of 23:15, 28 January 2014
We have a Subversion repository where we store our code for our software projects.
Contents
Builds
We have automatic builds of our software. Just head over to http://builds.freemyipod.org/ to download the build you want.
WebSVN
If you just want to browse the SVN, go to http://websvn.freemyipod.org/
Checkout
If you want to checkout the repository, please use this url: svn://svn.freemyipod.org/
Commit
If you are a registered developer you need to use this url to checkout and commit: svn+ssh://svn@svn.freemyipod.org/
Developers are authenticated using SSH keys.