DragonFly kernel List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: HEADS UP: CVS import
On Mon, Jan 19, 2004 at 12:54:02PM +0100, Jeroen Ruigrok/asmodai wrote:
> The CVS import went well.
>
> But for some reason with the new client I cannot seem to connect to the
> main repository on crater. I will continue to check to see if I might
> have forgotten something simple in my own set-up.
>
> Just a caution that it might be wise to skip cvs for a little while if
> you need to connect to crater.
>
> Sorry for the trouble this might cause, but this wasn't expected nor
> evident from my testnig (granted, with other repositories).
Do you think this has something to do with the problem?
If so, setting CVS_RSH=ssh would work around the problem.
Below is a snippet from the diff between my local tree and the
CVS tip:
+#ifdef CLIENT_SUPPORT
+/* void
+ * connect_to_forked_server ( struct buffer **to_server,
+ * struct buffer **from_server )
+ *
+ * Connect to a forked server process.
+ */
+void
+connect_to_forked_server (to_server, from_server)
:
@@ -4828,7 +4666,7 @@
example in CVS_RSH or other such mechanisms to be devised,
if that is what they want (the manual already tells them
that). */
- cvs_rsh = "ssh";
+ cvs_rsh = "rsh";
if (!cvs_server)
cvs_server = "cvs";
@@ -4889,7 +4727,7 @@
int child_pid;
if (!cvs_rsh)
- cvs_rsh = "ssh";
+ cvs_rsh = "rsh";
if (!cvs_server)
cvs_server = "cvs";
Regards.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]