RE: OT - Spaces in file and directory names (was: Alias syntax fo

2005-04-22 Thread Rick Genter
like WinCVS? -- Rick Genter Principal Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Checkout's over checkouts.

2005-03-29 Thread Rick Genter
not want to -j merge the subsequent tagged files into the branch but do a wholesale replacement. What is the best method please? Thanks I would do the following: cvs co -rbranch module cd module cvs co -rtag file1 file2 ... fileN Rick -- Rick Genter Principal Engineer Silverlink

RE: CVS login error

2005-02-08 Thread Rick Genter
CVS does not talk to VSS. I don't know what you were doing before, but I'm pretty confident that you were not using CVS to talk to a VSS server. More likely you had CodeWarrior configured to use VSS. --Rick GenterPrincipal EngineerSilverlink Communicationsmailto:[EMAIL PROTECTED](781)

RE: Question re: deleted tags

2005-01-20 Thread Rick Genter
at every ,v file in the module(s) referenced in the command to see if the tag exists. -- Rick Genter Principal Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only

RE: .cvsignore *.

2005-01-11 Thread Rick Genter
I think he's asking if there is a way to ignore files that have no extension (e.g. WHATSNEW). -- Rick Genter Principal Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: getting files related to two tags

2004-12-09 Thread Rick Genter
You can do it the CVS way by introducing a third tag: cvs rtag -r tag_A tagsA_and_B module cvs rtag -r tag_B tagsA_and_B module cvs co -r tagsA_and_B module -- Rick Genter Principal Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including

RE: different projects but same source

2004-12-07 Thread Rick Genter
on the classpath. -- Rick Genter Principal Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used by the person or entity to which it is addressed. If the reader

RE: Permissions on Branchs

2004-10-20 Thread Rick Genter
You need to implement this through a commitinfo script. https://www.cvshome.org/docs/manual/cvs-1.11.17/cvs_18.html#SEC169 -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential

RE: disabling multiple checkouts

2004-10-18 Thread Rick Genter
No. Use another tool. CVS is not designed for non-concurrent access. --Rick GenterSr. Software EngineerSilverlink Communicationsmailto:[EMAIL PROTECTED](781) 272-3080 x242This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used by

RE: Do we need lot of repositories?

2004-10-04 Thread Rick Genter
I don't know how SourceForge does it, but I see no reason to have more than one repository - each project is a separate module within the repository. --Rick GenterSr. Software EngineerSilverlink Communicationsmailto:[EMAIL PROTECTED](781) 272-3080 x242This e-mail, including attachments,

RE: loosing branch when updating to a tag on the branch

2004-07-26 Thread Rick Genter
Right - I don't want to destroy the history, I just want to prevent future work from being performed on that branch. More to prevent accidental updates to it than anything else. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabian Cenedese Sent:

RE: loosing branch when updating to a tag on the branch

2004-07-23 Thread Rick Genter
. The trunk (appropriately tagged, of course) is then your major milestone chain, and each branch is the work that goes into a particular milestone. Once a milestone is reached, the branch can (and should) be closed. Rick -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL

CVS best practice

2004-07-22 Thread Rick Genter
, on the other hand, want scripts associated with a particular application to be stored in SQL or Schema submodule under the module for that application. What do others do? -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including

RE: CVS best practice

2004-07-22 Thread Rick Genter
the scripts I need to alter the database for B. Otherwise I don't see how we could adopt both structures... -Original Message- From: Jim.Hyslop [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 3:27 PM To: Rick Genter; [EMAIL PROTECTED] Subject: RE: CVS best practice Rick Genter wrote

RE: Do most people checkout read-only and use cvs edit?

2004-07-07 Thread Rick Genter
We never use cvs edit. In my opinion, that negates the whole benefit of the C in CVS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karr, David Sent: Wednesday, July 07, 2004 2:02 PM To: [EMAIL PROTECTED] Subject: Do most people checkout read-only and

RE: [OFT] scripting removal of $Id:

2004-02-20 Thread Rick Genter
Can't you do this with a one-liner using sed? sed -e '/\$Id:.*\$/d' Rick -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used

Specify special characters to ignore

2004-02-13 Thread Rick Genter
scanned through the Cederqvist but couldn't find an obvious answer. Thanks in advance. -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may

RE: Specify special characters to ignore

2004-02-13 Thread Rick Genter
You're right; I am. Sorry. -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used by the person or entity to which

RE: CVS security question

2004-02-03 Thread Rick Genter
It's probably more secure to set their shell to something that does exist but won't function as a shell, like /dev/null or /bin/false. That way you don't leave a hole where someone could create the non-existent program that the user points to and voila - instant access. -- Rick Genter Sr

Upgrading CVS, WinCVS

2004-01-29 Thread Rick Genter
the corresponding packages and installing them over the previous versions? -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used by the person

RE: False status indication with WinCvs 1.2

2003-12-12 Thread Rick Genter
Known problem. Bug in 1.2; fixed in 1.3. -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including attachments, may include confidential and/or proprietary information, and may only be used by the person or entity to which

RE: [cvsgui] can we commit word files in WinCVS with japanese character names???

2003-11-20 Thread Rick Genter
version control system. Binary files that contain original content (i.e., not generated by the build process) are as important as any other source content and should be treated as such. -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e

RE: Case insensitivity ad nauseum

2003-11-06 Thread Rick Genter
While I'm finding this whole discussion fascinating, it's beginning to aggravate me that it is occurring on both info-cvs and bug-cvs. Could the discussion be limited to one list only, please? Thank you. -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED

Hung CVS process

2003-09-18 Thread Rick Genter
that the repository may be in an inconsistent state, or that there may be lock files hanging around. How do I check the integrity of the repository? Thanks in advance. Rick -- Rick Genter Sr. Software Engineer Silverlink Communications mailto:[EMAIL PROTECTED] (781) 272-3080 x242 This e-mail, including