Re: parsing loginfo

2002-02-15 Thread David Taylor
The question sounds familiar, though I'm not sure since I don't pay much attention to 'space in filename' problems. Maybe http://mail.gnu.org/pipermail/info-cvs/2001-August/018969.html has what you need. dtayl Rob Helmer wrote: On Fri, Feb 15, 2002 at 03:58:03PM -0500, Larry Jones wrote:

Re: cvs [commit aborted]:

2002-02-14 Thread David Hoag
only choice at this time is run the developement version of the server. Is there anything I need to do to see the recently added log messages? Where do the messages go? Standard out? - Dave [EMAIL PROTECTED] (Larry Jones) wrote in message news:[EMAIL PROTECTED]... David Hoag writes: Im

RE: Tagging

2002-02-14 Thread Daniels, David
I would keep one repository, for starters, and use tags to identify releases. There are many different ways of managing them, and I would refer you to http://www.enteract.com/~bradapp/acme/branching/ and Karl Fogel's book (relevant chapters of which can be found at http://cvsbook.red-bean.com/,

RE: Automatting cvs retrieval using Windows NT/2000 at command

2002-02-14 Thread EXT-Corcoran, David
This is based on my dealing with AT under NT 4, so caveat emptor... Check the permission of the user ID under which the AT scheduler is running; if it is system (presuming you repo is across the wire) then change it to something else as the system user doesn't have network access. Note future

Re: cvs [commit aborted]:

2002-02-14 Thread David Hoag
But you also said, many people use this CVS server. Do the server processes you see come and go (which implies that they belong to other users) or do some of them stay around forever? The processes are owned by my user id. Started when I initiate a cvs update(or commit). They linger until

Re: using files with .xls and .doc in CVS

2002-02-14 Thread David Martin
Eric, I floated a suggestion a while back that -kb should be a bit stickier; basically, it should trump sources of -k options that would otherwise be higher priority. The idea seemed to meet with general (though not universal) approval, if I recall, but nobody's written the code. Neither

Re: cvs [commit aborted]:

2002-02-13 Thread David Hoag
[EMAIL PROTECTED] (Larry Jones) wrote in message news:[EMAIL PROTECTED]... David Hoag writes: $ cvs -version Concurrent Versions System (CVS) 1.11 (client/server) ... more version info $ ssh -l dhoag 192.168.0.1 cvs -version Concurrent Versions System (CVS) 1.11

RE: using head revision in branch after add on branch

2002-02-13 Thread Thornley, David
-Original Message- From: C. Wienberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 4:07 AM To: [EMAIL PROTECTED] Subject: Re: using head revision in branch after add on branch Hi Greg, You can only check them in into _one_ module. Of course -- that's

RE: Hierarchical team integration in CVS

2002-02-13 Thread Thornley, David
-Original Message- From: Earl Williams [mailto:[EMAIL PROTECTED]] Pierre Asselin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Adapt your tree structure. Do *not* mix files from teams A and B in a single directory, CVS won't handle that

Re: HOW TO ---- UNSUBSCRIBED

2002-02-13 Thread David Hoover
I'm also interested in unsubscribing. First it is not clear how to do this from the URL pointed to at the end of the e-mail. But also to unsubscribe I need my password which I have forgotten. It is apparently is mailed to me once a month. I think I must have missed getting it. Does anyone

Re: Readonly

2002-02-12 Thread David Fuller
are you by chance using WinCVS? Or perhaps someone has set up a .cvsrc file somewhere? vvor wrote: Help. I have tried for several eons to turn off read-only permissions. CVSREAD is set to no. there don't seem to be locks or watches. I tried cvs -w co modulename. I tried cvs -w -f co

cvs [commit aborted]:

2002-02-07 Thread David Hoag
I can not commit - Here's an example session: CVS server is on solaris, CVS client is on RedHat, Win98, or Win2k. I am behind a Nat router when accessing the cvs server (I've change the IP of the CVS server to protect the innocent). $ cvs -version Concurrent Versions System (CVS) 1.11

RE: cvs advice

2002-02-07 Thread Daniels, David
First, get Karl Fogel's excellent 'Open Source Development with CVS'. Create a test repository with some dummy modules and do some experimentation. Concentrate on the concepts and the syntax will come. It's really not too hard once you get the hang of it. Dave -Original Message- From:

Re: Problem with recursive cvs edit command

2002-02-07 Thread David Fuller
There are a lot of weird behaviors with ampersand modules because they aren't fully implemented. This appears to be one of them. On Wed, 6 Feb 2002, Dan wrote: OK, I'm new to cvs, and think I've got everything working except for one peculiarity. I've got a modules file that looks like:

Re: cvs [commit aborted]:

2002-02-07 Thread David Hoag
More information: When I SSH to the CVS server I see many CVS SERVER processes on the box (via ps -ef ). This problem appears to happen only from one set of IPs. While many people use this CVS server, I'm the only one experiencing problems ( and from only 1 location ). I have no problems with

RE: how to change a rev number

2002-02-06 Thread Thornley, David
-Original Message- From: Shane McDaniel [mailto:[EMAIL PROTECTED]] I accidently checked in a file with the wrong rev number. How do I go about changing the rev number in the DB? Is there an easier way than checking the rev out, removing it from the DB and putting it

username in CVSROOT going unheeded in winCVS

2002-02-05 Thread EXT-Corcoran, David
I'm using the .rhost method for CVS with winCVS (W2K). Problem: The username seems to be unheeded, i.e. when I examine the log portion of the modified file it indicates that ipmds* (see below) was the author of the change rather than davec%. My CVSROOT within the winCVS tool is shown as

branch deleted but still needed

2002-02-05 Thread Daniels, David
We had a developer accidentally delete a branch from our repository today. Using WinCVS, we're able to produce a graph that shows the branch apparently still exists, but is not named. Is there a way to restore the branch (i.e., restoring the name) so we can continue to reference it as before?

RE: cvs (or something!) on very large scales with non-source code objects

