Unknown Host error

2005-06-09 Thread John Molesky
installed activeperl as described in the install doc. Thanks for any help. -John -- -- Visit our Internet site at http://www.reuters.com To find out more about Reuters Products and Services visit http://www.reuters.com

Re: Putting a directory into CVS

2005-04-23 Thread John Beranek
second level directory /home/andrew/tools/tools $ ls tools 1 2 $ cd tools $ cvs import tools TRUNK Initial Done. That will give you the directory tools off the root of the repository, with 2 files in it. John. -- John Beranek To generalise is to be an idiot. http

Re: Mail diffs on commit

2005-04-14 Thread John Beranek
://sourceforge.net/projects/cvs-syncmail for a ready made solution. John. -- John Beranek To generalise is to be an idiot. http://redux.org.uk/ -- William Blake ___ Info-cvs mailing list Info-cvs@gnu.org

Severe speed problems with binary files

2005-04-13 Thread John Beranek
ideas? John. -- John Beranek To generalise is to be an idiot. http://redux.org.uk/ -- William Blake ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Severe speed problems with binary files

2005-04-13 Thread John Beranek
Larry Jones wrote: John Beranek writes: We use the CVS server via pserver, but generally the client is run on the server machine. Does it make any difference if you run in local mode rather than client/ server mode? -- time

Re: Severe speed problems with binary files

2005-04-13 Thread John Beranek
will the subsequent cvs up -jOLDVER -jNEWVER copy the new revision onto the trunk? If so, I guess it'd also double the size added to each repository file for a change. 3) Rewrite CVS to better handle binary files. Not something I have the knowledge or time to do... John. -- John Beranek

Tuning CVS performance.

