CVS question

2000-12-07 Thread Vinh Pham
Hi, For example, if there are 2 persons working on a project. If one person add a file or directory, how can the other person know that a new file or directory is added? Of course if the second person does an update (-d) , he or she will get that file/directory but are there any way to know

winCVS question

2000-12-08 Thread Saima Iqbal
Hi, I work for a Telcordia, and we have recently started using CVS for version control purposes. I had a question regarding the use of a unix script via winCVS. I've developed a script that enables the user to control the tagging of a whole tree, by running a shell executable s

Merging Question

2000-12-22 Thread Alexander Kamilewicz
Hello all, I'm new to the list, and hoped to lurk a bit more before sending out a question, but I find myself in need of some help. Some background: The CVS repository I am using was set up by someone else. I've been told to start using it and to get a number of our products under C

Merge question

2001-01-08 Thread Mike Chartier
Hi, I have a codebase I would like to manage using CVS. At certain points in time I want to create a "stable release" version. I would like to keep each "stable release" in it's own branch. Bug fixes to releases go out as updates. Graphically, this is how things look (in my mind): Module

Modules question

2001-01-08 Thread Mike Chartier
In my repository I have $CVSROOT/dir_1/... $CVSROOT/dir_2/... I want to define a module that uses some files from dir_1 and other from dir_2. I have my modules file that looks like: MyModule_dir_1 -d dir_1 dir_1 file1 file2 file3 MyModule_dir_2 -d dir_2 dir_2 file1 file2 file3 MyModule &MyMod

Re: question

2001-01-09 Thread Derek R. Price
[EMAIL PROTECTED] wrote: > i just did a post. but i also just noticed that the last date in this > group is from 12-11-2000. rather old. is this group active? > will my post get posted? > thanks for any info, i am new to CVS too... You're probably using egroups to subscribe. I believe their sy

A Question

2001-01-09 Thread Manish Koolwal
Hi all! I am new to CVS and the UNIX environment. We are currently operating from 2 locations - India and US. The latest checked out build in the US office is ftpied to us in India. We at our end are required to put it in CVS and keep on updating it with the new builds received. We have p

Beginner question

2001-01-23 Thread Leonardo Pasta
Hi group, We wan´t start to use CVS as a repository to our source-codes, but I don´t know what is the best client for accessing from windows stations (the wincvs.org appear to be down) nor the procedures at the server to configure access from a windows client. Can someone give me a light on it

mkmodules question

2001-01-24 Thread terryh
Hi, If we check out modules with 'cvs co modules' and commit it back in, we get the following error message: cvs commit: Rebuilding administrative file database cvs commit: Executing ''mkmodules' '/afs/slac.stanford.edu/g/babar/repo/CVSROOT'' cvs commit: cannot exec mkmodules: No suc

Merge question?

2004-11-19 Thread Tawfik, Sameh E
My CVS client is on Widows XP Professional version 2002 with SP1.   I need to merge a branch to the trunk, and since we have binary files in both places, I thought of performing the following steps to avoid merging the binary files:   1.  From the trunk sand box, run the following c

Merge question

2005-01-26 Thread Christopher.Fouts
When merging 2 branches, say HEAD to branchB, where branchB contains files NOT YET in HEAD, the branchA files get "deleted." Any way to prevent this? > cvs up -j branchA -j HEAD proj IOW, what options do I need? -- Chris T Fouts

quick question

2005-02-22 Thread Jean-Pierre Sevigny
Hi, Is there a way to detect if a tag is a tag or a branch, with taginfo? Thanks! ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Question

2005-03-31 Thread Mark D. Baushke
r repository. That way the offsite lab can > checkout test suites without having to go through the pipe. > > My question is, does cvs support the notion of a read only mirror repo? Sure. The various *BSD folks have been doing this for years. The easiest way is to setup a CVSupd daemon on

permissions question

