RCS?

1. Create an RCS directory in the "folder" you want to put under
version control. Better if it's a symlink to a different location, not
under the same "folder".
2. ci -u [files]
3. co -l [files] # when you want to use them
4. Lather, rinse, repeat.

The beauty of RCS is it's native to the OS (at least in the multiple
OS and distros I'm handling), and there's no need to install other
packages or binaries. Also useful are `rcsdiff`, `rlog`, and their
cohorts. Simple, yet effective. ;)

On Tue, Jun 10, 2008 at 1:32 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote:
> Hi:
>
>    Hi! I'm planning to put a certain folder under a version control system. 
> The files under the
> folder a combination of .sh (bourne shell), .ksh (korn shell) and .pl (perl) 
> files. As stated in
> the title of the email most of these files are not related (e.g.  changes to 
> file1.sh will not
> affect the execution script1.pl).
>
>    According to this website http://svnbook.red-bean.com/en/1.0/apa.html :
> "In CVS, revision numbers are per-file. This is because CVS uses RCS as a 
> backend; each file has a
> corresponding RCS file in the repository, and the repository is roughly laid 
> out according to the
> structure of your project tree.
>
> In Subversion, the repository looks like a single filesystem. Each commit 
> results in an entirely
> new filesystem tree; in essence, the repository is an array of trees. Each of 
> these trees is
> labeled with a single revision number. When someone talks about "revision 
> 54", they're talking
> about a particular tree (and indirectly, the way the filesystem looked after 
> the 54th commit)."
>
>   Given this explanation and my scenario stated in the 1st paragraph, would 
> CVS be a better
> choice than SVN? I've used SVN before (but the usage is limited to 
> check-in,check-out and commit)
> and I've never used CVS before.
>
>
> Regards,
>
> Ludwig Lim
>
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>



-- 
Taking GMail Labs for a spin
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to