Date: Sun, 4 May 1997 22:38:38 +0200 (MET DST) From: Eivind Eklund <eivind@bitbox.follo.net> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-all@FreeBSD.ORG, CVS-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, jkh@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: cvs commit: src/release Makefile Message-ID: <199705042038.WAA04526@bitbox.follo.net> In-Reply-To: Bruce Evans's message of Mon, 5 May 1997 06:00:09 %2B1000 References: <199705042000.GAA24412@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> > >> I use a symlink :-). > > > >Could you please explain this? I can't see how this can solve the > >problem for the cases I mentioned. > > If the sources point to /home/ncvs, then just link /home/ncvs to wherever > the repository is. This requires write permissions to /home of course. This don't solve the problem of reconstructing the CVS information to be able to update from the CVS repository and keep local changes. Changing the repository information is also convenient to be able to work from one repository, and update in another. This is not possible by symlinking /home/ncvs unless you can NFS mount all the hosts together; I've used this (together with ssh) to work locally and commit at freefall. For any listeners that's interested and haven't figured it out yet: Just work from your local CVS tree, and when you want to commit, use the previous shell-script to set the repository to "username@freefall.freebsd.org:/home/ncvs", set CVS_RSH to ssh, and commit. Goes to freefall, just as if you'd logged in there and committed. Eivind.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705042038.WAA04526>