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

question about using cvs through ssh




    (this is not particularly .il related though)

    I want to use ssh instead of rsh in order to access a remote cvs tree.
    I set the two environment variables needed like this :
	my cvs tree :
	    CVSROOT=:ext:remotecvs.domain.local:/home/cvsroot
	    (the local tree works perfectly, of course)
	my rsh-like facility :
	    CVS_RSH=ssh

    I can then check out :
	> cvs co mymodule
	U mymodules/allfiles OK

    I want then to release :
	> cvs release -d mymodule
	You have [x] altered files in this repository.
	Are you sure you want to release (and delete) directory `mymodule':
	** `release' aborted by user choice.

    the release is aborted just as if someone had answered "no" in my place!
    this behaviour doesn't occurs if I use rsh...!

    any idea ?
    does anyone around there uses cvs with ssh ?

-- 
   (°-  --il n'y a pas d'helice, helas !            )\._.,--....,'``. 
   //\          et oui ! c'est la qu'est l'os !--  /,   _.. \   _\  ;`._ ,.
   v_/_        (the big vadrouille, 1944)         `._.-(,_..'--(,_..'`-.;.'


To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il