info-cvs archive search

Search String: Display: Description: Sort:

Results:

References: [ book: 484 ]

Total 484 documents matching your query.

361. RE: Locking support (score: 2)
Author: HIDDEN
Date: Wed, 22 Aug 2001 22:05:18 -0400 (EDT)
Sure! Lots! RCS and CSSC (the free GNU implementation SCCS), or MySC (from which CSSC was derived) are freely available..... On the WWW, for one: http://www.canb.auug.org.au/~millerp/aegis.html http:
/archive/html/info-cvs/2001-08/msg00946.html (10,473 bytes)

362. Re: Administrative File Hooks (score: 2)
Author: HIDDEN
Date: Tue, 21 Aug 2001 12:55:17 -0400
mymodule (echo %{sVv}; cat) | /foo/bar.sh A very basic example. For a real setup you would pass the %{sVv} as a parameter to the script, and the script would also process its stdin for the rest of th
/archive/html/info-cvs/2001-08/msg00870.html (5,146 bytes)

363. Administrative File Hooks (score: 2)
Author: HIDDEN
Date: Tue, 21 Aug 2001 12:07:54 -0400
Reading through the Fogel book and some of the CVS documentation I'm trying to hook in some scripts to the commitinfo and loginfo files, I'd like to start copying some of the checkin file info so I c
/archive/html/info-cvs/2001-08/msg00859.html (4,788 bytes)

364. reformatted: RE Build Processes (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 22:33:56 -0700
sorry about the formatting trash I'll try again.... Hi Bill, Yes these are the kind of questions that are close to my heart too. I found that Fogel's book, while very good, didn't outline much about
/archive/html/info-cvs/2001-08/msg00783.html (11,866 bytes)

365. RE: Build Processes (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 21:27:51 -0700
Hi Bill, Yes these are the kind of questions that are close to my heart too. I found that Fogel's book, while very good, didn't outline much about 'release' strategies with CVS, and in any case Open
/archive/html/info-cvs/2001-08/msg00782.html (12,571 bytes)

366. RE: loginfo parameters - I Think I Figured It Out (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 20:30:39 -0500
Chris, I think I figured it out. Since I only get one % parm on the line - but - I can use a space in that line, I can do the following: project/docs /mybin/doMirror.sh %{ sv} project/docs & The %{<s
/archive/html/info-cvs/2001-08/msg00780.html (10,991 bytes)

367. RE: loginfo parameters - plus more info (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 20:13:47 -0500
Chris, Thanks, I copied your line out and into my Bourne shell script and it got a syntax error. (syntax error at line 17: `BODY=$' unexpected) I changed it to: BODY=`cat -` and it worked without a s
/archive/html/info-cvs/2001-08/msg00779.html (10,160 bytes)

368. RE: loginfo parameters (score: 2)
Author: HIDDEN
Date: Thu, 16 Aug 2001 12:54:51 +1200
We use the following line in our shell script to read the standard input (from memory you can't just read lines in): BODY=$(cat -) ** Chris Cameron Open Telecommunications Ltd Product Manager IN Prod
/archive/html/info-cvs/2001-08/msg00777.html (8,509 bytes)

369. RE: loginfo parameters (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 18:34:23 -0500
Jennifer, loginfo is not a shell script itself. It calls shell scripts with parameters that are created internally by CVS and over which I appear to have no control. The problem is not that it doesn'
/archive/html/info-cvs/2001-08/msg00774.html (7,773 bytes)

370. RE: loginfo parameters (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 16:17:58 -0700
If loginfo is a shell script, perhaps you use the escape character "\" to show that the space should be used literally. example, /project/docs/use\ cases/my\ use\ case.doc Jen I'm trying to use login
/archive/html/info-cvs/2001-08/msg00773.html (5,742 bytes)

371. loginfo parameters (score: 2)
Author: HIDDEN
Date: Wed, 15 Aug 2001 17:46:14 -0500
I'm trying to use loginfo to run a script that exports a file out and then copies it somewhere. The problem is that the project team must use spaces in its directories and file names. When the parame
/archive/html/info-cvs/2001-08/msg00772.html (5,145 bytes)

372. (no subject) (score: 2)
Author: HIDDEN
Date: Mon, 13 Aug 2001 05:20:22 -0400
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id IAA01578 for <address@hidden>; Fri, 16 Feb 2001 08:25:24 +0900
/archive/html/info-cvs/2001-08/msg00635.html (9,471 bytes)

373. (no subject) (score: 2)
Author: HIDDEN
Date: Mon, 13 Aug 2001 05:19:30 -0400
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id IAA15621 for <address@hidden>; Wed, 14 Feb 2001 08:24:04 +0900
/archive/html/info-cvs/2001-08/msg00687.html (10,557 bytes)

374. Re: cvs init: CVSROOT "helloworld.cvsroot" must be an absolute path name (score: 2)
Author: HIDDEN
Date: Thu, 9 Aug 2001 11:57:28 -0700
This is ok, you just need to specify the absolute (aka full ) path to the repository. If your repository was in /var/cvs/helloworld.cvsroot, the absolute path would be /var/cvs/helloworld.cvsroot and
/archive/html/info-cvs/2001-08/msg00212.html (5,664 bytes)

375. cvs init: CVSROOT "helloworld.cvsroot" must be an absolute path name (score: 2)
Author: HIDDEN
Date: Thu, 09 Aug 2001 14:38:18 -0400
I am new to programming on linux and I was experimenting with cvs off of instructions out of a book. It told me to type "cvs -d helloworld.cvsroot init" after creating the directory ofcourse. I then
/archive/html/info-cvs/2001-08/msg00211.html (5,089 bytes)

376. Deadline for .biz & .info approaches!! (score: 2)
Author: HIDDEN
Date: Wed, 08 Aug 01 18:56:47 +1000
Dear Registrant, The most anticipated event since the first release of the dotcoms is here! If you haven't already done so it's time to pre-register your .biz and .info 'Top Level Domain Names' and s
/archive/html/info-cvs/2001-08/msg00185.html (6,637 bytes)

377. Re: Unix philosophy under the gun? (score: 2)
Author: HIDDEN
Date: Fri, 03 Aug 2001 15:19:41 -0500
When I was teaching an Intro to Unix course, I spent a bunch of time right at the beginning talking about the "Small Tool Philosophy" that Unix is based around. You kinda have to acknowledge that mu
/archive/html/info-cvs/2001-08/msg00117.html (9,779 bytes)

378. Re: Unix philosophy under the gun? (score: 2)
Author: HIDDEN
Date: Fri, 3 Aug 2001 14:58:27 -0400 (EDT)
[ On Friday, August 3, 2001 at 08:52:27 (-0400), Matthew Riechers wrote: ] Oh, but that is SO TRUE! :-) The last time I taught a large group of programmers and engineers about CVS I told them this up
/archive/html/info-cvs/2001-08/msg00114.html (8,032 bytes)

379. Re: symbolic links (score: 2)
Author: HIDDEN
Date: Thu, 2 Aug 2001 23:33:03 -0400 (EDT)
[ On Thursday, August 2, 2001 at 17:22:01 (-0700), Schwenk, Jeanie wrote: ] Nope, it's not possible. CVS only tracks the presense and absence of normal files and changes to their contents. Symbolic l
/archive/html/info-cvs/2001-08/msg00084.html (5,368 bytes)

380. symbolic links (score: 2)
Author: HIDDEN
Date: Thu, 2 Aug 2001 17:22:01 -0700
One of the engineers here wants to keep the current symbolic links associated with a file so when he checks out file, the symbolic links are still there. I found nothing in the documentation or in Fo
/archive/html/info-cvs/2001-08/msg00077.html (4,746 bytes)


This search system is powered by Namazu