Difference between revisions of "SVN"

From freemyipod.org
Jump to: navigation, search
(Update SVN URLs)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://abigumydive.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 
----
 
=[http://abigumydive.co.cc CLICK HERE]=
 
----
 
</div>
 
 
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 ==
 
== Builds ==
We have automatic builds of our software. Just head over to http://builds.freemyipod.org to download the build you want.
+
We have automatic builds of our software. Just head over to http://builds.freemyipod.org/ to download the build you want.
  
== Websvn ==
+
== WebSVN ==
If you just want to browse the SVN, go to http://websvn.freemyipod.org.
+
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: http://svn.freemyipod.org
+
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: https://svn.freemyipod.org.
+
If you are a registered developer you need to use this url to checkout and commit: svn+ssh://svn@svn.freemyipod.org/
You need to specify your username and password.
+
 
 +
Developers are authenticated using SSH keys.

Latest revision as of 00:15, 29 January 2014

We have a Subversion repository where we store our code for our software projects.

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.