2005-05-24 Thread tomfool
Hello all: I am managing an unusual situation where we need to have several developers working on the same directory tree. Essentially I am using CVS as a logging mechanism, and to track revisions, but the software in question will only work in one place (don't ask). The problem is that

newbie question

2005-06-21 Thread Jay
.? My other question is how do i rebuild the files that have been updated on a windows machine. PLease help thanks Jay ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Newbie question

2005-07-06 Thread Madhavi Thottempudi
Hello everyone! I am trying to install CVS. Before starting I want to check few things and hopefully U guys have answers. My questions are: 1. CVS (linux) vs CVSNT (windows) - Which one is better performance wise, stability and reliability wise? As I haven't started the project yet, I can go eithe

Re: Commit question

2002-10-10 Thread Larry Jones
Pat Young writes: > > Is there a way to commit a change to a version without > first having to check it out to your workstation? No. You could import it, but that probably isn't what you want. -Larry Jones Oh, now YOU'RE going to start in on me TOO, huh? -- Calvin _

modules file question

2002-10-14 Thread Matt Lyon
Hi, After reviewing the documentation, I'm a bit confused as to whether or not an alias module can contain multiple aliases or directories in some sort of delimited list. Consider the following two examples: (1) Alias module definition: admin com/stargus/ui,com/stargus/platform/admin,com/sta

Re: Nubie question

2002-11-01 Thread Riechers, Matthew W
Dmitry Suzdalev wrote: > > But what if i dont know this name? Can I find it somehow? Is there a > CVS command that lists all tag names? "cvs stat -v" or "cvs log" -Matt ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/

Re: Nubie question

2002-11-01 Thread Larry Jones
Dmitry Suzdalev writes: > > But what if i dont know this name? Can I find it somehow? Is there a > CVS command that lists all tag names? Both "cvs [r]log" and "cvs status -v" can be used to list the tags on a file. -Larry Jones If I get a bad grade, it'll be YOUR fault for not doing the work fo

Re: Nubie question

2002-11-02 Thread Mike Ayers
Dmitry Suzdalev wrote: Hello all! Can anyone explain me how to get latest STABLE release of some package from CVS? Manual says that i have to use tags. But all examples in it contain tag's name, such as cvs update -r Release-02 But what if i dont know this name? Can I find it somehow? Is there

Re: security question

2002-12-12 Thread Noel Yap
--- Phil R Lawrence <[EMAIL PROTECTED]> wrote: > OK, I've settled on either importing our entire ERP > source with -kb or > writing a script to traverse the sourcetree and > check in the files > intelligently as either binary or text. (anyone > already have a script > that does this?) > > Now,

Re: security question

2002-12-12 Thread Larry Jones
Phil R Lawrence writes: > > I saw in the docs how to set up pserver and how it can manage read-write > permissions. But I won't run a server without encryption. > > How can I have SSH *and* locked down projects *and* locked down CVSROOT dir? Forget pserver, use SSH with individual system accou

Re: security question

2002-12-12 Thread Frederic Brehm
At 10:51 AM 12/12/2002, Phil R Lawrence wrote: Now, about security. We would be a multi-client shop, so I need SSH to encrypt sign-on info. Also, to make auditors very happy, we need to grant and deny write security to various projects in the repository. We are a multi-client shop, too. We us

RE: security question

2002-12-12 Thread Neis, Mark
Phil R Lawrence wrote: >How can I have SSH *and* locked down projects *and* locked down CVSROOT dir? >Security is very important. I had actually planned to make CVS available via the web to some people, so I tried to find a secure way of doing so. Instead of using pserver, I followed the instruct

Re: security question

2002-12-12 Thread Geoff Beier
PS - are there any windows and linux clients that particularly shine with SSH? TortoiseCVS on Windows (http://www.tortoisecvs.org/) works very well with ssh. They distribute a customized version of plink from the PuTTy suite. HTH Geoff ___ In

Re: security question

2002-12-12 Thread Steven Tryon
We run pserver on a machine behind a firewall and access with redirected ports with ssh. Someone posted on this list a cookbook ssh command to do so... ssh [EMAIL PROTECTED] -L 2401:host.whatever.com:2401 Then set your CVSROOT to point to localhost. Works. Steve On Thu, 2002-12-12 at 10:51,

Re: security question

2002-12-13 Thread Noel Yap
One other problem with pserver is that passwords are stored "in the clear" on the users' home directories. At least with SSH, the keys can be encrypted using a password that the user enters either upon login or on a per-use basis. Noel --- Steven Tryon <[EMAIL PROTECTED]> wrote: > We run pserver

RE: security question

2002-12-13 Thread Zieg, Mark
> One other problem with pserver is that passwords are > stored "in the clear" on the users' home directories. > > At least with SSH, the keys can be encrypted using a > password that the user enters either upon login or on > a per-use basis. Actually, if you setup your ssh keys correctly (ssh-ke

Re: security question

2002-12-13 Thread Phil R Lawrence
Steven Tryon wrote: > On Thu, 2002-12-12 at 10:51, Phil R Lawrence wrote: > >>I saw in the docs how to set up pserver and how it can >>manage read-write permissions. But I won't run a server >>without encryption. > We run pserver on a machine behind a firewall and access with redirected ports wit

RE: security question

2002-12-13 Thread Noel Yap
--- "Zieg, Mark" <[EMAIL PROTECTED]> wrote: > > One other problem with pserver is that passwords > are > > stored "in the clear" on the users' home > directories. > > > > At least with SSH, the keys can be encrypted using > a > > password that the user enters either upon login or > on > > a per-us

RE: security question

2002-12-16 Thread Zieg, Mark
> Password-protected keys help protect them against > theft. I would encourage everyone to use such keys. > Or did I misunderstand your post? Are you talking about ssh-agent, or passphrase-based ssh keys, or an external layer of encryption on the keyfiles, or what? Please be specific. ssh-agen

Re: security question

2002-12-16 Thread Scott Moynes
Zieg, Mark wrote: My biggest problem with any of these approaches, besides the inconvenience, is they eliminate the opportunity for secure, automated batch processes. I have various cron jobs that fire off automatically, connect to different servers, do reports/extracts/whatever, and so on. For

RE: security question

2002-12-16 Thread Noel Yap
e password-protected, like I said, just have ssh-agent running in the background (then have your cron job 'ps' to get the ssh-agent PID). > Correct me if I'm wrong, but as long as your private > key is chmod 600, the > only way it will be compromised is if your local > wo

Re: -D question

2003-02-28 Thread Larry Jones
Craig Dickson writes: > > MIME-Version: 1.0 > Content-Type: multipart/mixed; boundary="===0030479026202012705==" Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > If I have a file in CVS that has a revision with a modification time of > 200

Re: CVS-question

2003-03-05 Thread Larry Jones
Erik Andersson writes: > > I have done a "cvs co -r " of one of our modules. > Since that revision new files have been created and I need to make a build of the > files from the first checkout only some of the new files. > I then do a "cvs co " and get following error message: > "cvs checkout: w

update command question

2003-03-05 Thread Eric C. Hein
I have files in a CVS repository under the directory "cvsroot/sc/etc".  If I run the command "cvs checkout sc/etc" the files get placed in the current directrory, in the *same* directory structure (i.e. "sc/etc/").  How can I place those files in different directory strructure, (e.g "etc").

Java/CVS question

2003-03-11 Thread Eric C. Hein
I'm using the java Runtime class to update files from a CVS repository and in some cases it is hanging (see comment in code).  I think this may have something to do with the buffer size for the standard input and output streams of the OS (Win2k).   If I close my java app the files do update

Re: Newbie question

2003-03-18 Thread Mark D. Baushke
Xicheng Jia <[EMAIL PROTECTED]> writes: > May anyone tell me how to checkout just one file from lots > of files with the same revision number. say: I want to checkout > a file named "run.c" from the module, but there are many other > files in the same module(also in the same directory, and with th

Re: loginfo question

2003-04-01 Thread Mark D. Baushke
Sameer Karmarkar <[EMAIL PROTECTED]> writes: > Hi, > > I have setup CVS mail notification by including the following line in my > loginfo file. > > ^mymodule Mail -s %s myalias > > I have setup only one OS user samk on my linux box but have created > $CVSROOT/CVSROOT/passwd users for my project

Allow root question

2003-04-01 Thread Edward MacGillivray
I am trying to setup our cvs (p)server after upgrading to RedHat 7.3 and I can not get the configuration to be like the way it was previously installed (on RedHat 7.0, with a previous version of cvs). I have successfully configured it so that cvs works under xinetd, however the problem is in r

RE: loginfo question

2003-04-01 Thread Silton, Rick
AIL PROTECTED] > Sent: Tuesday, April 01, 2003 4:45 AM > To: [EMAIL PROTECTED] > Subject: loginfo question > > > Hi, > > I have setup CVS mail notification by including the following > line in my > loginfo file. > > ^mymodule Mail -s %s myalias > > I ha

Re: Quick Question

2003-06-12 Thread thomas . maciejewski
EMAIL PROTECTED] | | cc: | | Subject:

Re: Quick Question

2003-06-12 Thread Kristopher Hollingsworth
Unfortunately, there is no option for Env. Variables on the System Properties menu... Any other ideas? Thanks again. -Kristopher G. Hollingsworth _ Free email at www.Z6.com ( and home of worldmap.com)

Re: Quick Question

2003-06-12 Thread Giovanni Giazzon
I guess you can set it on the Autoexec.bat file. - Original Message - From: "Kristopher Hollingsworth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2003 5:38 PM Subject: Re: Quick Question > Unfortunately, there is no option for Env

Re: Quick Question

2003-06-12 Thread thomas . maciejewski
To: [EMAIL PROTECTED] | | cc: | | Subject

Re: Quick Question

2003-06-12 Thread Kristopher Hollingsworth
>| > | To: [EMAIL PROTECTED] > | > | cc:

Re: Quick Question

2003-06-13 Thread thomas . maciejewski
EMAIL PROTECTED] | | cc: | | Subject: Re:

