<?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>Announcements</title>
	<link>https://yacs.fr/section-570-announcements</link>
	<atom:link href="https://yacs.fr/section-feed/570?id=570"  rel="self" type="application/rss+xml" />
	<description>What's up doc?</description>
	<language>fr</language>
	<copyright>Yacs - Actupro</copyright>
	<managingEditor>christian@actupro.fr</managingEditor>
	<lastBuildDate>Wed, 10 Jun 2026 10:45:10 GMT</lastBuildDate>
	<generator>yacs</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>70</ttl>

 <item>
		<title>Putting more files in the blessed repository</title>
		<link>https://yacs.fr/article-7388-putting-more-files-in-the-blessed-repository</link>
		<guid isPermaLink="true">https://yacs.fr/article-7388-putting-more-files-in-the-blessed-repository</guid>
		<description> We are committed to expose all source files to the community</description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Announcements</category>
		<pubDate>Wed, 06 Oct 2010 08:08:53 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7388</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7388</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7388</trackback:ping>
	</item>

 <item>
		<title>Collaborative development models on githubs </title>
		<link>https://yacs.fr/article-7355-collaborative-development-models-on-githubs</link>
		<guid isPermaLink="true">https://yacs.fr/article-7355-collaborative-development-models-on-githubs</guid>
		<description> Quick note &quot; There are two popular models of collaborative development on GitHub:


The Fork + Pull Model lets anyone fork an existing  repository and push changes to their personal fork without requiring  access be granted to the source repository. The changes must then be  pulled into the source repository by the project maintainer. This model  reduces the amount of friction for new contributors and is popular with  open source projects because it allows people to work independently  without upfront coordination.


The Shared Repository Model is more prevalent with small  teams and organizations collaborating on private projects. Everyone is ... suite
 </description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Announcements</category>
		<pubDate>Tue, 05 Oct 2010 20:52:54 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7355</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7355</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7355</trackback:ping>
	</item>

 <item>
		<title>Why should we move from SVN to Git?</title>
		<link>https://yacs.fr/article-7027-why-should-we-move-from-svn-to-git</link>
		<guid isPermaLink="true">https://yacs.fr/article-7027-why-should-we-move-from-svn-to-git</guid>
		<description> There are at least four reasons to use Git:
- Linus Torwald recommends to do it in a famous Google Talk video
- We have decided to branch development of yacs, and experts says that merging is painful with SVN
- We want powerful developers to benefit from powerful tools to manage code at their powerful computers
- We want to embrace parallel development on a large scale, instead of discussing &quot;who is allowed to commit?&quot;
 
Maybe you would like to add your own reason for using Git instead of SVN or CVS?</description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Announcements</category>
		<pubDate>Tue, 05 Oct 2010 20:44:50 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7027</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7027</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7027</trackback:ping>
	</item>

 <item>
		<title>Where should we host our software repository?</title>
		<link>https://yacs.fr/article-7029-where-should-we-host-our-software-repository</link>
		<guid isPermaLink="true">https://yacs.fr/article-7029-where-should-we-host-our-software-repository</guid>
		<description> Some requirements:
- ensure that the community has full control on stored content
- be entirely based on open-source software
- prefer open hosting over closed hosting, if possible
- technology should allow the community to host its own repository in the future
- ensure consistent usage across various operating systems (namely, Windows, Mac OSX and Linux)
- be provided at no cost for the community
 
What else?</description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Announcements</category>
		<pubDate>Tue, 05 Oct 2010 20:41:05 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7029</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7029</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7029</trackback:ping>
	</item>

 <item>
		<title>Created yacs/yacs repository</title>
		<link>https://yacs.fr/article-7353-created-yacs-yacs-repository</link>
		<guid isPermaLink="true">https://yacs.fr/article-7353-created-yacs-yacs-repository</guid>
		<description> 
I created the yacs acount with yacs repository, for testing purpose, and maybe it will become the official repository for yacs on github.

http://github.com/yacs/yacs

I added Bernard (bernard357), Christophe (cbattarel) and myself (rair) as collaborator on this project. So we are able to commit in this repository
but the administration of this project must be done with yacs account (like adding new collaborators). This account could be shared by trusted members. 

contributing

