SVN: Difference between revisions

From freemyipod
Jump to navigation Jump to search
Farthen (talk | contribs)
m Reverted edits by Owixyze (talk) to last revision by Farthen
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:Outdated|reason=SVN has been abandoned and new code is only published on the [https://github.com/freemyipod freemyipod GitHub]. The SVN repository is still available with read-only access for archival purposes.}}
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 12:05, 28 February 2026

Warning The information and/or topic discussed here is not up to date.

SVN has been abandoned and new code is only published on the freemyipod GitHub. The SVN repository is still available with read-only access for archival purposes.

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.