CVS and SSH V2

2005-07-06 Thread Liquidchild
Guys, I am trying to setup CVS and SmartCVS to allow communication with each other. I did not set up the CVS server, our admin team has done that. So here is what i have been doing: I have installed SmartCVS and entered the following into for the connection string: :ext:[EMAIL PROTECTED]:22\ap

Re: CVS and SSH V2

2005-07-06 Thread Todd Denniston
Liquidchild wrote: > > Guys, > > I am trying to setup CVS and SmartCVS to allow communication with each > other. > smartcvs has a mailing list which might help more. http://www.smartcvs.com/smartcvs/community.html > I did not set up the CVS server, our admin team has done that. So here > is w

Re: CVS and SSH V2

2005-07-08 Thread Liquidchild
Guys Finally got it all working! woho! Only question I have left is can you make files read only in smartCVS so that users have to select the file for editing first, to stop other users being able to edit the same file at the same time? Thanks for all the help! _

RE: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Matt Doar
enient. ~Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:info-cvs- > [EMAIL PROTECTED] On Behalf Of Todd Denniston > Sent: Wednesday, July 06, 2005 6:47 AM > To: Liquidchild > Cc: info-cvs@gnu.org > Subject: Possible Spam: Re: CVS and SSH V2 > > Liquidchi

Re: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Derek Price
Matt Doar wrote: >>>:ext:[EMAIL PROTECTED]:22\appl\cvs\ole >>> >>> > >I believe you have to use: > >:ext:[EMAIL PROTECTED]:22:/appl/cvs/ole > > You are correct about the forward slashes, but not the extra colon. Also, specifying a port number to the :ext: method will be ignored at best.

Re: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Derek Price
Derek Price wrote: >Also, specifying a port number to the :ext: method will be ignored at >best. (it wouldn't be hard to add support for it, but no one has done so). > > Excuse me - it would be hard to do in a general way using the current CVSROOT conventions since the -p option is not support

RE: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Matt Doar
6, 2005 9:02 AM > To: Matt Doar > Cc: Todd Denniston; Liquidchild; info-cvs@gnu.org > Subject: Re: Possible Spam: Re: CVS and SSH V2 > > Matt Doar wrote: > > >>>:ext:[EMAIL PROTECTED]:22\appl\cvs\ole > >>> > >>> > > > >I believe yo

RE: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Matt Doar
July 06, 2005 9:59 AM > To: Matt Doar > Cc: Todd Denniston; Liquidchild; info-cvs@gnu.org > Subject: Re: Possible Spam: Re: CVS and SSH V2 > > Matt Doar wrote: > > >Derek, > > > >From the CVS manual, I see CVSROOT is indeed specified as: > > > >[

Re: Possible Spam: Re: CVS and SSH V2

2005-07-06 Thread Derek Price
Matt Doar wrote: >Derek, > >From the CVS manual, I see CVSROOT is indeed specified as: > >[:method:][[user][:[EMAIL PROTECTED]:[port]]/path/to/repository > > You specified a colon *after* the port field: Matt Doar wrote: >I believe you have to use: > >:ext:[EMAIL PROTECTED]:22:/appl/cvs/ole

Re: Possible Spam: Re: CVS and SSH V2

2005-07-07 Thread Liquidchild
Guys finally seem to have got the cvs command to work, by creating a symbolic link from the /usr/bin to the cvs within usr/local/bin, which is not loaded on ssh scripts However, when i go to checkout i now get the following error message: cvs -d :ext:[EMAIL PROTECTED]:/appl/cvs checkout -P ole (i

Re: Possible Spam: Re: CVS and SSH V2

2005-07-07 Thread Russ Sherk
On 7/6/05, Derek Price <[EMAIL PROTECTED]> wrote: > Derek Price wrote: > > >Also, specifying a port number to the :ext: method will be ignored at > >best. (it wouldn't be hard to add support for it, but no one has done so). > > > > > > Excuse me - it would be hard to do in a general way using th

Re: Possible Spam: Re: CVS and SSH V2

2005-07-07 Thread Derek Price
Russ Sherk wrote: >I think you can put the port into CVS_RSH. Here is mine on winXP using plink: > >Z:\>echo %CVS_RSH% >"d:\Tools\plink.exe" -ssh -pw "xx" >Z:\>echo %CVSROOT% >:ext:[EMAIL PROTECTED]:/var/cvs >--- >Does this not work on linux? > > No. It's an implementation dif

Re: Possible Spam: Re: CVS and SSH V2

2005-07-08 Thread Liquidchild
Guys Finally got it all working! woho! Only question I have left is can you make files read only in smartCVS so that users have to select the file for editing first, to stop other users being able to edit the same file at the same time? Thanks for all the help! _