to contribute, everyone can register on github, and fork the project by pressing one button.
that will be I think the way we will contribute ... suite
 </description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Announcements</category>
		<pubDate>Sun, 12 Sep 2010 21:23:39 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7353</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7353</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7353</trackback:ping>
	</item>

 <item>
		<title>proposal of a policy for managing yacs sources with git</title>
		<link>https://yacs.fr/article-7282-proposal-of-a-policy-for-managing-yacs-sources-with-git</link>
		<guid isPermaLink="true">https://yacs.fr/article-7282-proposal-of-a-policy-for-managing-yacs-sources-with-git</guid>
		<description> where to host ?
what branches ?
what workflow ?
 </description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Announcements</category>
		<pubDate>Wed, 30 Jun 2010 15:22:19 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>2</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7282</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7282</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7282</trackback:ping>
	</item>

 <item>
		<title>Choosing a workflow</title>
		<link>https://yacs.fr/article-7147-choosing-a-workflow</link>
		<guid isPermaLink="true">https://yacs.fr/article-7147-choosing-a-workflow</guid>
		<description> there are differents way to collaborate with GIT. We have to choose one.
read http://www.kernel.org/pub/soft...tworkflows.html</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Announcements</category>
		<pubDate>Mon, 07 Jun 2010 20:07:07 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7147</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7147</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7147</trackback:ping>
	</item>

 <item>
		<title>First steps with git, through tutorials</title>
		<link>https://yacs.fr/article-7146-first-steps-with-git-through-tutorials</link>
		<guid isPermaLink="true">https://yacs.fr/article-7146-first-steps-with-git-through-tutorials</guid>
		<description> After installing GIT (on a linux machine) i tried a bit of it.
A good place to start is http://www.kernel.org/pub/soft...ittutorial.html
you find there a tutorial easy to understand. I've done it until collaboration steps.
it's great, GIT can help to manage version even for one person, localy. It's very fast to branch and merge</description>
		<dc:creator>Alexis Raimbault</dc:creator>
		<category>Announcements</category>
		<pubDate>Sat, 15 May 2010 15:11:31 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7146</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7146</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7146</trackback:ping>
	</item>

 <item>
		<title>What is source code management, and what is the challenge?</title>
		<link>https://yacs.fr/article-7024-what-is-source-code-management-and-what-is-the-challenge</link>
		<guid isPermaLink="true">https://yacs.fr/article-7024-what-is-source-code-management-and-what-is-the-challenge</guid>
		<description> This public group is aiming to synchronize people interested into the management of yacs reference code.
At the moment yacs is distributed mainly through archive downloads, and contributions are made by uploading files to web pages at www.yacs.fr.
These mechanisms have proven quite efficient to spread the software to end users.
However, downloads and uploads are painful to most software developers, and we have to facilitate collaboration across contributors.
Some challenges that this group is aiming to address:
- provide early access to on-going changes (to not wait until final release),
- facilite the integration of small ... suite
 </description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Announcements</category>
		<pubDate>Thu, 01 Apr 2010 21:41:39 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7024</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7024</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7024</trackback:ping>
	</item>

 <item>
		<title>Why do we speak English in this group?</title>
		<link>https://yacs.fr/article-7026-why-do-we-speak-english-in-this-group</link>
		<guid isPermaLink="true">https://yacs.fr/article-7026-why-do-we-speak-english-in-this-group</guid>
		<description> The core team that initiated the yacs project some time ago is massively speaking French, and French is still the most used language within the yacs community.
However, when it comes to software development the common language between developers is English.
More specifically, most common tools and best practices related to source code management are coming either from U.K. or from U.S.A. That's a fact!
Let's grant it, and open the game to all talented developers that are ready to contribute to the yacs project, at last to the working grooup devoted to source code management ... suite
 </description>
		<dc:creator>Bernard Paques</dc:creator>
		<category>Announcements</category>
		<pubDate>Thu, 01 Apr 2010 20:41:30 GMT</pubDate>
		<comments>https://yacs.fr/https://yacs.fr/section-570-announcements#_discussion</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>https://yacs.fr/comments/post.php/article/7026</wfw:comment>
		<wfw:commentRss>https://yacs.fr/comments/feed.php/article/7026</wfw:commentRss>
		<trackback:ping>https://yacs.fr/links/trackback.php?anchor=article%3A7026</trackback:ping>
	</item>

</channel>
</rss>