2005-02-13 Thread John Carter
and pulling our Post-version 1.0 trail into a new module. Is there any tool to do that? And would it speed things up? John Carter Phone : (64)(3) 358 6639 Tait ElectronicsFax : (64)(3) 359 4632 PO Box 1645 ChristchurchEmail : [EMAIL

#cvs.locks directories multiplying

2005-02-11 Thread John Davin
a standard CVS dir, and usually another #cvs.locks dir. Anyone have any ideas? This is sorta annoying, and I can't switch to subversion. -John ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Is there a separate user group for WinCVS or can WinCVS questions be posted here?

2005-01-07 Thread Hines, John
Title: Is there a separate user group for WinCVS or can WinCVS questions be posted here? I've got a couple of stupid user questions. I inherited a project that has a CVS repository but nobody with any CVS or WinCVS knowledge other than how to the simplest things. Thanks, John Hines [EMAIL

CVS and NetBeans 4.0 IDE

2004-12-30 Thread John Ericsson
Does anyone know a good tutorial link for configuring Java NetBeans IDE 4.0 on Windows to a CVS on a Linux through SSH ? Thanks John Ericsson ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

backup of a cvs repository

2004-12-12 Thread John
Hi To do a backup of a CVS repository, we have to lock it. Is it enough to put a #cvs.rfl in $CVSROOT ? Thanks John. ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Two different platforms sharing common code base: How to do so?

2004-11-29 Thread McNamee, John
makefile and a dirs file with the source code, and create a subdirectory just to hold the Windows makefile and sources file. When defining the SOURCES macro, just prefix all the filenames with ..\. --John ___ Info-cvs mailing list [EMAIL PROTECTED

Please Help with cvs co -pr

2004-11-15 Thread John Elgin
Can somebody please try the following on 1.11.17 or 1.11.18 and let me know the results? cvs rtag testtag CVSROOT/modules cvs co -pr testtag CVSROOT/modules Thanks, John C. Elgin ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org

Problem doing cvs co -pr tag

2004-11-14 Thread John Elgin
and pserver access. John C. Elgin ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Can't synchronize between WSAD and CVSNT correctly

2004-11-02 Thread John
the server on the AS400 as locale workspace. Any suggestion to this procedure/idea? Thanks for your answers. John ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

WinCvs status window question

2004-08-12 Thread John E
On my all but one of my Windows machines I can see the docked status window. On one, I cannot. How do you make this window visible? Thanks ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

WinCvs status window question

2004-08-12 Thread John E
Just a clarification, I refereing to the output window when I said status window. ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

syslog facility in cvs 1.12.9

2004-07-19 Thread John Carroll
cvs_host cvs[12345]: [ID 123456 mail.info] connect from host.domain thanks, john ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

listing new files in a local directory

2004-06-29 Thread John Hanny
Hey, I'd like a cvs command that tells me what files in the current directory are new. One hack that I've been using is cvs update. The files that are prefixed by '?' are new. Unfortunately, this has the side-effect of updating my local directory files if they have been changed in the repository.

Re: Problem with branching

2004-05-17 Thread John Carter
+-++-++-++-++-+ ! ! ! +-++-++-+ Branch 1.2.4 - +---! 1.2.4.1 !! 1.2.4.2 !! 1.2.4.3 ! +-++-++-+ John Carter Phone : (64)(3) 358 6639 Tait ElectronicsFax : (64)(3) 359 4632

RE: RES: CVS import

2004-04-15 Thread McNamee, John
It does. It's called `cvs add': $ find . -exec cvs add {} \; flame heat=50% Unfortunately, the whole world doesn't run Unix... C:\foo\barfind . -exec cvs add {} \; 'find' is not recognized as an internal or external command, operable program or batch file. It's no big deal to get a

RE: RES: CVS import

2004-04-15 Thread McNamee, John
On April 15, 2004 at 1:08 PM, Geoff Beier wrote: On Apr 15, 2004, at 1:34 PM, McNamee, John wrote: flame heat=50% Unfortunately, the whole world doesn't run Unix... ... you're not running in the cygwin environment on Windows, Let's just say that cygwin is not universally admired. I'd

RE: CVS import

2004-04-15 Thread McNamee, John
On April 15, 2004 at 1:34 PM, Frederic Brehm wrote: At 01:34 PM 4/15/2004, McNamee, John wrote: I've never understood why cvs add doesn't have the option to work recursively when most other cvs commands do. This issue keeps coming up on info-cvs. You can always submit a patch. I believe patches

[Q] Vendor Branches and Updates

2004-03-19 Thread John Muller
Title: [Q] Vendor Branches and Updates Supposed we have two files from a module (file1 and file2). file1 has been locally modified, but file2 has not. If I attempt to merge both of these files (in one import command). What happens to file1? 1) Does it become the head revision

newbie admin question.

2004-02-20 Thread Hayles, John
can use to cancel his edit so we stop receiving these messages? Thanks! John Hayles ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Cannot connect to remote CVS server

2004-02-17 Thread John Nichel
Hello list, I recently installed cvs 1.11.13 (from source) on a Red Hat 9 box, and am having issues connecting from remote machines. My setup is below... CVSROOT is set to /webserver/vhosts with these lines in /etc/profile... CVSROOT=/webserver/vhosts export PATH USER LOGNAME MAIL HOSTNAME

Re: Cannot connect to remote CVS server

2004-02-17 Thread John Nichel
Geoff Beier wrote: snip Why are you specifying /CVSROOT as your CVSROOT remotely when you've specified /webserver/vhosts locally and in your pserver config? Try it with /webserver/vhosts. HTH, Geoff That was it. Thank you. -- By-Tor.com It's all about the Rush http://www.by-tor.com

Re: Cannot connect to remote CVS server

2004-02-17 Thread John Nichel
Larry Jones wrote: John Nichel writes: server_args = -f --allow-root /webserver/vhosts pserver That should be --allow-root=/webserver/vhosts. In my reading, I think this argument will allow the user 'root' to connect/change/etc to CVS. Is this correct? If this is the case, and I

Can't connect to my server...

2003-11-27 Thread John Wards
restarted my computer help! Cheers John ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Please help..

2003-11-26 Thread John Wards
in advance!! Cheers John ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

CVS Renames files during commit failure?

2003-11-18 Thread John Muller
Title: CVS Renames files during commit failure? Hi, I go to commit a group of files and it fails since the commit check script on the server fails. However it renames some source (ie DebugServer.cpp to .new.DebugServer.cpp). Any ideas why? I'm running cvs 1.10 on win 2k. thanks jsm

CVS Manual, section 2.9.2

2003-03-25 Thread John Daues
In the CVS manual, in section 2.9.2 Connecting with rsh, it says: --- For example, suppose you are the user `mozart' on the local machine `toe.example.com', and the server machine is `faun.example.org'. On faun, put the following line into the file `.rhosts' in `bach''s home directory:

Re: CVS Manual, section 2.9.2

2003-03-25 Thread John Daues
Thanks for taking care of the 'bug'. I don't know enough about it yet to know what to choose (rsh, ssh, other?) Maybe if I tell y'all the basics of the system, you can say which. Server is a P3 machine running Red Hat 8.0 sitting on the LAN. Clients are 3 users. Two running Win2k, One with RH

CVS Server on RH 8.0

2003-03-20 Thread john
, but it said the a newer package (something like automake-1.6.1) was already installed. It may be the case the CVS is already installed as part of RH8.0...or not. Either way, I don't know how to proceed I didn't see any installation instructions at the cvshome.org page. Thanks for any help, John

Re: rdiff -l on Redhat 8.0

2003-03-07 Thread John Coers
What is the timetable for the next release? Will this fix be in the next release? Larry Jones wrote: John Coers writes: cvs rdiff -l does not seem to work on Redhat 8.0 with either cvs v1.11.2 or 1.11.5. It does a recursive check despite the -l. The -l worked fine on Redhat7.1 using cvs v1.11

rdiff -l on Redhat 8.0

2003-03-06 Thread John Coers
Hi, cvs rdiff -l does not seem to work on Redhat 8.0 with either cvs v1.11.2 or 1.11.5. It does a recursive check despite the -l. The -l worked fine on Redhat7.1 using cvs v1.11. Is this a known problem? am I doing something wrong? or do I win a prize?

Re: rdiff -l on Redhat 8.0

2003-03-06 Thread John Coers
By the by, rdiff -l also works properly on cvs v1.11 on Redhat8.0. Is there a reason I should NOT stay with 1.11 on RH8? John Coers wrote: Hi, cvs rdiff -l does not seem to work on Redhat 8.0 with either cvs v1.11.2 or 1.11.5. It does a recursive check despite the -l. The -l worked fine

Vendor Branches

2003-01-04 Thread John Birtley
ither does nothing, or reports 'up-to-date check' failures. Is what I am hoping to do impossible? Anybody dealt with a similar scenario? Many thanks IA. John. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Query about removed files

2003-01-04 Thread Johnny John
Exactly as you say. How can I get the state of the first to be dead again? Do another remove? At 05:22 PM 1/4/03 -0500, Larry Jones wrote: Johnny John writes: When I do a cvs status, I obtain the following. Query: why is the status different for the two

RE: Vendor Branches

2003-01-04 Thread John Birtley
[mailto:[EMAIL PROTECTED]] Sent: 04 January 2003 23:25 To: John Birtley Cc: [EMAIL PROTECTED] Subject: Re: Vendor Branches [ On Saturday, January 4, 2003 at 20:05:46 (-), John Birtley wrote: ] Subject: Vendor Branches The problem is that I want to be able to copy the latest version

Query about removed files

2003-01-03 Thread Johnny John
Hello: I have two files that were removed from the repository using cvs remove (I believe). When I do a cvs status, I obtain the following. Query: why is the status different for the two? === File: no file file1.s

Newly added files in a branch

2002-11-18 Thread Johnny John
Hello: I'm wondering if CVS treats files newly added in a branch specially. Say I have a branch A created some time ago. My mainline moves along, and at some point later, I want to re-sprout the same branch off the mainline tip. Typically I do this as follows. (a) I'm working happily in

(no subject)

2002-10-15 Thread John Noronha
How can one remove a branch after merging it with the main branch ? Thanks, John ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

different behaviour for local vs remote repositories?

2002-09-02 Thread John Sellens
indicated the added file, while the local repository case didn't. This cvs command claims to be Concurrent Versions System (CVS) 1.11.1p1-FreeBSD (client/server) My question: Is this the expected behaviour? Is there a way to cause the same behaviour with a local repository? Thanks very much John

Re: a question about defining modules

2002-08-27 Thread Johnny John
Message: 4 Date: Tue, 27 Aug 2002 07:52:40 -0400 To: Isaac Claymore [EMAIL PROTECTED],[EMAIL PROTECTED] From: Frederic Brehm [EMAIL PROTECTED] Subject: Re: a question about defining modules At 04:04 AM 8/27/2002, Isaac Claymore wrote: My situation is: 3 projects, A, B and C, share a

Getting diffs between two revisions

2002-08-15 Thread Johnny John
Hello: Should I not be able to update my working copy of a file by doing something as follows? cvs update -j HEAD:2002-07-17 12:00 -j HEAD:2002-07-19 12:00 to get changes between July 17 and July 19 placed into my local working copy? I tried it, and nothing was patched. thanks. -Johnny.

John B Ferrigan/OH/USB is out of the office.

2002-07-18 Thread john . ferrigan
I will be out of the office starting 07/17/2002 and will not return until 07/19/2002. I will respond to your message when I return. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

John B Ferrigan/OH/USB is out of the office.

2002-07-17 Thread john . ferrigan
I will be out of the office starting 07/17/2002 and will not return until 07/19/2002. I will respond to your message when I return. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Floating tag

2002-07-17 Thread Johnny John
Hello- I would like to use a single tag but move it along in time as my project progresses. This is to keep track of growth of the trunk with respect to a branch. Does the -F flag with cvs tag work? where it forces re-assignment. Does re-assignment automatically delete the first instance

WinCVS to ClearQuest

2002-06-14 Thread john . ferrigan
All - If this post is out of place, please forgive me - first time poster. I'm curious if anyone out there has familiarity with moving from a CVS (or WinCVS) managed environment to ClearCase. Any pointers, pitfalls to avoid, etc? Thank you! ___

How to unlock

2002-06-13 Thread John Lippiello sr
operations is the following. cvs status: [12:19:10] waiting for username's lock in /home/username/jplPlay/semBLib Any help with how to fix this lock situation would be appreciated. Thanks in Advance John ___ Info-cvs mailing list [EMAIL PROTECTED] http

Re: CVS for website maintenance ?

2002-05-15 Thread John
. Does anyone know of a website currently being maintained this way ? 3) Now all CVS does is maintain the source code. You the developer will still need to promote you pages to the web server. John ___ Info-cvs mailing list [EMAIL PROTECTED] http

