Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CVS

0 views
Skip to first unread message

Philip M. Gollucci

unread,
Oct 15, 2002, 10:12:28 AM10/15/02
to freebsd-...@freebsd.org
I've got a CVS Win2k Server, yes, I know its stupid to not put it on a
unix computer, not my call.

I want to connect to with from Windows computer vi cygwin, WinCVS...
This works
I also want to connect from Uninx(FreeBSD) to it with gcvs, cvs vi.

As I understand it, as of 1.10 or about, they broke parsing of the
command line
so
:pserver:user@host:d:/cvsroot
doesn't work on the unix clients.

I've heard that you need to downgrade to a release before this.
FreeBSD 4.7-RELEASE ships with 1.11.1p1-FreeBSD (client/server)
Current is 1.11.2

I've never in my life spread across the last 5 years sucessfully
compiled cvs on FreeBSD.

The binary packages are too var ahead. aka /stand/sysinstall
As are the ports.


The relavent line src/root.c:501 is where the port gets parsed in recent
versions,
one would think I could
cd /usr/src/contrib/cvs/src
edit it
cd ../
make
make install
but no, there is no Makefile there. Short of doing a full buildworld,
since I just did that to get from 4.6->4.7
how can I just do it for cvs.
I've got the expertise to fix the file my self.

Thanks for your help.

Damn this is annoying.

Philip

To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

Ruben de Groot

unread,
Oct 15, 2002, 11:08:27 AM10/15/02
to Philip M. Gollucci, freebsd-...@freebsd.org
On Tue, Oct 15, 2002 at 10:18:02AM +0000, Philip M. Gollucci typed:
<SNIP>

> The relavent line src/root.c:501 is where the port gets parsed in recent
> versions,
> one would think I could
> cd /usr/src/contrib/cvs/src
> edit it
> cd ../
> make
> make install
> but no, there is no Makefile there. Short of doing a full buildworld,
> since I just did that to get from 4.6->4.7
> how can I just do it for cvs.
> I've got the expertise to fix the file my self.

I think the Makefile you're looking for is in:

/usr/src/gnu/usr.bin/cvs/

Ruben

John Mills

unread,
Oct 15, 2002, 1:58:09 PM10/15/02
to Philip M. Gollucci, freebsd-...@freebsd.org
Phillip, all -

On Tue, 15 Oct 2002, Philip M. Gollucci wrote:

> I've got a CVS Win2k Server, yes, I know its stupid to not put it on a
> unix computer, not my call.

I recently set up CVS 'pserver' service under Linux-2.4.* for WinCvs and
*nix cvs users. Circa early summer, the NT cvs server notes mentioned
problems dealing with MsWin clients, but not *nix.

> As I understand it, as of 1.10 or about, they broke parsing of the
> command line
> so
> :pserver:user@host:d:/cvsroot
> doesn't work on the unix clients.

I noticed some differences between *nix and MsWin clients handling
explicit root definitions but nothing I saw as an outright failure or
breakage. (IIRC, I had to put _something_ in the password field, even for
a no-password user -- in a DOS script for example -- or get the password
prompt.) *nix clients all worked fine, but this wasn't the MsWin server
(the name of which I forget).

- John Mills

Roman Neuhauser

unread,
Oct 16, 2002, 2:18:36 AM10/16/02
to freebsd-...@freebsd.org
# jmm...@telocity.com / 2002-10-15 13:58:29 -0400:

> On Tue, 15 Oct 2002, Philip M. Gollucci wrote:
> > I've got a CVS Win2k Server, yes, I know its stupid to not put it on a
> > unix computer, not my call.

> > As I understand it, as of 1.10 or about, they broke parsing of the

> > command line so :pserver:user@host:d:/cvsroot doesn't work on the
> > unix clients.
>
> I noticed some differences between *nix and MsWin clients handling
> explicit root definitions but nothing I saw as an outright failure or
> breakage. (IIRC, I had to put _something_ in the password field, even for
> a no-password user -- in a DOS script for example -- or get the password
> prompt.) *nix clients all worked fine, but this wasn't the MsWin server
> (the name of which I forget).

http://www.cvsnt.org/ perhaps?

--
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

John Mills

unread,
Oct 16, 2002, 10:38:03 AM10/16/02
to FreeBSD-questions
On Wed, 16 Oct 2002, Roman Neuhauser wrote:

> # jmm...@telocity.com / 2002-10-15 13:58:29 -0400:

> > *nix clients all worked fine, but this wasn't the MsWin server
> > (the name of which I forget).

> http://www.cvsnt.org/ perhaps?

Yes, that looks right. At that time the server was considered [fairly]
stable, but there were some cautious notes about its working to _MsWin_
clients (not *nix). Sorry for the FUD on that.

- John Mills

0 new messages