> Did you say the CVS is now fixed, or did you say the CVS has no
> write access but is updated through SVN? If latter, I could still
> use CVS in future.

CVS is not updated. It is old and will never be updated.

> How do I download the whole cvs/svnroot package, i.e., the rcs files?

You can't do that with svn as far as I know. svn stores files in a
database. There are no rcs files.

> Are the extra directories old? Are their content available elsewhere,
> possibly merged to CS?
> If I perform command
> svn co https://svn.crystalspace3d.org/svnroot/crystal/
> do I get the same as with "cvs *** co ."?

Everything is still available. You can use the 'svn list' command to
list what we have in the repository. I would strongly advice against
doing a full svn checkout of the crystal repository as that represents
several gigabytes of data. We already have 9 different branches of CS.
One branch takes about 280 megabytes. And then there are the old
branches we migrated over from CVS. So this would be huge. Just use
'svn list' to find out what you need. The structure is basically:
  CS
      trunk (main development branch)
      migrated (migrated branches)
      branches/soc (the seven soc branches are in here)
          imposters
          pvs
          decals
          terrain
          openal
          vfs
          streamloader
      branches/feature (specific feature branches are in here)
          newparticles
  CSExtra
      trunk
      migrated
  CSlibs
      trunk
      migrated
  crystalcore
      trunk
      migrated

The basic svn list command is as follows:
  svn list https://svn.sourceforge.net/svnroot/crystal/crystal

Greetings,

-- 
Project Manager of Crystal Space (http://www.crystalspace3d.org)
and CEL (http://cel.crystalspace3d.org)
Support Crystal Space. Donate at
https://sourceforge.net/donate/index.php?group_id=649


_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to