File string, line 1

2002-05-13 Thread John Walker
Hi I am getting the following cvs error when I try to run cvs login in WinCVS using python. Does anyone know what this means and how I can solve it ? File string, line 1 Thanx -- Regards John ___ Info-cvs mailing list [EMAIL PROTECTED] http

Re: how to lock repository during backup

2002-04-24 Thread John
the connection to this process (cvs). That's kinda cool. John Seitz On Wed, 24 Apr 2002 14:28:25 +0200, Jesús M. NAVARRO [EMAIL PROTECTED] wrote: Hi, John: John wrote: But there has to be some type of listening process. I have a cvs server on XP, and there is a process that is listening on 2401. If I

Re: cvsgui on Solaris

2002-04-23 Thread John
There are a couple of java based guis for cvs. Best place to look is guicvs.org John On Mon, 22 Apr 2002 18:17:08 +0530, Iqbal Shaikh [EMAIL PROTECTED] wrote: Hi All, Which cvs gui tool is good on Solaris. regds iqbal ___ Info-cvs mailing

Re: how to lock repository during backup

2002-04-23 Thread John
I am guessing, but can't you just kill the pserver process, backup, then restart? John On 23 Apr 2002 11:38:01 -0700, [EMAIL PROTECTED] (Ben Chang) wrote: I wrote a ksh script to back up (tar then gzip) the repository. Does anybody know how I can safely lock the entire repository