Re: Another question

2003-06-13 Thread Giovanni Giazzon
rd) port: 2401") now go in "admin >> command line" and in the "CVS command line" textarea type "cvs login". try to connect to the repository now. Giovanni Giazzon - Original Message - From: "Kristopher Hollingsworth" <[EMAIL PROTECTED]

Question about watchs

2003-06-23 Thread Lynch, Harold
We had a bit of an annoyance. One of the developers had decided that cvs was broken (i.e no strict locks). So to fix this situation he put a watch on every file in the repository. My question is, I have done a cvs watch off command, but do I need to clear out the fileattr files from the

Re: sleep question

2003-08-03 Thread Larry Jones
Lynch, Harold writes: > > Is the client or the server doing the sleep? The server. The client is just waiting for messages from the server. -Larry Jones I take it there's no qualifying exam to be a Dad. -- Calvin ___ Info-cvs mailing list [EMAIL PR

Re: cvswrappers question

2003-08-14 Thread Eric Siegerman
On Tue, Aug 12, 2003 at 06:21:51PM -0400, Dickson, Craig wrote: > If I specify something like: > > *.abc -k 'b' > > in my cvswrappers file, will this also match a file called example.ABC, or > example.Abc? No. You have to write: *.[aA][bB][cC] -k 'b' -- | | /\ |-_|/ > Eric Siegerman

