Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
svn [2008/03/03 16:57]
david.verdin@cru.fr
svn [2015/05/19 09:53] (current)
david.verdin@renater.fr
Line 1: Line 1:
-Sympa project sources is managed with [[http://​subversion.tigris.org/​|Subversion]] versionning system. The hosting service is  [[http://​sourcesup.cru.fr|sourcesup]],​ a project hosting service managed by the [[http://​www.cru.fr|CRU]] for the benefit of the French academic community, to promote cooperative developments.+====== Sympa subversion repositories ====== 
 + 
 + 
 +Sympa project sources is managed with [[http://​subversion.tigris.org/​|Subversion]] versionning system. The hosting service is  [[http://​sourcesup.renater.fr|sourcesup]],​ a project hosting service managed by [[http://​www.renater.fr|RENATER]] for the benefit of the French academic community, to promote cooperative developments.
  
  
 ===== Development branch ===== ===== Development branch =====
  
-[[http://​sourcesup.cru.fr/cgi/viewvc.cgi/​trunk/?​root=sympa|browse by web]]+[[https://​sourcesup.renater.fr/scm/viewvc.php/​trunk/?​root=sympa|browse by web]]
  
-You can download Sympa'​s development version at any time using a [[http://​subversion.tigris.org/​links.html#​clients|Subversion client]]. **Note that such downloaded versions of Sympa might be uncomplete or untested versions ; tagged versions are not guaranteed until they get advertised.** It's a good idea to ask [[sympa-authors@cru.fr|Sympa authors]] first.+You can download Sympa'​s development version at any time using a [[http://​subversion.tigris.org/​links.html#​clients|Subversion client]]. **Note that such downloaded versions of Sympa might be uncomplete or untested versions ; tagged versions are not guaranteed until they get advertised.** It's a good idea to ask [[sympa-authors@renater.fr|Sympa authors]] first.
  
  
 ===== Stable branch ===== ===== Stable branch =====
- ​[[http://​sourcesup.cru.fr/cgi/​viewvc.cgi/​branches/​sympa-5.4-branch/?​root=sympa|browse by web]]+ ​[[http://​sourcesup.renater.fr/scm/​viewvc.cgi/​branches/​sympa-6.1-branch/?​root=sympa|browse by web]]
  
 This version is based on the latest stable release ; no new feature is added, only bug fixes. This version should therefore become more and more stable with time. This version is based on the latest stable release ; no new feature is added, only bug fixes. This version should therefore become more and more stable with time.
Line 19: Line 22:
 Here is a sample session for getting latest development version of Sympa : Here is a sample session for getting latest development version of Sympa :
  
-  svn export ​http://svn.cru.fr/​sympa/​trunk sympa-latest+  svn export ​https://subversion.renater.fr/​sympa/​trunk sympa-latest
  
 +However it's probably not idea to install an untagged version of Sympa, because it might include uncomplete code or untested new features.
 +
 +<​note>​Note that you'll need to run the following commands before to build the configure and Makefiles : aclocal ; autoconf ; automake --add-missing</​note>​
  
 ===== Get the latest commits notifications ===== ===== Get the latest commits notifications =====
  
-You can subscribe to the [[http://​listes.cru.fr/​sympa/​arc/​sympa-commits|sympa-commits]] mailing-list.+You can subscribe to the [[http://​listes.renater.fr/​sympa/​arc/​sympa-commits|sympa-commits]] mailing-list. 
 + 
 +Another option is to subscribe to the RSS feed of the commits : [[http://​sourcesup.renater.fr/​rss/​sympa.rss]] 
 + 
 + 
 +<note idea> 
 +You can view the [[svn_activity|SVN activity as a video]] 8-) 
 +</​note>​
  
-Another option is to subscribe to the RSS feed of the commits : [[http://​sourcesup.cru.fr/​rss/​sympa.rss]] 
  • svn.1204559831.txt.gz
  • Last modified: 2008/03/03 16:57
  • by david.verdin@cru.fr