WinLibre Google Summer Of Code 2006 
 Selected Projects 
	
		| Mentors | 
	
		| Bertrand Cachet | Pierre-Jean Coudert | Julien Marbach | 
	
		|  |  |  | 
	
		| . | PJBlog | Blog  (rss) | 
 
 Internal Communication 
 Mailing list 
- Google Group : WinLibre Summer of Code
 
 Real Time Chat: IRC 
 SourceForge & CVS 
 CVS access on Sourceforge 
 Subversion access on Sourceforge 
 HowTo Setup/Access a repository on Sourceforge 
-  First thing to do is to create an account onto Sourceforget by following instructions: http://sourceforge.net/account/newuser_emailverify.php
-  Next you can use GUI tools such as Tortoise (CVS or SVN) or maybe you can use the CVS tool of your IDE (Eclipse)
-  In the following line I will describe how to setup Tortoise CVS and Eclipse CVS tool
 
 Tortoise CVS 
 Eclipse 
-  You can download Eclipse here : http://www.eclipse.org/downloads/
-  Then to configure your CVS client with a SSH connection:
-  You can setup a SSH connection to sourceforge with PLink and Putty as explained here
-  In Eclipse, go to Window → Preferences → Team → CVS → Ext connection method. For CVS_RSH, hit the browse button and find Plink.exe:
 
CVS_RSH	your\full\path\to\plink.exe
Parameters	{user}@{host}
CVS_SERVER	cvs
-  In Eclipse, create a new Repository Location using ext, not extssh. Connect and checkout your project:
Host	your.host.name
Repository path	/path/to/repos
User	username
Password	empty
Connection type	ext
 
 WebLog