history file question

2003-08-14 Thread Luis Gonzalez
Hi all´s: Needs to depurating this file by date, anyone know your design record ?. See string enclosed by quotes. "F3f3006fd"|rcortes|/d31/sistema/rcortes/temp.vta_carte.4gl|||temp.vta_carte .4gl Thanks in advance ... Estimados Gurúes Hispanoparlantes:

Re: CVS question

2003-09-10 Thread Larry Jones
Mark Jaffe writes [in one very long line]: > > Is this an appropriate forum for questions on WinCVS? I need to know > how it stores individual customisations, such as which menu items are > applied to the customized right-click menu. We would like to share a > default set of menu customizations am

Changing Server Question

2003-09-15 Thread WALTERS, CRAIG P [AG/1000]
We are moving our CVS repository to a different machine soon. We currently use the actual machine name that holds our repository in the CVSROOT so any projects that are checked-out have this machine name in the CVS\root file. We have more than 100 projects using CVS. Do we have to have every

Re: Precommitücheck question

2003-10-13 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Urban Gabor <[EMAIL PROTECTED]> writes: > I would like to implement some preücommit check in the CVS, > but I face some questions at the moment. Here thay are: What version of cvs client and server are you using? > 1. It seems, that cvs commit works

update -C question

2003-10-29 Thread Lemke, Michael IZ/HZA-IE5
Though having worked with cvs for quite a while I am not sure how to get out of this: Working copy is at HEAD revision. Then I do cvs up -r SOME_TAG. To get back to the HEAD rev I need a cvs up -C. But will this not also clear any kb options? If so, then how to revert the checkout on

cvs server question!

2003-11-05 Thread bangke bangke
I am building a cvs server in redhat9. I want my users to connect my server both via pserver and ssh, and only ssh can modify the files. How to set this? I am using xinetd. Thanks! _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.

Question about links