2002-02-01 Thread Daniels, David
I think CVS would probably do quite well for the system you're describing. You're already doing a primitive form of versioning when you rename the files to FILE..mm.dd.hh.mm. -Original Message- From: Nigel Kerr [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 9:25 AM To:

Re: info needed for 3 way merging

2002-02-01 Thread David Masterson
run emacs in batch to do this process. I haven't used it, but doesn't run-ediff-from-cvs-buffer in the ediff package provide what you want? -- David Mastersondmaster AT synopsys DOT com Sr. RD Engineer Synopsys, Inc. Software Engineering Sunnyvale, CA

RE: reserved checkout

2002-02-01 Thread EXT-Corcoran, David
pardon my abject ignorance on all of this... But could you use uuencode and uudecode? The deltas may be *HUGE* but it might be worth a lookit. --@@ ~ DavidC The real truth of the matter is, and you and I know, that a financial element in the large centers has owned the government of the

RE: DIfferent workspace directories than repository...

2002-01-30 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:50 PM To: [EMAIL PROTECTED] Subject: DIfferent workspace directories than repository... Hope I can get some help here... I've used CVS for awhile now, but I have never

RE: DIfferent workspace directories than repository...

2002-01-30 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 10:19 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: DIfferent workspace directories than repository... Um, why do you need this specific layout in the

RE: URGENT: Initial revision number for CVS.

2002-01-28 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:46 AM To: [EMAIL PROTECTED] Subject: Re: URGENT: Initial revision number for CVS. I have a similar problem. At our company we have Sources that we want to put under CVS

Re: merge issue

2002-01-28 Thread David Taylor
Schwenk, Jeanie wrote: I have read and reread the documentation. I must be missing something. Even when he follows my directions, the merge is not what he expects. He does not want to ask the list for help because (and this is a quote) it is like asking for directions. I often ask for

listing available modules from a server

2002-01-24 Thread Louis-David Mitterrand
Sorry if this is a FAQ (which I couldn't find in the FAQ): How can I get a list of modules available for checkout from a cvs server? Is there a cvs command for that? TIA -- PANOPE: Déjà, de sa présence avec honte chassée, Dans la profonde mer OEnone s'est lancée.

race condition?

2002-01-22 Thread David Hugh-Jones
One of our developers pointed out that cvs commit foo bar followed by cvs rtag I_just_uploaded_this foo bar contains a race condition. Someone else might have committed between the two tags. Assuming we want to use tags as a way of assigning blame, is there a way round this? david

RE: race condition?

2002-01-22 Thread Thornley, David
-Original Message- From: David Hugh-Jones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 11:38 AM To: [EMAIL PROTECTED] Subject: race condition? One of our developers pointed out that cvs commit foo bar followed by cvs rtag I_just_uploaded_this foo

RE: Basic usage question

2002-01-21 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 20, 2002 9:01 PM To: [EMAIL PROTECTED] Subject: Re: Basic usage question In article [EMAIL PROTECTED], Wade Williams wrote: Myself and another programmer are working on a project.

Re: About playing with sticky dates, the art with no cvs dir

2002-01-08 Thread David D
I think the only way is to do it bu hand. I explain : Even If I make a diff beetween : the result of merge of copy1 n cvs and copy2 the code substract issue to the diff beetween copy1+cvs and copy2 can correspond to : the code wich was added when copy1 merge to cvs or ths code which was surely

howto rename a dir ?

2002-01-07 Thread David D
Hi, The first import of a module countains a dir with a misspell, so I search a method for renaming a dir in the repo. The only way is to delete in the fs, cvs delete, rename in the os , and cvs add, cvs commit ? Is there a cvs admin way ? thanks.

About playing with sticky dates, the art with no cvs dir

2002-01-07 Thread David D
Hello, I have a problem, I ask for advise in order not do serious mistake. I make a working copy for a website for a designer, he works on it, but remove the CVS dir which are important information for the communication with cvs server. I know the date when i give it to him. So I apply the

Re: howto change into bin file, file that are text in the repository

2002-01-06 Thread David D
I found a way is to copy files in a temp dir, then remove in the fs cvs remove them, committing and cvs add them with the correct stiky option, it s very long i hope somrthing better, because I hav many files. I had binaries into the repository as text. It's web pictures. And I want them to

Re: howto change into bin file, file that are text in the repository

2002-01-06 Thread David D
thanks again larry, yes I see this command cvs admin -kb ... on the web very useful for my pb. I notice a think I have several files scheduled to be added, i make a cvswrapper file and when I commit them they receive what is called the sticky option -kb, so no admin command to pass. thanks

how to list all conflits into a huge dir struture

2002-01-05 Thread David D
Hi, I have a project with many dir and with deep levels. I have resolve some conflcts that I can see just in default dir. I make a commit and he finds me other that I didn't see. The commit took a lot of time, so I want to no longer forget eventual conflits n correct them before launching

howto change into bin file, file that are text in the repository

2002-01-05 Thread David D
I had binaries into the repository as text. It's web pictures. And I want them to be in binaries, furtunetly I keep them in my working dir. How can i tell the repo to consider them as bin... For not making the error again I make a cvswrapper but it was to late. thanks.

Re: how to list all conflits into a huge dir struture

2002-01-05 Thread David D
Yes I have it wincvs, I see the flat mode, i see a menu called macro with some useful fonctions. But where hav u find the list of conflicts ? It s a great tools with a lot of features. thanks. ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Accidental -kb option used when adding a text file

2002-01-05 Thread David D
I have the reversed problems, I had binaries into the repository as text. It's web pictures. And I want them to be in binaries, furtunetly I keep them in my working dir. How can i tell the repo to consider them as bin... For not making the error again I make a cvswrapper but it was to late.

Repository directory/file restructuring (delete/move)

2002-01-04 Thread David A. Desrosiers
I've been reading up on the various methods to move files and directories around in the repository, and I haven't yet found a workable solution to what I'm trying to achieve with one of my public projects. I have a repository which contains a structure similar to the following:

error checking out codes

2002-01-03 Thread David Churches
on? Thanks in advance, David Churches. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Validate html file before to commit.

2002-01-03 Thread Thornley, David
-Original Message- From: Franck Marchand [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 5:14 AM To: [EMAIL PROTECTED] Subject: Validate html file before to commit. Hi all Someone has a script to check a file before to commit it in cvs ? I would like to do

Re: About merging when no CVS dir are present (David D)

2002-01-02 Thread David D
Yeah it's cvs update -A (the most recent version of files), here I have conflicts : One of them was about I have a production and a dev verson of a file. I was adviced to make a makefile : my file config.php no longer belong to cvs, I would hava a config.template n make a : make prod : sed

About merging when no CVS dir are present

2002-01-01 Thread David D
Hello, I make a post a few weeks ago, some of u respond me with : I work with a designer fot my site, I give him a version of my site not tagged I think. He remove all the cvs dire he s got on it an d gave me his job. 1. Checkout a copy of the module based on date/time using -D. Use the date

viewing all tags

2001-12-21 Thread David Hugh-Jones
hi all Is there a simple way to view all the tags that have been created in a repository? David ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: 1.9MB attachments (was Re: Wincvs download)

2001-12-20 Thread Thornley, David
-Original Message- From: Marcel van der Boom [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:29 AM To: Scott McDermott Cc: [EMAIL PROTECTED] Subject: Re: 1.9MB attachments (was Re: Wincvs download) Configuring the mailing-list to limit or forbid attachments

diff after update

2001-12-20 Thread David Hugh-Jones
old uncommitted version, and the new version created by the update? David ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Possible modifications to CVS.

2001-12-18 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Possible modifications to CVS. [EMAIL PROTECTED] writes: Is it possible to checkout multiple files

Re: significance of -n option in rtag

2001-12-18 Thread David Taylor
Sangeetha Parthasarathy wrote: Hi, could any of you please explain to me the significance of '-n' option in rtag cvs -H command displays a usage message explaining all the options of command. (To get a list of all CVS help commands: cvs --help) For example cvs -H rtag displays: -n

Re: significance of -n option in rtag

2001-12-18 Thread David Taylor
David Taylor wrote: For example what os the difference between cvs rtag VersionNumberOne SManagerand cvs rtag -n VersionNumberOne SManager The first command tags, the second doesn't. dtayl Wrong. That should be The first should execute taginfo, the second shouldn't. I

Re: recursive add

2001-12-17 Thread David D
I m not an expert of nix command but : What the purpose of xargs, it redistribute the output of the command before | to the commande after ? a+ Karl E. Jorgensen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... ___ Info-cvs mailing

Re: could cvs make auto delete/add file judging from my revision ?

2001-12-14 Thread David D
Benediction, like in my native language (french), babylon told me it exists with the same meaning in english, isn t it in american ? thanks Larry Jones [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... David D writes: How to auto add these files ? cvs add *. You'll get

could cvs make auto delete/add file judging from my revision ?

2001-12-13 Thread David D
Euh ? indicates something added. How to auto add these files ? How to auto delete files that are not present any more ? Is there an option in the cvs commit ? I can understand that developers think it s a bad idea cause of mustakes it can bring, but in my case, having sevral files at lot of

cvsweb download problem

2001-12-12 Thread David Everly
I have the latest cgi script from http://www.idaemons.org/~knu/cvsweb/ and am running it with cvs 1.11.1p1 and rcs 5.7 on sun solaris 2.8 with iplanet enterprise server 6.0SP1. Everything seems to work (including annotate), with the exception of clicking on a revision or download link. When

How to merge with my cvs

2001-12-12 Thread David D
Hello, I've got a problem taht I don t know how to resolve ! I work with a designer fot my site, I give him a version of my site not tagged I think. He remove all the cvs dire he s got on it an d gave me his job. I dont know how to merge difference know, because the repository dont know for

RE: ScanMail Message: To Recipient virus found and action taken.

2001-12-11 Thread Thornley, David
detected a virus in an email attachment. [Thornley, David] This is not called for. The info-cvs list frequently has perl scripts sent around, and it is not reasonable to complain about it. It is reasonable to delete perl scripts from incoming mail if that is your desire. However, issuing email

RE: cvs co error: No space left on device

2001-12-07 Thread Thornley, David
-Original Message- From: Vinh Cao [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: cvs co error: No space left on device Hello All, Our Linux cvs server is working great for the pass two years. For the pass couple week it

Re: Is this possible? More Info

2001-12-06 Thread David Taylor
Don Weeks wrote: I need to pass this info over to another system, perhaps the problem reporting tool or the project management tool: PR# 321 was solved by adding foo.c version 3.2.1 and foo.h version 3.3.1. These now have the tag REL3.2 (This implies that if I checkout all the

[ANNOUNCE] CVSps - patchsets for cvs (new tool)

2001-12-06 Thread David Mansfield
. It is quite stable and has a feature set derived from users requests. If you try it, and have either success or failure, like it or hate it, I'd love feedback! Thanks. David -- /==\ | David Mansfield | | [EMAIL PROTECTED

Re: Is this possible? More Info

2001-12-06 Thread David Taylor
David Taylor wrote: Don Weeks wrote: I need to pass this info over to another system, perhaps the problem reporting tool or the project management tool: PR# 321 was solved by adding foo.c version 3.2.1 and foo.h version 3.3.1. These now have the tag REL3.2 (This implies

Re: copy repository to a new cvs-server

2001-12-04 Thread David Taylor
Wolfgang Kormann wrote: hi, I have a new cvs-server and I want to copy the whole repository from the old to the new server. The newest cvs-version is installed and running on the new one. What is the best way to do this? See http://mail.gnu.org/pipermail/info-cvs/2001-June/016556.html

cvswrappers for text files with no merging allowed

2001-12-03 Thread David Everly
I'm struggling to know what to put in cvswrappers: I have text files, but they should never be merged. Should I then use * -k 'o' -m 'COPY' or should I use * -k 'b' -m 'COPY' and does the -m 'COPY' actually have an effect? The files have already been checked in, so how do I use cvs admin

merging branch into trunk while keeping trunk fixes

2001-12-03 Thread David Everly
I have branch MY_BRANCH and HEAD development. There have been fixes to HEAD and new development that does not have these fixes on MY_BRANCH. It seems that the fixes to HEAD are not retained when, in my HEAD work area, I do cvs update -j MY_BRANCH. Instead, files which seem to have not changed

Re: merging branch into trunk while keeping trunk fixes

2001-12-03 Thread David Everly
Please disregard this, I think I fat-fingered something here, because now it works for me the way I think it should. On Mon, Dec 03, 2001 at 11:09:02AM -0700, David Everly wrote: I have branch MY_BRANCH and HEAD development. There have been fixes to HEAD and new development that does not have

Re: cvswrappers for text files with no merging allowed

2001-12-03 Thread David Everly
: David Everly writes: I have text files, but they should never be merged. Then why are you using CVS? Should I then use * -k 'o' -m 'COPY' or should I use * -k 'b' -m 'COPY' and does the -m 'COPY' actually have an effect? You don't want keyword expansion, either? You

Re: How to bring a branch back on a file when the tag has been moved

2001-11-30 Thread David Everly
I don't like moving or deleting tags, so I have the following taginfo script: #!/bin/sh ## ## do not allow anyone to move or delete tags ## if [ $2 = mov ] ; then echo ---Please do not try to move or change existing tags. exit 1 fi if [ $2 = del ] ; then echo ---Please do not try to

Re: nonmergeable file needs merge

2001-11-29 Thread David Everly
By the way, the reason I'm using -k 'b' is so that there is no substitutionbut these should be all mergeable text files. On Thu, Nov 29, 2001 at 04:12:18PM -0700, David Everly wrote: My cvswrappers has: * -k 'b' Then I started getting cvs update: nonmergeable file needs merge. So I

nonmergeable file needs merge

2001-11-29 Thread David Everly
My cvswrappers has: * -k 'b' Then I started getting cvs update: nonmergeable file needs merge. So I tried: * -k 'b' -m 'MERGE' However, the problem still happens...possibly because all the files were checked in on the earlier configuration. What is the setting I really want here, and how do

Re: nonmergeable file needs merge

2001-11-29 Thread David Everly
Thanks...this fixed it... On Thu, Nov 29, 2001 at 04:12:05PM -0800, Paul Sander wrote: Have you looked into using -ko for this purpose? --- Forwarded mail from [EMAIL PROTECTED] By the way, the reason I'm using -k 'b' is so that there is no substitutionbut these should be all

CVS problem

2001-11-28 Thread David Churches
anybody know where I an going wrong? Thanks very much, David Churches. - David Churches Department of Physics and Astronomy Cardiff University, PO Box 913, Cardiff, CF2 3YB, U.K. Phone: + 44-29-20874785, 20875121 (direct line) Fax: + 44

RE: Revision on a Branch

2001-11-28 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 1:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Revision on a Branch [EMAIL PROTECTED] writes: ex . I would like to update to ver: 1.4 on a branch

RE: Can we find all the branches on a module through some script?

2001-11-27 Thread Thornley, David
-Original Message- From: Jerry Nairn [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 4:34 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: Can we find all the branches on a module through some script? From: jsk-intoto [mailto:[EMAIL PROTECTED]] Sent:

Re: Need cvs binaries for sun solaris...

2001-11-23 Thread David Taylor
Thirumal Raj wrote: hey.. I need binaries of cvs to install in sun solaris system .PLS help me where can i get that binaries or installable files so that i can build it. http://www.cvshome.org/dev/codeunix.html ___ Info-cvs mailing list [EMAIL

RE: A newbie question about branches

2001-11-20 Thread Thornley, David
-Original Message- From: Elbert Andrés Messa Díaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 7:23 AM To: [EMAIL PROTECTED] Subject: A newbie question about branches I have a project under CVS version control. Right now I am planning to make a dramatic change

Re: Using Common files across multiple projects

2001-11-20 Thread David Taylor
Thomas Frasher wrote: Hi all, I'm trying to change the repository that we are using here. There are several projects that use some of the same files, headers and .cpp files. Ideally I would like the checkout to get the files automatically, whether they are in a different repository (i.e.

Re: Request to add ability to list files in cvs repository

2001-11-20 Thread David Taylor
I find viewcvs ( http://viewcvs.sourceforge.net ) does a fine job of displaying this info. dtayl Kerry Keal wrote: Hi, What I would like is a cvs command to list files in a cvs repository, maybe something like: cvs ls . The command should support the common command flags (-D -l -r ) such

A problem configing Hosts.sam in ME?

2001-11-09 Thread David McNaught
I am having problems getting ME to recognize the new server added to Hosts.Sam. I believe the syntax is right IPSPACEALIAS I can ping the localhost obviously under same exact format. But the added server will not ping by its alias only the direct ip. Its not recognizing the added host.

Re: cvs-1.11.1p1 binary installer

2001-11-02 Thread David Taylor
http://www.cvshome.org/dev/codeunix.html has links to binaries for Solaris 2.5.1 and 2.6. I've built a Solaris package under 2.7 if you need it. dtayl Li, Jerry wrote: Hi, All: Could anybody in this list tell me where I can download a binary installer of cvs-1.11.1p1 for Solaris 7? I

Re: CVS - setup reserved checkout

2001-10-30 Thread David Masterson
, then the development environment is broken (well, if not broken, certainly very hampered). Brad Appleton's papers on SCM patterns provide a good start at understanding how to setup your policies and patterns: http://www.enteract.com/~bradapp/acme -- David Mastersondmaster AT synopsys

Re: CVS - setup reserved checkout

2001-10-29 Thread David Gravereaux
with good communication among the developers. Responsibility of certain sections of code is usually divvied among just a few people. Strict locking might hurt the need for good communication among a group. -- David Gravereaux [EMAIL PROTECTED] $ make war make: *** No rule to make target `war'. Stop

Re: pvcs2cvs.pl

2001-10-28 Thread David Martin
David, - Original Message - From: David Everly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 6:12 PM Subject: pvcs2cvs.pl I ran the following on a copy of my pvcs archives: pvcs2cvs.pl -r flat -p flat Then copied all the *,v files into a cvs root

pvcs2cvs.pl

2001-10-24 Thread David Everly
I ran the following on a copy of my pvcs archives: pvcs2cvs.pl -r flat -p flat Then copied all the *,v files into a cvs root directory which I then did 'cvs init' on. Should I have taken a different approach here? There was a pvcs floating label which originally was defined as 1.* which got

RE: CVS Sharing

2001-10-23 Thread Thornley, David
-Original Message- From: Bryon Lape [mailto:[EMAIL PROTECTED]] Ah, the typical Unix answerroll your own... If you would prefer the typical non-Unix answer, please send me a thousand dollars and I'll tell you the product doesn't do that. If you insist enough, for extra money I'll

stopping 'cvs tag -b'

2001-10-18 Thread David Everly
Since I didn't see any responses, I thought I would ask this once more: How can I keep users from doing 'cvs tag -b' and still allow 'cvs tag' I'm aware of CVSROOT/taginfo, but I don't see any arguments that indicate whether it will create a branch or not. $2 only has 'add', 'mov', 'del'.

RE: CVS export

2001-10-18 Thread Thornley, David
-Original Message- From: Lee Sau Dan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 12:23 PM To: [EMAIL PROTECTED] Subject: Re: CVS export This message uses a character set that is not supported by the Internet Service. To view the original message content,

GNU expr

2001-10-17 Thread David Everly
Is GNU expr required for CVS or only for the 'make check' testing of CVS? ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: CVS a Web site

2001-10-17 Thread Thornley, David
-Original Message- From: Jason Purdy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: CVS a Web site Hi, What is a good scheme of automating synchronization between a CVS repository and a Web site (or does a

Re: Cygwin CVS: local server: storing existing directory

2001-10-16 Thread David M. Karr
. -- === David M. Karr ; Best Consulting [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004) ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

RE: CVS - setup reserved checkout

2001-10-15 Thread Thornley, David
-Original Message- From: Bryon Lape [mailto:[EMAIL PROTECTED]] Wrong. Kaz Kylheku wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: You need to ask yourself why your group is experiencing so many conflicts while so many other groups (thousands?) are

RE: Handling project documentation using CVS

2001-10-15 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: Handling project documentation using CVS Hello all, I was wondering if some of you nice people could give me some feedback on an issue

Re: Cygwin CVS: local server: storing existing directory

2001-10-14 Thread David M. Karr
David == David M Karr [EMAIL PROTECTED] writes: David (I sent this to the list on 10/12, but I never saw it. I have the option set David to get my posts sent to me.) David This should be a no-brainer, but I just can't get my CVS setup going. David I'm on Win2k, with Cygwin

Re: cvs [login aborted]: connect to 216.254.34.156:2401 failed: Connection timed out

2001-10-13 Thread David Delbecq
this is very difficult. In my case, nobody seems to be able to tell me who the hell is the firewall administrator. So i can't CVS from school Hope this will disespair you, David Delbecq ___ Info-cvs mailing list [EMAIL PROTECTED] http

Cygwin CVS: local server: storing existing directory

2001-10-13 Thread David M. Karr
sgs cvs [checkout aborted]: must specify at least one module or directory % cd sgs % cvs checkout sgs cvs [checkout aborted]: must specify at least one module or directory So what am I doing wrong? -- === David M

RE: CVS - setup reserved checkout

2001-10-12 Thread Thornley, David
-Original Message- From: Bryon Lape [mailto:[EMAIL PROTECTED]] The benefits add up to zero. Now, if it did method locking, that would be helpful, protective AND productive. Without some sort of locking, having developers waste time with doing merging by hand is

RE: CVS - setup reserved checkout

2001-10-12 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: RE: CVS - setup reserved checkout [ On Friday, October 12, 2001 at 09:35:58 (-0500), Thornley, David wrote: ] Subject: RE: CVS

RE: CVS - setup reserved checkout

2001-10-12 Thread Thornley, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 1:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: CVS - setup reserved checkout One would hope that one's shop is not using the same branch for both maintenance

Cygwin CVS: local server: storing existing directory

2001-10-12 Thread David M. Karr
[checkout aborted]: must specify at least one module or directory So what am I doing wrong? -- === David M. Karr ; Best Consulting [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004

Re: Freezing CVS tags

2001-10-12 Thread David Everly
I'm thinking that what I do works to not allow tag changes: First, I define a 'cvsadmin' group. Second, I place this line in $CVSROOT/CVSROOT/taginfo: ALL $CVSROOT/CVSROOT/tagrules.sh Third, I place tagrules.sh in my $CVSROOT/CVSROOT/checkoutlist Fourth, my tagrules.sh looks like this:

Re: Web interfaces that supports the CVSROOT/modules

2001-10-11 Thread David Fuller
bump it up on my priority list a couple notches. -- David F. Rich Wittmer wrote: I have a developer that is interested in a web interfaces that supports the CVSROOT/modules file to display the directory representation rather than the actual set of directories. Does anyone know

Re: CVS - setup reserved checkout

2001-10-10 Thread David Masterson
about reserved checkouts of a file or an entire product? -- David Mastersondmaster AT synopsys DOT com Sr. RD Engineer Synopsys, Inc. Software Engineering Sunnyvale, CA ___ Info-cvs mailing list [EMAIL PROTECTED

checkout wincvs 1.2

2001-10-09 Thread David Badstübner
: Server: /cvstric/CVSROOT /cvstric/seiten What am ie doing wrong. Where can i find help? Kind regards David Badstuebner [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

<    1   2   3   4   5   6   7   8   >