Restore an old version and save it as the new one

2005-05-31 Thread Fritz Bayer
Hello, I have a set of html files on which I worked. I have comitted those alltogether from time to time. I have reached version 1.6 and I would like to restore version 1.3 for all files and store those under version 1.7. I did a cvs update -C -r 1.3 which gave me the old html files. But now

cvs checkout date

2005-05-31 Thread alberto
Hi, I would like my application to print, when executed, the date when the source from which it was built was retrieved from the cvs tree. Something like: The executable running was built from a source checkout out on: Tue May 31 11:27:42 Is there any easy way to do

cvs and netbeans

2005-05-31 Thread Gleidson Sá Barreto
I have one repository on the server. The CVS Server Type is ext and Remote Shell is ssh... I'd like checkout one module with netbeans but i don´t know. I need help Yahoo! Mail, cada vez melhor: agora com

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html however, ..

2005-05-31 Thread Sergei Organov
Stuart Cooper [EMAIL PROTECTED] writes: [...] but this is a bit tricky, so making copies, doing cvs update -A and then moving the copies over and then checking in is perfectly acceptable. Did I forget something, or CVS should have been left the original in the file .#hello.c.1.1? -- Sergei.

Re: cvs checkout date

2005-05-31 Thread Larry Jones
[EMAIL PROTECTED] writes: I would like my application to print, when executed, the date when the source from which it was built was retrieved from the cvs tree. See the manual: https://www.cvshome.org/docs/manual/cvs-1.11.20/cvs_12.html#SEC97 -Larry Jones If I get a bad

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html

2005-05-31 Thread Larry Jones
Stuart Cooper writes: but this is a bit tricky, so making copies, doing cvs update -A and then moving the copies over and then checking in is perfectly acceptable. As long as you're the only one making changes. If there's a possibility of other people checking in changes, too, you need to

Re: Restore an old version and save it as the new one

2005-05-31 Thread Larry Jones
Fritz Bayer writes: I have reached version 1.6 and I would like to restore version 1.3 for all files and store those under version 1.7. See the manual: https://www.cvshome.org/docs/manual/cvs-1.11.20/cvs_5.html#SEC62 -Larry Jones All girls should be shipped to Pluto--that's what I

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html

2005-05-31 Thread Sergei Organov
[EMAIL PROTECTED] (Larry Jones) writes: Stuart Cooper writes: but this is a bit tricky, so making copies, doing cvs update -A and then moving the copies over and then checking in is perfectly acceptable. As long as you're the only one making changes. If there's a possibility of

error: cannot start server via rsh

2005-05-31 Thread Gleidson Sá Barreto
I´d like conect at cvs server with netbeans but... the error is: cvs [status aborted]: cannot start server via rsh: No such file or directory How solution this problem? Yahoo! Mail, cada vez melhor: agora

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html

2005-05-31 Thread Larry Jones
Sergei Organov writes: How is it different from update -A *without* copying anything on top of it? My experience is that update -A would perform regular merge of current changes into the head version. Am I missing something? You're missing the fact that copying an old file over top of the

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html

2005-05-31 Thread Sergei Organov
[EMAIL PROTECTED] (Larry Jones) writes: Sergei Organov writes: How is it different from update -A *without* copying anything on top of it? My experience is that update -A would perform regular merge of current changes into the head version. Am I missing something? You're missing the

On the Utility of Update -A

2005-05-31 Thread Rod Macpherson
What purpose does the update A switch serve other than to switch you back to the HEAD of trunk after creating a branch? With the exception of that narrow use case it seems to be dangerous and confusing. It also seems to be redundant as there is a more general way of switching branches and

Re: On the Utility of Update -A

2005-05-31 Thread Larry Jones
Rod Macpherson writes: This is a multi-part message in MIME format. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! What purpose does the update -A switch serve other than to switch you back to the HEAD of trunk after creating a branch? It also

I have encounter a problem in CVS setup

2005-05-31 Thread chianshin
After I setup it, I use winCVS to navigate the cvs respository. But I always encounter the error report: cannot open /root/.cvsignore: cvs update -P -A -d -C (in directory C:\cvswork\MJcode\) cvs server: cannot open /root/.cvsignore: Permission denied

I have encounter a problem in CVS setup

2005-05-31 Thread chianshin
After I setup it, I use winCVS to navigate the cvs respository. But I always encounter the error report: cannot open /root/.cvsignore: cvs update -P -A -d -C (in directory C:\cvswork\MJcode\) cvs server: cannot open /root/.cvsignore: Permission denied

remove - failed to create lock directory for .. No such file or directory

2005-05-31 Thread jason
I cannot file any file or directory on the system called attjcl.. where is cvs getting this from? $ cvs -d /x1/cvs/ remove x2/02.00/orarep/cldn010.jsp cvs remove: file `x2/02.00/orarep/cldn010.jsp' already scheduled for removal $ cvs -d /x1/cvs/ commit -m removing cvs commit: failed to create

Re: I have encounter a problem in CVS setup

2005-05-31 Thread Larry Jones
[EMAIL PROTECTED] writes: But I always encounter the error report: cannot open /root/.cvsignore: Update to a reasonably recent version of CVS (from www.cvshome.org). -Larry Jones Oh, now YOU'RE going to start in on me TOO, huh? -- Calvin ___

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.htmlhowever, ..

2005-05-31 Thread Arno Schuring
[...] but this is a bit tricky, so making copies, doing cvs update -A and then moving the copies over and then checking in is perfectly acceptable. Did I forget something, or CVS should have been left the original in the file .#hello.c.1.1? Only if you do update -C, I think. update -A

RE: On the Utility of Update -A

2005-05-31 Thread Rod Macpherson
It [Update -A] also reverts any local -k options back to the repository defaults. Good thing to know given it quietly does that in addition to merging HEAD of trunk with your workspace. I don't see what's dangerous or confusing about it, it's a quick way to throw away any local

Re: I have encounter a problem in CVS setup

2005-05-31 Thread Qian Xin
I have searched on Google, Some one gives a reasonable answer. I should unset HOME varible before restart xinet. But after I do it, it seems still exist. And I used found that rebooting can fix it, but it is proved later that this bug is still there. And many people has also encounter this