2003-11-17 Thread Lynch, Harold
This may be a wierd one. If there are two different repositories on one machine, would it be a "bad" thing to link part of one repository to the other. I.E. if there is a module in repository A call whatever, and the dir is linked to repository B will the cvs server (we are using pserver met

CVS security question

2004-02-03 Thread Pankaj Garg
I am a new user of CVS. I setup CVS server on my linux box. I want two users to have check-in access to my repository and i want to use SSH. To use SSH i need to make shell accounts for those two users. Now because these two users have shell account and have write access to my repository, they can

Re: CVS question

2004-02-05 Thread Arno Schuring
o: <[EMAIL PROTECTED]> Sent: Thursday, February 05, 2004 2:28 AM Subject: CVS question > Hi, > I have the following problem. > > Lets assume that the top level repository contains a directory PackA which > contains 2 files: afile1 and afile2. > > The repository also cont

newbie admin question.

2004-02-20 Thread Hayles, John
I recently setup a cvs repos on Unix.  We are using CVS with watch/edit set to on (Eclipse IDE if that matters).  One of our developers has left the company with his computer.  For the files he did not commit, users are getting a watch message.  Is there an admin function or admin procedure

Newbie question: commit

2004-04-17 Thread lluporini
hp when doing a commit. So I suppose that if any developer that issues a commit, tries to go through it on a file by file basis, everything would go ok but what about a commit with cvs recursive behavior? My question is: is there a way to prevent a file/directory from being commited when someone

A newbie question.

2004-05-09 Thread du allen
Hi there, I am using cvs in red hat 9.0. It worked pretty well for my application project. But when I tried to use it to manage my linux kernel source tree,it went wrong. When I tried to import the kernel source tree, some files were lost. For example I couldn't find the subdirectory of linux-2

Question: "cvs editors"

2004-04-26 Thread Suhas Tembe
Hello Everyone, I am relatively new to CVS and need your advice. We have CVS version 1.11.1.3 on AIX 5.2. Here is my situation. Each time after we check out a program using CVS, we first issue the 'cvs editors' command to make sure that no one else has already checked-out that same program

Question about upgrading.

2004-04-29 Thread Lynch, Harold
I've currently got a machine that is using cvs version 1.10.8 for the pserver server. (I'ts been running for a long time). I would like to upgrade it to the latest version (1.11.15 I believe at this time). After looking though the ChangeLogs etc, I was wondering if there is a list of "behavior"

simple taginfo question

2004-05-06 Thread Phillip Rhodes
According to the CVS docs, the program for taginfo is passed 4+ arguments. What I am trying to understand is arg 4,5,etc. I would understand if there were 2 arguments, arg 4 could be the previous revision with the tag, while arg 5 is the revision that will be tagged. Can anyone clarify what arg

Branch/merge question....

2004-06-01 Thread Urban Gabor
Hi, I have a rather specific issue here: Suppose we have created a branch for a development in our module called branch_A for a longer time. During the development we have decided to intagrate all changes on the main branch into branch_A (and we have tagged both the main/HEAD and the branch). Aft

Fwd: basic question

2004-06-03 Thread Alex v . Below
ssh tunnel. The archives of this group should give you ample info on this. As to anonymous read access, I pass the question to the rest of the group. I have no experience with this as it is none of my requirements. HTH Alex Am 03.06.2004 um 14:09 schrieb Jean LEE: Hello,   I'm new to CVS

Version numbers question

2004-06-03 Thread Mala T
it ever be 2.1 and so on without our explicitly making it so using the -r on check-in? And I have a question about 2 files that are on the same branch and have logs as below RCS file: /cvsrep/cvsroot/OP/op/asos/src/java/com

branch removal question

2004-06-18 Thread Don Butts
Title: branch removal question We are using cvs in somewhat of a non-standard way. We have a production cut of our compiled source that we deploy via cvs using a production branch.  The application does not mind the fact the CVS control files co-exist within the source and the application

Check out question.

2004-06-29 Thread Hon Seng Phuah
My question is: I have four subdirectories in a CVS repository, such as: +-a |--b |--c |--d If the a/b/c module contains a few files. If I want to add new module using an empty hard drive, I will have to invoke cvs co a/b/c first. Only then I invoke cvs add directory command

Re: Import question

2004-07-22 Thread Rohan Nandode
I had same problem some time back but don't have any solution to it.. you can go through http://lists.gnu.org/archive/html/info-cvs/2004-02/msg00077.html -Rohan Lemke, Michael IZ/HZA-IOP wrote: When I do a cvs import of a new vendor version the new files become the head revision. I'd like to do th

Re: Import question

2004-07-22 Thread Larry Jones
Lemke, Michael IZ/HZA-IOP writes: > > When I do a cvs import of a new vendor version the new files become the > head revision. I'd like to do the import such that it doesn't affect HEAD. > Only after I've tested the new stuff I want it to become HEAD. Of course, > it should work with local chan

RE: Import question

2004-07-22 Thread Lemke, Michael IZ/HZA-IOP
> -Original Message- > From: lawrence.jones > Sent: Thursday, July 22, 2004 4:12 PM > Cc: [EMAIL PROTECTED] > Subject: Re: Import question > > > Lemke, Michael IZ/HZA-IOP writes: > > > > When I do a cvs import of a new vendor version the new > f

RE: Import question

2004-07-22 Thread Christopher.Fouts
Test BEFORE importing! >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >] On Behalf Of Larry Jones >Sent: Thursday, July 22, 2004 10:12 AM >To: Lemke,Michael IZ/HZA-IOP >Cc: '[EMAIL PROTECTED]' >Subject: Re: Import question >

RE: Import question

2004-07-22 Thread Lemke, Michael IZ/HZA-IOP
> From: Christopher.Fouts > Sent: Thursday, July 22, 2004 4:22 PM > To: [EMAIL PROTECTED] > Subject: RE: Import question > > > Test BEFORE importing! Sure but I need the merge of the local changes. But I can't get them without the import or can I? > > >

RE: Import question

2004-07-22 Thread Christopher.Fouts
>From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >] On Behalf Of Lemke, Michael IZ/HZA-IOP >Sent: Thursday, July 22, 2004 10:36 AM >To: [EMAIL PROTECTED] >Subject: RE: Import question > > >> From: Christopher.Fouts >> Sent: Thursday, July 22, 2004 4:22 PM >>

RE: Import question

2004-07-22 Thread Lemke, Michael IZ/HZA-IOP
> -Original Message- > From: Christopher.Fouts > Sent: Thursday, July 22, 2004 4:43 PM > Subject: RE: Import question > > Can you "export" (not check out) the latest files you need > from a current vendor branch, which should contain the changes > yo

Re: Import question

2004-07-22 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lemke, Michael IZ/HZA-IOP <[EMAIL PROTECTED]> writes: > When I do a cvs import of a new vendor version the new files become the > head revision. I'd like to do the import such that it doesn't affect HEAD. > Only after I've tested the new stuff I wan

RE: Import question

2004-07-22 Thread Lemke, Michael IZ/HZA-IOP
> From: Mark D. Baushke > Sent: Thursday, July 22, 2004 5:16 PM > To: Lemke, Michael IZ/HZA-IOP > Cc: '[EMAIL PROTECTED]' > Subject: Re: Import question > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lemke, Michael IZ/HZA-IOP writes: &g

Re: Import question

2004-07-22 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lemke, Michael IZ/HZA-IOP <[EMAIL PROTECTED]> writes: > However, this whole thing makes me realize I > don't really understand vendor branches. What's > different from ordinary ones? The vendor branch more closely models the RCS branching model. Th

Re: Import question

2004-07-22 Thread Pierre Asselin
Lemke, Michael IZ/HZA-IOP <[EMAIL PROTECTED]> wrote: > When I do a cvs import of a new vendor version the new files become the > head revision. I'd like to do the import such that it doesn't affect HEAD. > Only after I've tested the new stuff I want it to become HEAD. Of course, > it should work

commitinfo file question

2004-08-05 Thread Tennis Smith
Hi I have a question concerning "commitinfo" and project standards. Is it possible to run an app (called by "commitinfo") against a particular file in a specific sandbox at commit time? I'm trying to prototype a stylechecker and don't want anyone but myself a

Re: Update Question

2004-08-05 Thread [EMAIL PROTECTED]
The most obvious suggestion to me is add a dependency rule to your makefile for this file that executes a "cvs update important_file.c" command. That way any time you do a make on the project, the critical file will be updated and recompiled if it has changed. For this to be useful, you must be a

Question about chacl

2004-09-13 Thread JeffreyC
I'm trying to set permissions for a projectd using chacl and am unable because the initial cvs checkout is apparently not work. We have a large repository with many projects in place, and I've been using cvs checkout for months now, usually for deployments and tagging; but for some reason in this i

directory structure question