About conflicts while merging

2002-04-09 Thread Johnny John
Folks- Frequently, I work on a branch and then merge as follows (assume my project is called testProj, and my branch is called Old_branch) - cvs co testProj - cvs update -j Root_Of_Old_branch -j Old_branch - Work on resolving conflicts - Check in For the most part, conflicts have occurred as

Re: CVS and Visual Basic

2002-04-08 Thread John dow
Is that a VB question or CVS question? Thus spaketh adamantiumrocks: Is there a way that I can write a program in VB that will execute a CVS log command against a CVSRoot repository on a UNIX server? I would like to query my cvs log to produce reports against the revision tags per each

unsubscribe

2002-04-08 Thread Neorr, John M
application/ms-tnef

unsubscribe

2002-04-08 Thread Neorr, John M
unsubscribe application/ms-tnef

problems logging in under unix (mac and pc - same server, password) works fine

2002-04-08 Thread Spicer, John
anyone seen behavour like this? John Spicer The Patrician GlobalWare Solutions 650-599-3267 W 650-599-3286 F [EMAIL PROTECTED] http://go.to/vetinari

RE: pserver configuration

2002-04-08 Thread John Conti
Looks to me like: server_args = cvs -f --allow-root=/var/projects/webv1/cvsroot should become: server_args = -f --allow-root=/var/projects/webv1/cvsroot pserver ,John -Original Message- From: Zen Center Computer

FW: Symbolic tag information after a 'cvs release'

2002-04-07 Thread John Conti
for building tags and making them available for download from a script. This is what I do when I release software. ,John -Original Message- From: Kaz Kylheku Sent: Sat 4/6/2002 7:56 PM To: Sonam Chauhan Cc: [EMAIL PROTECTED] Subject

Re: CVS for Windows: Bug using diff?

2002-03-27 Thread John
I had the same problem when using the CVSRoot as a local protocol. When I redid my cvs setup, cvsnt was configured for pserver. Now WinCVS does the diff correctly. So I believe that there is something wrong with the diff command when accessing the CVSROOT as LOCAL. John On 27 Mar 2002

Re: Concern over longevity of a CVS repository

2002-03-26 Thread Johnny John
Okay, good deal. Regarding disabling the history file: Is this disabled as long as I do not have a file named history in the CVSROOT directory? At 12:18 PM 3/26/02 -0600, [EMAIL PROTECTED] wrote: Hello- Does anyone have sage advice about steps to take to ensure that a CVS repository

RE: lock-modify-unlock model and cvs admin -l

2002-03-25 Thread John Lippiello
and cvs admin -l [ On Friday, March 22, 2002 at 09:46:35 (-0500), John Lippiello wrote: ] Subject: lock-modify-unlock model and cvs admin -l My company uses the lock-modify-unlock model of software development. We are considering moving to CVS. I see in the Cederqvist document in Sec

Re: WinCVS

2002-03-24 Thread John
did you set up the CVSROOT? Give more information. Tell us how you set everything up. John On Sun, 24 Mar 2002 09:26:17 GMT, Steve P [EMAIL PROTECTED] wrote: Hi, Anyone know much about WinCVS? I think I have all the settings correct, but why is my Import Module greyed out

lock-modify-unlock model and cvs admin -l

2002-03-22 Thread John Lippiello
questionable usefulness and may be removed. Does anyone know if the cvs admin -l is classified as having questionable usefulness. Thanks In Advance John ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Determining which files have changed from one set of tagged files to another

2002-03-13 Thread John Lippiello
difference on them. Any input will be appreciated. Thanks In Advance John ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Ignore files for cvs diff

2002-03-13 Thread Johnny John
Hello- Is there a way to have certain files ignored when you issue a cvs diff command? thanks. -Johnny. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Using the -u prog option in the modules file

2002-03-08 Thread John S O'Sullivan
I am trying to run a script that recreates symbolic links each time there is an update. I am assuming I can do this by using the -u prog option in the modules file. I have tried the following alternative entries in the modules file: module_name -u name_of_program_to_run path_to_module -u

Tag e-mails

2002-02-01 Thread Johnny John
Hello- Is there a way to generate e-mails anytime someone applies a tag on the repository? I have commit e-mails going, and find that very useful; something similar for tags available? If nothing like that exists, is there a way to figure out who applied a tag and when? thanks. -Johnny.

Re: after Cygwin update, CVS authorization fails

2002-01-28 Thread john lukar
. Is there anyway to fix it? when You say use one sandbox for each, do you mean I should not switch between WinCVS and bash-cygwin cvs while working on a project directory? TIA for input. --- Stephan Feder [EMAIL PROTECTED] wrote: What you see (mangling) is a CR after john so the start of the follwing

after Cygwin update, CVS authorization fails

2002-01-24 Thread john lukar
failure message says: for user johnthorization failed: server mycvsserver rejected access to /share/CVS. As you can see the user name johnthoriztion is mangled. My cvs login d is john, but the au part of authorization is dropped and prefixed with my name. I can jCVS and WinCVS to manager this same

HAPPY 2002, EURO AWAKE , NEW YEAR EIF OFFER + CHASE OFFER

2001-12-31 Thread John Patton (Rapid Internet Marketing Newsletter)
Eif Security Solutions and Rapid Traffic Search Optimization WISHING YOU ALL A VERY HAPPY AND PROSPEROUS NEW YEAR! FREE PC FIREWALL AND ANTIVIRUS TO ALL THE HUMAN BEINGS CONTACTING US! THANKS! I TAKE THIS OPPORTUNITY TO GIVE YOU THE MESSAGE FOR THE END OF THE YEAR OF THE PRESIDENT: 'THE ALMOST

Wacky Modified: dates on checked out files.

2001-12-13 Thread John Daniel Doucette
anyone seen this before? Is this Novell, Win2000, or WinCVS problem? Thanks. === John Daniel Doucette, Sr. Software Designer J. J. MacKay Canada Limited Halifax R D Office 1046 Barrington Street, 1st Floor Halifax, Nova Scotia Canada B3H 2R1 Phone: 902.423.7727

Re: Wincvs and cvs problem after daylight savings time change??

2001-10-29 Thread John Minnihan
by attaching such a tag line. -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Script for recursive add under Windows?

2001-10-23 Thread John Minnihan
, the default value of ECHO %cvs_add_list% ECHO is used... ECHO. ECHO Files are added in each sub-directory. ECHO There is no way (today!) to specify exception files or exception directories. ECHO. ECHO Contributor: John Minnihan GOTO :EOF :add_tree_head set head_dir= %1 IF NOT DEFINED head_dir echo

Re: CVS export

2001-10-19 Thread John Minnihan
[EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] [EMAIL PROTECTED] (John Minnihan) wrote: In all the years I've used CVS, I've institutionalized use of 'cvs export' only briefly at one client. And that was only to satisfy some nimrod (who didn't understand cvs) who

Re: CVS export

2001-10-18 Thread John Minnihan
[EMAIL PROTECTED] wrote: [ On Wednesday, October 17, 2001 at 11:40:38 (-0700), John Minnihan wrote: ] Subject: Re: CVS export Why use export? For all the same reasons you should use cvs export when checking out any actual release. building =//= releasing, especially when the build

Re: CVS export

2001-10-18 Thread John Minnihan
[EMAIL PROTECTED] wrote: [ On Thursday, October 18, 2001 at 11:49:52 (-0700), John Minnihan wrote: ] Subject: Re: CVS export building =//= releasing, especially when the build is already understood to be an 'overnite' which is at the very bottom of the food chain. Of course not -- _BUT_

Re: CVS export

2001-10-17 Thread John Minnihan
before I export, or should I just use checkout? Any suggestions? -- -Thanks, Tom Sanidas, -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Help!

2001-10-09 Thread John Gagon
I am a former VSS (Visual Source Safe)user and am trying out CVS/WinCVS 1.3.5.1 beta which supposedly comes with CVSNT. (I think I read that on the CVSNT readme.) Well, it is getting very confusing. The help on WinCVS is also confusing. I understand the semantics of import, checkout and so forth

RE: set -kb on import ?

2001-10-04 Thread Villalovos, John L
Edit your CVSROOT/cvswrappers file John John Villalovos Intel Corporation 15220 NW GREENBRIER PKWY # CO5-162 BEAVERTON, OR 97006-5762 (503) 677-5777 Fax: (503) 677-6670 GPG 1.+/PGP 5.+/ DSS/Diffie Helman http://www.sodarock.com/JohnVillalovos-gpgkey.txt 1024D/1A25D86C 2F24 AD89 E5D5 C92B

Re: Problems with -f option and checkout

2001-09-28 Thread John McNamara
out the head? So what is the intended function of the -f option? The manual says: -f: If no matching revision is found, retrieve the most recent revision (instead of ignoring the file). Doesn't this imply that the head revision should be checked out if the specified tag isn't found. John

Re: how to add multible directories and files in one command line ..

2001-09-26 Thread John Minnihan
... ECHO. ECHO Files are added in each sub-directory. ECHO There is no way (today!) to specify exception files or exception directories. ECHO. ECHO Author: John Minnihan ECHO Author: Nick Furness GOTO :EOF :add_tree_head set head_dir= %1 IF NOT DEFINED head_dir echo Adding subtree only

Re: creating a cvs repository on an ISP webspace

2001-09-25 Thread John Minnihan
. -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Problems with -f option and checkout

2001-09-21 Thread John McNamara
1.10.7 I get the following: Case 1. The code checks out. Case 2. The code doesn't check out. Case 3. The code checks out. Why doesn't Case 2 work? If Case 2 shouldn't work why does Case 3 work? Is this a bug with the cvs -f option or am I missing something? John

RE: Locking Branches in cvs

2001-09-19 Thread Villalovos, John L
Enclosed find a python program which will do it. You will need to modify CVSROOT/commitinfo to run it (I have enclosed the one I use). Also modify CVSROOT/checkoutlist so that the prevent_branch_checkins.py is listed so that it gets checked out on the server. Later, John John Villalovos Intel

Re: renaming a directory in the checkout / recursive add and commit for all subdirs

2001-09-18 Thread John Minnihan
: John Minnihan ECHO Author: Nick Furness GOTO :EOF :add_tree_head set head_dir= %1 IF NOT DEFINED head_dir echo Adding subtree only... IF NOT DEFINED head_dir goto add_subtree IF NOT EXIST %1 @ECHO Bad File: %1 IF NOT EXIST %1 GOTO :EOF cvs add %1 CD %1 goto add_remainder_of_subtree

Re: cvs and gnats link?

2001-09-18 Thread John Minnihan
discovered in release 'toaster_1_3' and laster marked as having been fixed in 'toaster_1_7'. Not by coincidence, these would correspond to release tags in CVS. -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing

Re: [Freepos-cvs] RE: cvs and gnats link?

2001-09-18 Thread John Minnihan
was never able to get cvsweb to work here. I went over to viewcvs which works fine as long as you don't want to diff in the browser, but I digress. I look forward to hearing the results of your testing. Jeanie -Original Message- From: John Minnihan [mailto:[EMAIL PROTECTED]] Sent

Re: [Freepos-cvs] cvs and gnats link?

2001-09-17 Thread John Minnihan
account for you. -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

How do I prevent checkins on a specific branch and/or tip

2001-09-14 Thread Villalovos, John L
changes to happen to this baseline branch or to the main trunk. Is there anyway to accomplish this on the server side? I've looked at the CVSROOT/*info files and didn't really see anything which gets the branch name. Thanks for any help! John John Villalovos Intel Corporation 15220 NW

Re: cvs add question

2001-07-14 Thread John Lash
with a flamefest on the relative merits of x over y. If anybody'd be interested in relatng the philosophy/history behind CVS's branching mechanism, I'd be quite interested. I assume that there are reasons for doing it that way. How do others handle it. regards --john Eric Siegerman wrote

cvs add question

2001-07-12 Thread John Lash
, there are reasons for doing all this which I can explain if anybody cares. thanks --john -- John Lash [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Attention CVS Zealots (was Re: cvs [commit aborted]: cannot commit files as 'root')

2001-07-09 Thread John Minnihan
and weasels Need Not Apply. -- John Minnihan mailto:[EMAIL PROTECTED] http://www.freepository.com ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Protocol error: uncounted data discarded

2001-07-09 Thread John Minnihan
[EMAIL PROTECTED] wrote: On Sat, Jul 07, 2001 at 09:09:27AM -0700, John Minnihan wrote: Hi Chris, I have seen this too, but not consistently. For me, the error occurs only near the end of a very large checkout using a 'universe' defining module name. The error does not exhibit during

Re: Merging different types of files

2001-07-08 Thread John Minnihan
, but we'll do so soon.) Thanks, Shlomo -Original Message- From: John Minnihan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 8:57 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Merging different types of files Define the file handling in cvswrappers

Re: Protocol error: uncounted data discarded

2001-07-07 Thread John Minnihan
| +---+ ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs -- _ John Minnihan mailto:[EMAIL PROTECTED] http

  1   2   >