On Thu, Mar 27, 2008 at 8:35 AM, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote: > Yeah you've got it right, do you have any idea on the repository > directory structure of the pvcs, is it the same as svn?
As far as I know, the PVCS setup there is flat, i.e. it's similar to RCS more than anything else, with no branching or tagging -- you got a bunch of linear revisions, that's it. Now SVN is a completely different beast: it is a repository system (while RCS and PVCS are revision control systems). Also, in Subversion, you can work with whole directory trees, while RCS works on a per-file basis. -- Ian Dexter R. Marquez http://feeds.iandexter.net/Coredump _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

