Hello I am trying to get some fixes that are in the OpenSSH CVS 3.5 branch I am having trouble figuring out the CVS tags that you guys use, could someone please tell me what the CVS tag for the 3.5 branch is and what you use as standards?? like cvs co -r OpenSSH_V_3_5 openssh should work but doesnt so what do you use as your tags.... Thanks again Donnie Cranford Senior Unix Systems Admin ING Americas
On Sat, 2 Nov 2002, Donnie Cranford wrote:> Hello > > I am trying to get some fixes that are in the OpenSSH CVS 3.5 branch > > I am having trouble figuring out the CVS tags that you guys use, could > someone please > > tell me what the CVS tag for the 3.5 branch is and what you use as > standards?? > > like cvs co -r OpenSSH_V_3_5 openssh should work but doesntco -r V_3_5 openssh> so what do you use as your tags.... > > Thanks again > > Donnie Cranford > Senior Unix Systems Admin > ING Americas > > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >-- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
So do all the openssh cvs mirrors hold the branches?? I am sure I tried that and it did not work with the CVS server you specify on the ports page Tim Rice wrote:>On Sat, 2 Nov 2002, Donnie Cranford wrote: > > > >>Hello >> >>I am trying to get some fixes that are in the OpenSSH CVS 3.5 branch >> >>I am having trouble figuring out the CVS tags that you guys use, could >>someone please >> >>tell me what the CVS tag for the 3.5 branch is and what you use as >>standards?? >> >>like cvs co -r OpenSSH_V_3_5 openssh should work but doesnt >> >> > >co -r V_3_5 openssh > > > >>so what do you use as your tags.... >> >>Thanks again >> >>Donnie Cranford >>Senior Unix Systems Admin >>ING Americas >> >> >> >>_______________________________________________ >>openssh-unix-dev at mindrot.org mailing list >>http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >> >> >> > > >
$ export CVSROOT=openssh at anoncvs.be.openbsd.org:/cvs $ export CVS_RSH=/usr/bin/ssh $ cvs co -r V_3_5 openssh seems to work just fine for me. - Ben On Sat, 2 Nov 2002, Donnie Cranford wrote:> So do all the openssh cvs mirrors hold the branches?? > > I am sure I tried that and it did not work with the CVS server you > specify on the ports page > > > > Tim Rice wrote: > > >On Sat, 2 Nov 2002, Donnie Cranford wrote: > > > > > > > >>Hello > >> > >>I am trying to get some fixes that are in the OpenSSH CVS 3.5 branch > >> > >>I am having trouble figuring out the CVS tags that you guys use, could > >>someone please > >> > >>tell me what the CVS tag for the 3.5 branch is and what you use as > >>standards?? > >> > >>like cvs co -r OpenSSH_V_3_5 openssh should work but doesnt > >> > >> > > > >co -r V_3_5 openssh > > > > > > > >>so what do you use as your tags.... > >> > >>Thanks again > >> > >>Donnie Cranford > >>Senior Unix Systems Admin > >>ING Americas > >> > >> > >> > >>_______________________________________________ > >>openssh-unix-dev at mindrot.org mailing list > >>http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > >> > >> > >> > > > > > > > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >