Does anyone know how to set proxy in WinCVS 1.3?

2005-03-08 Thread Brian Lu
Hi,All, I have downloaded WinCVS 1.3 but I found that proxy settings panel is removed from Admin-->Perferences window. Does anyone know how to set proxy in 1.3, which I can do it in 1.2. Thanks Boying ___ Info-cvs mailing list Info-cvs@gnu.org http://l

cvsweb or viewcvs

2005-03-08 Thread Gleidson Sá Barreto
What is better cvsweb or viewcvs? ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis ___ Info-c

Re: recursive add

2005-03-08 Thread Spiro Trikaliotis
Hello, an answer to an older post: * On Tue, Mar 01, 2005 at 10:59:32AM -0800 Wei Shi wrote: > Maybe this question has been brought up before. Is > there a recursive add command in CVS? I'm not sure what you mean with "recursive add". Possibly, the following commands might accomplish what you

RE: cvsweb or viewcvs

2005-03-08 Thread Dey Arindam, Milton Keynes
Title: RE: cvsweb or viewcvs We have been using Viewcvs since the inception of the current project we are working on.It seems to be quite good as it caters to BROWSE ONLY criteria allowing user to browse through the contents of the repository. Option to download files is also available. -

RE: Checkout after a change

2005-03-08 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: > I'm starting on a new project, and I only have one file in the > repository now, but I've noticed that CVS does not keep the > actual file > on hand, but another type of file that keeps track of edits and > revisions. But I want to be able to use the actual file, so is i

Re: CVSIGNORE file help?

2005-03-08 Thread OTESAO
Well basically I've checkout a set of jsp and java files from a brand a repository into an eclipse project. Then I added some gif, html, psd, class files into the checked out folders, but wanna ignore them when doing a commit. any way to do a global .cvsignore rather than a .cvsignore in each fo

RE: CVSIGNORE file help?

2005-03-08 Thread Jim.Hyslop
OTESAO wrote: > basically I've checkout a set of jsp and java > files from a brand a repository into an eclipse project. > > Then I added some gif, html, psd, class files into the checked out > folders, but wanna ignore them when doing a commit. > > any way to do a global .cvsignore rather than a

Failied to access the CVS repository

2005-03-08 Thread MEI-XING ZHAO
Hi, I am having a problem of accessing our CVS repository. Here is an example when I run a CVS command: $ cvs log file1 can't create temporary directory /tmp/root/cvs-serv4896 Permission denied $ Basicly, I am getting this error on any cvs command(cvs ci, cvs update...). Any idea on where the pro

RE: cvsweb or viewcvs

2005-03-08 Thread Matt Doar
ViewCVS seems to be more commonly used nowadays. It was a rewrite of CVSWeb but has also made the effort to support Subversion recently. It's not the only choice. FishEye has web-based view and more of your project in CVS. ~Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailt

Re: Failied to access the CVS repository

2005-03-08 Thread Larry Jones
MEI-XING ZHAO writes: > > $ cvs log file1 > can't create temporary directory /tmp/root/cvs-serv4896 > Permission denied You don't have permission to create subdirectories in /tmp/root (on the server), which is apparently where you have the server's temp directory set to:

Re: Failied to access the CVS repository

2005-03-08 Thread MEI-XING ZHAO
Larry Jones wrote: MEI-XING ZHAO writes: $ cvs log file1 can't create temporary directory /tmp/root/cvs-serv4896 Permission denied You don't have permission to create subdirectories in /tmp/root (on the server), which is apparently where you have the server's temp directory set to:

Re: Failied to access the CVS repository

2005-03-08 Thread Larry Jones
MEI-XING ZHAO writes: > > Thanks for your reply Larry. You are correct about the problem. I found > I can access the CVS repository locally(on the same server) OK. But run > cvs command remotely still not working. I am not sure where the > /tmp/root set set. It use to be just create the temp fi

Re: Checkout after a change

2005-03-08 Thread rublind
The example they give is with unix, how would I do it with linux (Fedora C3, I think it is). Thanks. ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Failied to access the CVS repository

2005-03-08 Thread Larry Jones
MEI-XING ZHAO writes: > > BTW, any way to reinitilize the changes made in inetd.conf without > rebooting the machine? Probably -- ``man inetd''. -Larry Jones I've got more brains than I know what to do with. -- Calvin ___ Info-cvs mailing list Info

Re: Failied to access the CVS repository

2005-03-08 Thread MEI-XING ZHAO
Thanks! I made it working by adding ``-T /tmp'' before ``pserver'' to the CVS command in [x]inetd.conf. BTW, any way to reinitilize the changes made in inetd.conf without rebooting the machine? Thanks, Mei Larry Jones wrote: MEI-XING ZHAO writes: Thanks for your reply Larry. You are correct abo

Re: Checkout after a change

2005-03-08 Thread Jim Hyslop
[EMAIL PROTECTED] wrote: The example they give is with unix, how would I do it with linux (Fedora C3, I think it is). Same principle. Remember, Linus *is* a port of UNIX. -- Jim ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/list

Re: Checkout after a change

2005-03-08 Thread Larry Jones
[EMAIL PROTECTED] writes: > > The example they give is with unix, how would I do it with linux That's like asking how to drive a Toyota Corolla given that you only know how to drive a Honda Civic. -Larry Jones Yep, we'd probably be dead by now if it wasn't for Twinkies. -- Calvin

RE: Failied to access the CVS repository

2005-03-08 Thread Matt Doar
Find the pid with ps auxww | grep inetd Then as root kill -HUP pid ~Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of MEI-XING ZHAO > Sent: Tuesday, March 08, 2005 2:47 PM > To: Larry Jones > Cc: info-cvs@gnu.org > Subject: Re: Failied t

Re: Checkout after a change

2005-03-08 Thread rublind
[EMAIL PROTECTED] [/home/rublind/public_html]# ^blindmonkey (date; cat; (sleep 2; cd /home/rublind/public_html/blindmonkey; cvs -q update -d) &) >> /var/chroot/cvs/cvs/CVSROOT/updatelog 2>&1 bash: :s^blindmonkey (date; cat; (sleep 2; cd /home/rublind/public_html/blindmonkey; cvs -q update -d) &)