<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:georss="http://www.georss.org/georss" 
	xmlns:icbm="http://postneo.com/icbm" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Tools and procedures used in the yacs project</title>
	<link>https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project</link>
	<atom:link href="https://yacs.fr/section-feed/527?id=527"  rel="self" type="application/rss+xml" />
	<description>Information useful to software developer willing to contribute.</description>
	<language>fr</language>
	<copyright>Yacs - Actupro</copyright>
	<managingEditor>christian@actupro.fr</managingEditor>
	<lastBuildDate>Wed, 10 Jun 2026 05:01:17 GMT</lastBuildDate>
	<generator>yacs</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>70</ttl>

 <item>
		<title>Convention for commit message</title>
		<link>https://yacs.fr/article-7666-convention-for-commit-message</link>
		<guid isPermaLink="true">https://yacs.fr/article-7666-convention-for-commit-message</guid>
		<description> Bernard you use several branches to commit your improvements to the sources. For example 'user-interface', 'fixes', 'clean', 'overlays', etc.
but as I realized, the rebase mecanism make me loose track of that information when I integrate your contribs to yacs/yacs/master.
A solution is to put the name of the branch in the commit message. for example :
  fix french translation
Adding branch name could be done automaticaly by adding a hook in git repository.
http://blog.lyrixx.info/web-dev/ajouter-le-nom-de-la-branche-dans-le-message-de-commit-avec-git/
what do you think ?</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Tue, 07 Jun 2011 04:23:29 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7666</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7666</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7666</trackback:ping>
	</item>

 <item>
		<title>Sample objects to create github information flows</title>
		<link>https://yacs.fr/article-7413-sample-objects-to-create-github-information-flows</link>
		<guid isPermaLink="true">https://yacs.fr/article-7413-sample-objects-to-create-github-information-flows</guid>
		<description> The attached file is released according to Creative Commons BY-NC-SA license</description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Fri, 22 Oct 2010 06:50:11 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>2</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7413</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7413</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7413</trackback:ping>
	</item>

 <item>
		<title>Cloner son fork de Yacs sous Windows</title>
		<link>https://yacs.fr/article-7407-cloner-son-fork-de-yacs-sous-windows</link>
		<guid isPermaLink="true">https://yacs.fr/article-7407-cloner-son-fork-de-yacs-sous-windows</guid>
		<description> Après avoir pas mal tâtonné (merci Alexis pour les tuyaux), voici comment j'ai créer et cloné mon fork de Yacs sous windows.
Créer son compte sur GitHub

Créer son fork de yacsAller sur http://github.com/yacs/yacs

Clé SSHCréer ou récupérer la clé SSH avec GitGUI :


Définir sa clé SSH dans GitHub :


Adresse du forkComme expliqué par Alexis, il faut récupérer l'adresse url de son fork qui permet d'y accéder en lecture et écriture. Pour cela, recopier l'adresse &quot;SSH&quot; obtenue ainsi :
 
ClonageJe n'ai pas ré ... suite
 </description>
		<image><url>https://yacs.fr//images/article/7407/clone-yacs_5.jpg</url></image>
		<dc:creator>Jmarc</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Mon, 18 Oct 2010 22:08:21 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7407</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7407</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7407</trackback:ping>
	</item>

 <item>
		<title>Git sur Windows</title>
		<link>https://yacs.fr/article-7384-git-sur-windows</link>
		<guid isPermaLink="true">https://yacs.fr/article-7384-git-sur-windows</guid>
		<description> Premiers pas sur Windows avec Git</description>
		<image><url>https://yacs.fr//images/article/7384/Couper_7.jpg</url></image>
		<dc:creator>Jmarc</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Sat, 16 Oct 2010 16:58:43 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7384</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7384</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7384</trackback:ping>
	</item>

 <item>
		<title>Mettre à jour son Yacs &quot;customisé&quot; avec SmartGit</title>
		<link>https://yacs.fr/article-7402-mettre-a-jour-son-yacs-customise-avec-smartgit</link>
		<guid isPermaLink="true">https://yacs.fr/article-7402-mettre-a-jour-son-yacs-customise-avec-smartgit</guid>
		<description> Voici une méthode illustrée permettant, à l'aide de SmartGit, de simuler la mise à jour d'une version &quot;customisé&quot; de Yacs en l'upgradant avec les nouvelles versions de Yacs</description>
		<image><url>https://yacs.fr//images/article/7402/rebase_9.jpg</url></image>
		<dc:creator>Jmarc</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Fri, 15 Oct 2010 12:43:40 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7402</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7402</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7402</trackback:ping>
	</item>

 <item>
		<title>How to contribute to yacs core software?</title>
		<link>https://yacs.fr/article-7398-how-to-contribute-to-yacs-core-software</link>
		<guid isPermaLink="true">https://yacs.fr/article-7398-how-to-contribute-to-yacs-core-software</guid>
		<description> A bird-eye view of the workflow supported at Github</description>
		<image><url>https://yacs.fr//images/article/7398/thumbnail.png</url></image>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Fri, 15 Oct 2010 12:02:42 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7398</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7398</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7398</trackback:ping>
	</item>

 <item>
		<title>History of source code management in the yacs project</title>
		<link>https://yacs.fr/article-7025-history-of-source-code-management-in-the-yacs-project</link>
		<guid isPermaLink="true">https://yacs.fr/article-7025-history-of-source-code-management-in-the-yacs-project</guid>
		<description> Early days
