David Douthitt, 2001-04-20 10:22 -0500
> > How close are you to committing the Oxygen devel tree to CVS?
>
>The CDROM contains a direct image of the Oxygen development source
>tree, along with the packages. Everything in src/base is either a
>binary in the system or a package on the boot disk. Everything else
>in src/ other than src/base are package sources; pkgs/ contains the
>results of compilations.
>
>Doing this should set up a good CVS tree for Oxygen:
>
># cd $CVSROOTDIR
># mkdir -p ./mnt
># mkdir -p ./Oxygen
># mount -o loop Oxygen-2.1.3-CDROM.iso ./mnt
># cp -a ./mnt/src/base ./Oxygen
>
>Is this possible on SourceForge? Also, to get packages, do:
David,
No for two reasons. One we don't have shell level access to our CVS
repository yet. Second, mount is restricted to root on shell1 (I just
checked). However, you can commit this tree to our CVS repository from your
machine. I don't know how long it will take.
># cd $CVSROOTDIR
># mkdir -p ./mnt
># mkdir -p ./packages
># mount -o loop Oxygen-2.1.3-CDROM.iso ./mnt
># cp -a ./mnt/src/* ./packages
># rm -rf ./packages/base
>
>That should do it.
Unfortunately, not. You need to use CVS for the import process. Otherwise,
it wont be able to setup its internal housekeeping files.
--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel