Editing Subversion

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
Subversion is a source code management tool which is widely by free and open source software projects, on [[Getting started with Maemo Garage|Garage]] for example. You can find more information on [http://subversion.tigris.org the Subversion website] and [http://svnbook.red-bean.com the Subversion manual].
+
The subversion repository for Maemo is available for everyone at http://stage.maemo.org/svn/maemo/projects/haf
-
Subversion is used by the Maemo projects for community projects, and formerly for Maemo Platform components which were housed on the server called [http://stage.maemo.org/svn/maemo Stage].
+
To check out the whole subversion tree run:
-
== Server move ==
+
svn co https://stage.maemo.org/svn/maemo/projects/haf
-
In December 2009 and January 2010, a number of faster servers were installed for Maemo, and both Nokia and community projects were moved from one repository to another.
+
-
The SVN server on [http://garage.maemo.org/svn Garage] was moved to a new server [http://vcs.maemo.org/svn VCS]. For developers who have already got a working copy with local changes who wish to relocate to the new server, you can do so with the following command:
+
ViewCVS for subversion is available at https://stage.maemo.org/viewcvs.cgi/ (login/pwd: guest/guest)
-
svn switch --relocate https://garage.maemo.org/svn/<project name>
+
For more information on using Subversion, see [http://subversion.tigris.org the Subversion web site].
-
                      https://vcs.maemo.org/svn/<project name>
+
-
The SVN server on [http://stage.maemo.org/svn Stage] is being migrated to [http://maemo.gitorious.org Gitorious]. The easiest way to migrate from svn to git is to generate a local diff for old modules
 
-
svn diff > local_changes.patch
 
-
 
-
and to obtain the project from gitorious with a fresh clone, before re-applying your changes using
 
-
 
-
patch -p0 < local_changes.patch
 
-
 
-
in the freshly checked out copy.
 
-
 
-
== SVN client for Maemo 5 (Fremantle) ==
 
-
There is a Subversion client for Fremantle in [[extras-devel]] (see also [http://talk.maemo.org/showthread.php?t=46130 this talk.maemo.org thread]).
 
[[Category:Development]]
[[Category:Development]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)