2001-02-16 Thread yuchan_kim
This is more of a organization question, rather CVS itself. On Unix environment, when you check out CVS project directory structure, all the files in the directories can be linked to a larger working directory where you can do your build and code. But when you are ready to check in the code

RE: pserver question

2001-02-27 Thread Hanser, Kevin
they forgot to remove... which could be a security problem. So edit the passwd file directly from the tree... Kevin -Original Message- From: Furmaniuk, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 9:37 AM To: Info-Cvs (E-mail) Subject: pserver question I tried

RE: pserver question

2001-02-27 Thread Furmaniuk, Michael
EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 9:57 AM To: 'Furmaniuk, Michael'; Info-Cvs (E-mail) Subject: RE: pserver question check in your actualy cvs tree and make sure the passwd file that is there is the one you want. the passwd file is not included in the checkout/commit of CVSROO

Re: pserver question

2001-02-27 Thread Larry Jones
Furmaniuk, Michael writes: > > I know the passwd file is updated, I have had the new passwd file checkout > with CVSROOT, I've deleted the directory and checked it out again to get the > file. When I have done the update the changes show up there. But it's $CVSROOT/CVSROOT/passwd that's signi

RE: pserver question

2001-02-27 Thread Furmaniuk, Michael
ECTED] Subject: Re: pserver question Furmaniuk, Michael writes: > > I know the passwd file is updated, I have had the new passwd file checkout > with CVSROOT, I've deleted the directory and checked it out again to get the > file. When I have done the update the changes show up the

Re: pserver question

2001-02-27 Thread Peter Ajamian
> From: "Furmaniuk, Michael" <[EMAIL PROTECTED]> > Date: Tue, 27 Feb 2001 09:37:10 -0500 > > My problem: > I ... have changed the line in > config to SystemAuth=no, and added the passwd file, > > However, if I try to use the passwd file I either get an incorrect > password error if I chan

CVS novice question

2001-03-01 Thread bemtya_joshi
Hello all, I have a question for all CVS gurus. We have a soft. dev. project with development on Window as well as Solaris. I need to create a diff file which i can use to "patch" it on Solaris. I have added new files to project (on windows NT). These files are not yet adde

Re: pserver question

2001-03-01 Thread Derek R. Price
Peter Ajamian wrote: > The passwords are not stored plain text in the passwd file, they have to > be encrypted with the crypt() function. There's a utility available > that I just finished work on this past week which will maintain the > passwd and readers files for you automatically (it works s

Re: pserver question

2001-03-01 Thread Eric Siegerman
On Thu, Mar 01, 2001 at 11:38:16AM -0500, Derek R. Price wrote: > Peter Ajamian wrote: > > There's a utility available > > that I just finished work on this past week which will maintain the > > passwd and readers files for you automatically (it works similar to the > > regular Unix passwd program

Re: pserver question

2001-03-01 Thread Peter Ajamian
"Derek R. Price" wrote: > > Peter Ajamian wrote: > > > The passwords are not stored plain text in the passwd file, they have to > > be encrypted with the crypt() function. There's a utility available > > that I just finished work on this past week which will maintain the > > passwd and readers

Re: pserver question

2001-03-03 Thread Peter Ajamian
Jari Aalto+usenet wrote: > > * Thu 2001-03-01 [EMAIL PROTECTED] (Peter Ajamian) gnu.cvs.help > * > | Ceartainly that will encrypt the password for you, but the cvspwd > | utility I created will fully manage the passwd and readers files for > | you, allowing you to add and remove users, set them

Another time question

2001-03-20 Thread Annette Waters
Could you please explain how the time is used by CVS. Is it used to determine if a file has changed? Or, does it always look at the contents of the files to determine changes? ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/list

Re: feature question

2001-03-23 Thread Derek R. Price
Sasa Brcerevic wrote: > Why did not 'edit -c' make it to the cvs 1.11 and yet it is on the > windows version of cvs 1.10.8? Most likely you were using a patched version of 1.10.8. The answer to the more general question of why 'edit -c' isn't in cvs 1.11 has to

Re: feature question

2001-03-23 Thread Noel L Yap
Are you sure you're not using a Windows version that's been patched? Noel [EMAIL PROTECTED] on 2001.03.23 01:39:59 To: [EMAIL PROTECTED] cc: (bcc: Noel L Yap) Subject: feature question Clear DayWhy did not 'edit -c' make it to the cvs 1.11 and yet it is on th

<    1   2   3   4   5   6   7   8   9   10   >