Initially the project was simply uploaded in .zip archive files.
CVS at SourceForge
Then we built a repository at SourceForge, and managed changes with TortoiseCVS. For the first time all of yacs code was exposed, and not only the content of installation archives.
SVN at Google Code
On March 2008 the code repository has been moved from CVS at SourceForge to SVN at Google Code, and changed were managed with TortoiseSVN, then with svnX. SVN is far more powerful than CVS, yet we never attempted to move to true collaborative development. Merges seem to be so challenging! ... suite
 </description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Tue, 12 Oct 2010 21:37:37 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7025</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7025</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7025</trackback:ping>
	</item>

 <item>
		<title>GIT on MSwindows</title>
		<link>https://yacs.fr/article-7249-git-on-mswindows</link>
		<guid isPermaLink="true">https://yacs.fr/article-7249-git-on-mswindows</guid>
		<description> 3 exe</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Wed, 06 Oct 2010 08:43:40 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7249</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7249</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7249</trackback:ping>
	</item>

 <item>
		<title>Les bases Git avec SmartGit</title>
		<link>https://yacs.fr/article-7387-les-bases-git-avec-smartgit</link>
		<guid isPermaLink="true">https://yacs.fr/article-7387-les-bases-git-avec-smartgit</guid>
		<description> Pour apprendre à utiliser Git via SmartGit (sous Windows), j'ai fait l'exercice de reprendre ci-dessous le didacticiel réalisé par Alexis et consultable sur Cybermédium : http://www.cybermedium.info/article-48-utilisez-git-pour-maintenir-vos-scripts-yacs
Initialisation du répertoire de travailLancer SmartGit. Une fenêtre d'accueil propose de créer un nouvel arbre de travail local Git:

Sélectionner le répertoire de travail :

Confirmer l'initialisation de l'arbre de travail :

Indiquer le nom du projet géré par Git :

SmartGit affiche alors le contenu du projet :

GIT a créé un répertoire caché .git à la racine du ré ... suite
 </description>
		<image><url>https://yacs.fr//images/article/7387/Couper_9.jpg</url></image>
		<dc:creator>Jmarc</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Wed, 06 Oct 2010 07:57:40 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7387</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7387</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7387</trackback:ping>
	</item>

 <item>
		<title>gitignore file for indexing a running yacs server</title>
		<link>https://yacs.fr/article-7263-gitignore-file-for-indexing-a-running-yacs-server</link>
		<guid isPermaLink="true">https://yacs.fr/article-7263-gitignore-file-for-indexing-a-running-yacs-server</guid>
		<description> proposal of a set of rules for this mecanism</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Wed, 23 Jun 2010 13:53:14 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>2</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7263</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7263</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7263</trackback:ping>
	</item>

 <item>
		<title>  Utilisez GIT pour maintenir vos scripts YACS</title>
		<link>https://yacs.fr/article-7214-tutorial-utilisez-git-pour-maintenir-vos-scripts-yacs</link>
		<guid isPermaLink="true">https://yacs.fr/article-7214-tutorial-utilisez-git-pour-maintenir-vos-scripts-yacs</guid>
		<description> Un système de gestion de version appliqué à yacs, chez soi</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Tools and procedures used in the yacs project</category>
		<pubDate>Wed, 23 Jun 2010 13:31:54 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-527-tools-and-procedures-used-in-the-yacs-project#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7214</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7214</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7214</trackback:ping>
	</item>

</channel>
</rss>