Subversion

m (Garage link)
(+a few words about the Fremantle SVN client in extras-devel so that people know it exists ;-))
 
Line 4: Line 4:
== Server move ==
== Server move ==
-
 
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.
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.
Line 19: Line 18:
  patch -p0 < local_changes.patch
  patch -p0 < local_changes.patch
-
in the freshly checked out copy.  
+
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]]

Latest revision as of 22:08, 8 June 2014

Subversion is a source code management tool which is widely by free and open source software projects, on Garage for example. You can find more information on the Subversion website and the Subversion manual.

Subversion is used by the Maemo projects for community projects, and formerly for Maemo Platform components which were housed on the server called Stage.

[edit] Server move

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 Garage was moved to a new server 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:

svn switch --relocate https://garage.maemo.org/svn/<project name> 
                      https://vcs.maemo.org/svn/<project name>

The SVN server on Stage is being migrated to 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.

[edit] SVN client for Maemo 5 (Fremantle)

There is a Subversion client for Fremantle in extras-devel (see also this talk.maemo.org thread).