info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

check out file into current dir


From: Scott McDermott
Subject: check out file into current dir
Date: Mon, 26 Nov 2001 22:00:30 -0500
User-agent: Mutt/1.2.5i

howcome if I have

        export CVS_RSH=ssh
        export CVSROOT=remote:/path/to/repository

then

        cvs init
        cd /path/to/vendor/tree
        cvs import base/category/thing vendorname start
        cd /some/tmp/path
        cvs co -d . base/cateogory/thing/file

does not work but if I use

        mount /mnt/tmp remote:/path/to/repository
        unset CVS_RSH
        export CVSROOT=/mnt/tmp

then the commands work? I can't do this using CVS_RSH to access the
repository, and instead it must be a locally accessible filesystem? The
error I get is

        cvs server: existing repository /path/to/repository does not
        match /path/to/repository/base/cateogory/thing

        cvs server: ignoring module base/category/thing/file

what gives?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]