Changes

Jump to navigation Jump to search

Git asynchronous development

748 bytes added, 09:58, 24 June 2013
Created page with "== Motivation == Subversion needs an online repository, to store each commits. Subsequent calls to '''svn diff > patch''' will generate the difference according to the last re..."
== Motivation ==
Subversion needs an online repository, to store each commits. Subsequent calls to '''svn diff > patch''' will generate the difference according to the last revision. Therefore the development at the moment, require to
# make some lines of code
# make a path file and a commit message
# use the [https://gna.org/support/?group=relax support tracker] to upload patch and commit message
# wait for acceptance
# wait for commit to official repository
# then do an svn update
# then return to point 1

This takes time, and require that repository maintainer is online. <br>
If the above scheme is not followed, the patch files will come out of sync.

This can be solved by using [[git_installation | git]].

== Initialization of git ==

Navigation menu