sandbox on NFS-mounted directory?

2005-04-24 Thread Terrence Enger
Greetings, I have seen lots of warnings against accessing a repository through an NFS mount. But I do not remember seeing any comments about accessing a sandbox through an NFS mount. (Although, until today, I did not think I cared, so could easily have overlooked warnings.) I would welcome your

access to cvshome

2004-06-20 Thread Terrence Enger
Greetings, I have the feeling that I may have seen the answer to this question here lately, but I cannot find it now. Please accept my apologies if this is a repeat. What is the method for read access to the source repository at cvshome.org?

dangers of ctrl-z in text files

2003-12-15 Thread Terrence Enger
Greetings. In a recent posting to info-cvs, I pointed out the need to flag as binary any file which might contain a byte with the value decimal 26, a.k.a. ctrl-z. Then I sat down to write some words for chapter 9 of the Cederqvist, and I find that I still have a little bit to learn. Can somebody

Re: Why I am not getting the files imported

2003-12-15 Thread Terrence Enger
At 05:17 2003-12-15 -0800, Kayed Alfi wrote: > All: > > I have imported a populated directory into my > respository. I work on WinCVS 1.3. The files (*.doc > and *.fmb) imported fine. When I tried to checkout > the files, I get only 1KB of file sizes? > > I run on pserver authentication mode, d

Re: revision/version numbers

2003-10-31 Thread Terrence Enger
At 16:10 2003-10-31 -0500, Donald Sharp wrote: > Why do you need this? What is important is the label! > > If you can't convince them that it's not terribly important > pull a workspace over the release label and do a cvs status -R > and parse the output. Or, list the various CVS/Entries files.

Re: Conflict committed

2003-10-29 Thread Terrence Enger
At 09:07 2003-10-29 -0800, Mark D. Baushke wrote: > >It is not up to cvs to determine what data patterns should or should not >be allowed to be committed into a file. > Indeed, I routinely commit conflicted files after applying vendor updates. Tag this state (with log messages distinguishing conf

the Cederqvist, difficulty downloading .pdf

2003-10-29 Thread Terrence Enger
Greetings, I have just visited , and I tried to download the pdf file of the Cederqvist for release 1.12.2 . A number of problems or mysteries ... - The result is a file of only 539,920

RE: Bug tracking.

2003-09-30 Thread Terrence Enger
At 11:15 2003-09-30 -0400, "Zieg, Mark" <[EMAIL PROTECTED]> wrote: [snip] > >You can do that easily with "cvs update -j ... -j ..." as long as you create a tag each time you do the synchronization, or you can use something like my to extract a patchfile afte

Re: cvs diff, proposal for change

2003-09-04 Thread Terrence Enger
At 15:56 2003-09-04 -0400, "Greg A. Woods" <[EMAIL PROTECTED]> wrote: >[ On Wednesday, September 3, 2003 at 13:07:52 (-0400), Terrence Enger wrote: ] > > Subject: cvs diff, proposal for change > > > > In general, the concensus of those in the know has been

cvs diff, proposal for change

2003-09-04 Thread Terrence Enger
This is my second attempt to post this question. The first has not appeared on the list; neither have I received a bounce message. Please accept my apology if you receive it twice. Greetings, all. I keep seeing questions and comments in the list about cvs diff, especially about how it is not us

cvs diff, proposal for change

2003-09-04 Thread Terrence Enger
Greetings, all. I keep seeing questions and comments in the list about cvs diff, especially about how it is not useful for files holding data other than plain text. I see even Andreas Klauer's recent question "normalizing files and old revisions" (

Re: Howto?

2003-08-18 Thread Terrence Enger
At 16:11 2003-08-14 +0300, Stephen Biggs wrote: [point 1 snipped] >2. If I checkout a module from one repository, say from the Internet, >and then import it into a second repository, say my local one, is there >an easy and correct way to make sure that the local copy is also updated >by the chang

Invalid reply from auth server

2003-08-03 Thread Terrence Enger
Greetings, all Suddenly, this morning, I get a bunch or error messages when I try to cvs update my sandbox. My screen shows many messages that look like "cvs server: Invalid reply from auth server (/srclist.txt) looking for ( /srclist.txt)". But when I look more closely (emacs hexl-mode on file

Re: Update versions

2003-07-10 Thread Terrence Enger
At 11:41 2003-07-10 -0400, Dewey M. Sasser wrote: >"Giovanni Giazzon" <[EMAIL PROTECTED]> writes: > >> Yes, I'm a little confused about branches. So was I, though I lacked the sense to realize it. > >Let me describe how I've used and seen branches. That might help you >out. > [substantive infor

how to add file to a module

2003-06-16 Thread Terrence Enger
Greetings. I started with - a repository, - a module definition listing specific files, - a sandbox into which I have checked out that module. Then, a vendor update (cvs import) adds a new file to the repository. Upon examination, I decide that the new file should be part of the module I a

Re: args to fchmod() and chmod()

2003-01-20 Thread Terrence Enger
At 11:10 2003-01-20 -0500, you wrote: >Terrence Enger writes: >> [snip] > >Are you certain that it's the file type bits that are causing the >problem? If so, I'd say that OS/400 is definitely *incorrect*. The When I tried fchmod() with each single bit set in the

args to fchmod() and chmod()

2003-01-20 Thread Terrence Enger
Greetings, all. I notice that cvs in several places executes fchmod() or chmod(), and that in some cases the new mode argument is the mode returned from an earlier call to stat(). This value typically includes the file type. On most platforms this causes no problem, but OS/400 complains that "

Re: Bug tracking.

2002-12-09 Thread Terrence Enger
At 14:37 2002-10-11 -0500, Andrew Johnson wrote: >J wrote: >> >> Yes, but what I would like is a uniqe commit number, whatever it may be, 578 >> for instance applied to all the files involved in that single commit. > >That's just not how CVS works, and it never will. Could you please tell us why

checkout.c uses strdup()

2002-11-21 Thread Terrence Enger
Greetings, I notice that checkout.c, below the comment "/* strip the last_component */" still uses strdup() instead of xstrdup(). Is this an accedent? FWIW, OS/400 documents strdup() as an XPG4 extension. Speaking of compiler warnings ... Does anybody still build cvs with a compiler which does

Re: What forum to propose new port?

2002-03-11 Thread Terrence Enger
At 12:00 PM 2002/03/11 -0500, you wrote: >Terrence Enger writes: >> >> (*) What does it mean? Using an existing distribution of cvs >> executing on Win95, I have had some success (very small test, no >> observed problems) controlling ASCII source in the hiera

Re: What forum to propose new port?

2002-03-10 Thread Terrence Enger
At 03:39 PM 2002/03/09 -0500, Larry Jones <[EMAIL PROTECTED]> wrote: >Terrence Enger writes: >> >> Is this the best forum for proposing a port of cvs to OS/400 (a.k.a. >> AS/400, a.k.a. iseries)? > >"Proposing" in what sense? Are you proposing to do t

What forum to propose new port?

2002-03-09 Thread Terrence Enger
Greetings. I solicit your opinions. Is this the best forum for proposing a port of cvs to OS/400 (a.k.a. AS/400, a.k.a. iseries)? TIA, Terry. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

XML diff and merge

2002-03-07 Thread Terrence Enger
Noel Yap <[EMAIL PROTECTED]> wrote, among lots more in a posting titled "Re: CVS and Jar files: Should you import Jar into the Repository? Why or why not" ... quote ---> But if you think about it, a "correct" diff/merge for XML, Pascal, etc would be a tree diff/merge, not a linear one. <--- quote