Re: problem setting cvs pserver

2005-02-17 Thread Larry Jones
alex writes: > > telnet localhost 2401 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > Connection closed by foreign host. That looks like some kind of firewall software rejecting the connection. -Larry Jones OK, there IS a middle ground, but

Re: problem setting cvs pserver

2005-02-17 Thread Todd Denniston
alex wrote: > > > server_args = -f --allow-root=/usr/local/cvsroot server > > > > should be > > > > server_args = -f --allow-root=/usr/local/cvsroot pserver > > > > You need "pserver" not "server" > I made a typo. server_args is: > server_args = -f --allow-root=/usr/local/cvsroot pserver > the r

Re: problem setting cvs pserver

2005-02-17 Thread Baurzhan Ismagulov
On Thu, Feb 17, 2005 at 10:02:33AM -0500, Larry Jones wrote: > > telnet localhost 2401 > > Trying 127.0.0.1... > > Connected to localhost.localdomain (127.0.0.1). > > Escape character is '^]'. > > Connection closed by foreign host. > > That looks like some kind of firewall software rejecting the c

multiple vendors

2005-02-17 Thread Baurzhan Ismagulov
Hello, I want to store upstream sources in their respective branches in order to be able to merge the changes automatically into HEAD. There is some info in the tutorials and mailing list archives, but after some attempts I'm still confused about how this works. I want to have the following vendo

$Name$ keyword expansion problem solved

2005-02-17 Thread Yasunari Tosa
Hi, I asked about $Name$ keyword expansion. Nobody replied :-(... and I found the fix ;-) It turned out that RH9 version of cvs (cvs 1.11.2) does not expand $Name$ keyword at all. After checking various OSes we have, at least I found that CVS 1.11.16 (Fedora Core2) worked fine. I ended up upd

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-17 Thread Mark E. Hamilton
David A. Bartmess wrote: When you added the files, did you specify "-kb" for the add command for the binary jar files? If not, you'll have to change the status of the files using the cvs admin command as follows: cvs update -A myJarFile.jar Using 'update -A' will reset any sticky tags. What if

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-17 Thread Larry Jones
Mark E. Hamilton writes: > > which has always seemed to work in the past. Are there situations where > the repository file could be corrupted, so that this wouldn't work? Yes: if the client system differentiates between text and binary files (Unix-like systems do not, Windows does). You might g

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-17 Thread Spiro Trikaliotis
Hello, * On Thu, Feb 17, 2005 at 09:45:40AM -0700 Mark E. Hamilton wrote: > Using 'update -A' will reset any sticky tags. What if his file is > checked out from a branch? Wouldn't this get him the wrong working > copy? This is correct. > > >version, as the sandbox version is corrupted> > >cvs

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-17 Thread Mark E. Hamilton
Spiro Trikaliotis wrote: If you are working from Unix boxes solely, this works as expected. If not, chances are you have to check in a new binary file. You mean that there are other computers besides Unix-like systems? ;) Thanks. -- Mark E. Hamilton Orion International Technologies

RE: Info-cvs Digest, Vol 27, Issue 40

2005-02-17 Thread Jim.Hyslop
Mark E. Hamilton wrote: > You mean that there are other computers besides Unix-like systems? ;) Mark, I think you owe an apology. My computer got very offended. After all, it's not the _computer_'s fault that the owners don't install Unix-like systems. :) -- Jim Hyslop Senior Software Designer

Re: jar files in cvs repository

2005-02-17 Thread Jonathan Villa
Rajeev, Add the following to your cvswrappers file *.gif -k 'b' -m 'COPY' *.GIF -k 'b' -m 'COPY' *.jpg -k 'b' -m 'COPY' *.JPG -k 'b' -m 'COPY' *.jpeg -k 'b' -m 'COPY' *.JPEG -k 'b' -m 'COPY' *.png -k 'b' -m 'COPY' *.PNG -k 'b' -m 'COPY' *.bmp -k 'b' -m 'COPY' *.BMP -k 'b' -m 'COPY' *.exe -k 'b'

Help - Log comments

2005-02-17 Thread Mohanty, Debi \(GE Healthcare, non-ge\)
Hi, I am using CVS for my file maintained. I am trying to extract the comments which are associate only with the latest file (working file). Thanks&Regards Debi ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cv

RE: Help - Log comments

2005-02-17 Thread Jim.Hyslop
Mohanty, Debi wrote: > I am using CVS for my file maintained. I am trying to > extract the comments which are associate only with the latest > file (working file). 'cvs log -rHEAD' should do it. -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.co

Re: jar files in cvs repository

2005-02-17 Thread Larry Jones
Jonathan Villa writes: > > *.gif -k 'b' -m 'COPY' > *.GIF -k 'b' -m 'COPY' It's better to do: *.[Gg][Ii][Ff] -k 'b' -m 'COPY' That way you only need one entry instead of two and it covers mixed case (like Foo.Gif) rather than just all upper and all lower. -Larry Jones If I was being r

Re: problem setting cvs pserver

2005-02-17 Thread alex
> You may have to put the line 'disable = no'[1] in /etc/xinetd.d/cvspserver. > have you issued `service xinetd restart`, since setting up > /etc/xinetd.d/cvspserver? I tried but with no change: [EMAIL PROTECTED] ~]# cat /etc/xinetd.d/cvspserver service cvspserver { disable = no socket_type = strea

Re: problem setting cvs pserver

2005-02-17 Thread alex
> > That looks like some kind of firewall software rejecting the connection. > > I would say this looks like a TCP wrapper (/etc/hosts.allow, > /etc/hosts.deny, hosts_access(5), hosts_options(5)). Maybe but where does that comes from and how can I change it. My hosts file are not used ( I am usin

Re: jar files in cvs repository

2005-02-17 Thread Jonathan Villa
Larry Jones wrote: Jonathan Villa writes: *.gif -k 'b' -m 'COPY' *.GIF -k 'b' -m 'COPY' It's better to do: *.[Gg][Ii][Ff] -k 'b' -m 'COPY' That way you only need one entry instead of two and it covers mixed case (like Foo.Gif) rather than just all upper and all lower. -Larry Jones I

Unlocking the object in winCVS

2005-02-17 Thread Mary Lou RODRIGUEZ
Dear All, Have you ever encountered this error? How can I unlock the object when the object is not yet checked-in ever since? cvs -x commit -m "x" xreport111.ldt (in directory C:\Project\abc\abccww\Reports\) cvs server: cannot lock `F:/repositories/MIS/abc/abccww/Reports/xreport111.l

How do I share the file across releases in CVS?

2005-02-17 Thread Abhijit Diwan
Hi all       I would be thankful if I some one could answer my query..       I have 2 files which I have to share across the release. Something like no tags for the files. Say I have 2 tags…. tagA and tagB.   When I checkout on tagA I get set of files depending upon t

Re: problem setting cvs pserver

2005-02-17 Thread Mike Klinke
On Thursday 17 February 2005 16:10, alex wrote: > > I read it before but couldn't find an answer. thanks for your > help. Alex Well, for what it's worth I also run FC3, took your cvspserver file, popped it into my xinetd.d directory and restarted xinetd. No problems here as you can see below