From owner-freebsd-questions Wed Mar 29 9:14:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.tmok.com (entropy.tmok.com [204.17.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 9D7F637B526 for ; Wed, 29 Mar 2000 09:14:19 -0800 (PST) (envelope-from wonko@entropy.tmok.com) Received: (from wonko@localhost) by entropy.tmok.com (8.9.3/8.9.3) id MAA49772 for freebsd-questions@freebsd.org; Wed, 29 Mar 2000 12:16:39 -0500 (EST) From: Brian Hechinger Message-Id: <200003291716.MAA49772@entropy.tmok.com> Subject: CVS/CVSup To: freebsd-questions@freebsd.org Date: Wed, 29 Mar 2000 12:16:39 -0500 (EST) Reply-To: wonko@entropy.tmok.com X-Useless-Header: why? because i can. X-Organization: The Ministry of Knowledge X-Dreams: an OpenWin that is based on current MIT X11 releases X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG helloo, i've got two networks connected by a tunnel through the internet. let's call then A and B. A has a cvs server which is our main repository. i need to put a copy of the repository on the B network. the one on the B network doesn't need to be able to commit or check in or anything like that, it just needs to be able to pull stuff out of the repository. (so cvsup looks good here) anyway, that's all background info, what i need to know is, can i PUSH from A to B instead of trying to PULL? i can connect from A -> B but i cannot connect from B -> A to do a pull. the current (hopefully temporary) solution is to export from A's cvs server and import to B's server. The issue here is the fact that i want these servers to be mirrors of each other, so this method depends on someone running the export/import pair to sync up the servers, which is unacceptable. if anyone has experience with this please let me know!! thanks!! -brian ps: does anyone know how to get WinCVS to work with ssh? i'm a FreeBSD/Solaris geek and my windows skills are lacking, but even seasoned windows people aren't able to figure this out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message