<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Cvs</id>
		<title>Cvs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Cvs"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Cvs&amp;action=history"/>
		<updated>2026-04-05T01:39:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Cvs&amp;diff=183&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Cvs&amp;diff=183&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:02Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Cvs&amp;diff=182&amp;oldid=prev</id>
		<title>192.168.20.110: /* Remote cvs from windows */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Cvs&amp;diff=182&amp;oldid=prev"/>
				<updated>2007-06-26T17:26:16Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Remote cvs from windows&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[cvs]] is similar to [[svn]] but is older.&lt;br /&gt;
&lt;br /&gt;
== Download and install cvs ==&lt;br /&gt;
=== Linux ===&lt;br /&gt;
[[cvs]] comes natively installed in nearly every linux distro.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
Grab the binary [http://www.nongnu.org/cvs/ here]. Extract it into a folder that is listed in the PATH variable. Download and install this [ftp://gd.tuwien.ac.at/utils/shells/ssh/SSHSecureShellClient-3.2.9.exe ssh].&lt;br /&gt;
&lt;br /&gt;
== Creating a new single-user repository ==&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; mkdir ~/cvsroot&lt;br /&gt;
 &amp;gt; chmod -R 700 ~/cvsroot&lt;br /&gt;
 &amp;gt; export CVSROOT=~/cvsroot/CVSROOT&lt;br /&gt;
 &amp;gt; cvs init&lt;br /&gt;
&lt;br /&gt;
== Importing a folder or module into a repository ==&lt;br /&gt;
Make sure that the environment variable ''CVSROOT'' is defined,&lt;br /&gt;
 &amp;gt; cd moduledir&lt;br /&gt;
 &amp;gt; cvs import modulename longname v_1&lt;br /&gt;
Edit the log entry with information about the context of the module you are importing then save and ext the text editor.&lt;br /&gt;
&lt;br /&gt;
== Checking out a module from a repository into a local repository ==&lt;br /&gt;
Make sure that the environment variable ''CVSROOT'' is defined,&lt;br /&gt;
 &amp;gt; mkdir sandbox&lt;br /&gt;
 &amp;gt; cd sandbox&lt;br /&gt;
 &amp;gt; cvs checkout modulename&lt;br /&gt;
&lt;br /&gt;
=== Remote cvs from windows ===&lt;br /&gt;
 $ set CVSROOT=:ext:guillaume@nfist.ist.utl.pt:/users/left/guillaume/cvsroot&lt;br /&gt;
 $ set CVS_RSH=ssh2&lt;br /&gt;
 $ cvs checkout modulename&lt;br /&gt;
&lt;br /&gt;
NOTE: Can't seem to make it work ...&lt;br /&gt;
&lt;br /&gt;
== Commiting a module ==&lt;br /&gt;
Make sure that the environment variable ''CVSROOT'' is defined,&lt;br /&gt;
 &amp;gt; cd sandbox&lt;br /&gt;
 &amp;gt; cvs commit&lt;br /&gt;
Edit the log entry with information about the context of the module you are commiting then save and ext the text editor.&lt;br /&gt;
&lt;br /&gt;
== External References ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Concurrent_Versions_System CVS wikipedia]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>192.168.20.110</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>