Date: Fri, 27 Feb 1998 10:55:41 +0100 From: Eivind Eklund <eivind@yes.no> To: "Jordan K. Hubbard" <jkh@time.cdrom.com> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT avail Message-ID: <19980227105541.55943@follo.net> In-Reply-To: <472.888572485@time.cdrom.com>; from Jordan K. Hubbard on Fri, Feb 27, 1998 at 01:41:25AM -0800 References: <19980227101302.39170@follo.net> <472.888572485@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 27, 1998 at 01:41:25AM -0800, Jordan K. Hubbard wrote: > > 'easyimport' script on freefall). > > "easy-import" > > > For your convenience, we repeat some of the magic tricks of using CVS > > with SSH below: > > There are even easier ways, as I've already pointed out to Nik: Uhm - I can't see why the method you describe is easier. I do an explict alias so I know which repo I'm working against - no typos, no problems because different directions updates (CVS/Root is just ignored, as the root is specified on the command line), less to type. You scenario: > do-local-cvs > cvs checkout ls <hack-hack-hack> > cvscommit <oh damn! it was out-of-date!> > do-remote-cvs > cvs update <hack-some-more> > cvscommit <type-type-type> > "Mailing commit message." <cvs repository forced back to local, you want latest updates again> > do-remote-cvs > cvs update My scenario: > lcvs checkout ls <hack-hack-hack> > fcvs commit <oh damn! it was out-of-odate!> > fcvs update <hack-some-more> > fcvs commit <type-type-type> > "Mailing commit message" <I want latest updates again> > fcvs update I really can't see the 'easier ways' part - is there something I'm missing, or something you're missing, or are we just disagreeing on what is easy here? Also: I've got 8 different CVS-repositories (including local copies) I work against for different organizations, so I might be a special case when it comes to what I need to have control over. The typing issue isn't that large :-) Eivind.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980227105541.55943>