branching/development strategy

2001-03-26 Thread John Schmitt
I was hoping this would be discussed on this list but I haven't seen it yet. When you have a project that you're working on for several customers, what do you do for frequent releases? When do you branch and merge? I've scanned the open source CVS book (http://cvsbook.red-bean.com/cvsbook.html)

Re: cvs update gives P response

2001-03-26 Thread Mike Castle
On Mon, Mar 26, 2001 at 09:33:43PM -0500, Chris Edgington wrote: > server, I often get a P next to the filenames that are updated by cvs. What > exactly is the P telling, in comparison to a U, M, or C? I don't find any > documentation on the P response. I see in the source that it means that a Pat

cvs update gives P response

2001-03-26 Thread Chris Edgington
We're running CVS as our source control system over our company VPN. The pserver is a linux box. When I do an update locally to sync with the source on the server, I often get a P next to the filenames that are updated by cvs. What exactly is the P telling, in comparison to a U, M, or C? I don't f

upgrading repository from 1.10.8+ to 1.11, solaris to linux RedHat 7.0, edit: too many open files ?

2001-03-26 Thread Gilles-Eric Descamps
Hi All, I currently have a big repository running in pserver mode (all as one user to avoid users modifying directly the files). I'm using cvs-1.10.8 with the edit -c patch to enable reserved editing. cvs is running through inetd in pserver mode. files of the repository are accessed through NFS.

unsubscribe

2001-03-26 Thread Kelly, Linda
I do not wish to receive these newsletters. But thanks for letting me try it! Linda Kelly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 2:42 PM To: [EMAIL PROTECTED] Subject: Info-cvs digest, Vol 1 #394 - 11 msgs Send Info-cvs maili

RE: feature question

2001-03-26 Thread Noel L Yap
Great! More volunteers. I've enclosed some of my patches (against cvs-1.11). What's needed are tests in sanity.sh (I've listed test cases in another email -- if you need me to repeat, I'll find the email and do so) and documentation. I'm not sure who else is working on these but I see no proble

Re: Build system with CVS

2001-03-26 Thread Greg A. Woods
[ On Monday, March 26, 2001 at 11:59:35 (+0200), Jakob Hummes wrote: ] > Subject: Re: Build system with CVS > > Well, you're right. This would be a solution. > Unfortunately branching and especially merging is heavy-weight (i.e. > complicated) in CVS. Since, in general, no two branches exist for

Re: EmptyDir in CVSROOT direcotory

2001-03-26 Thread Larry Jones
Eric Siegerman writes: > > Is it also the case that Emptydir itself doesn't need to be > writable? If you're not using LockDir in CVSROOT/config, Emptydir needs to be writable so that users can create lock files in it; if you are using LockDir to put the lock files elsewhere, then it does not ne

Re: EmptyDir in CVSROOT direcotory

2001-03-26 Thread Eric Siegerman
On Mon, Mar 26, 2001 at 11:17:29AM -0500, Larry Jones wrote: > Once [CVSROOT/Emptydir] has been created > (by whatever means), there's no longer any need to have CVSROOT be > writable for the sake of Emptydir. Is it also the case that Emptydir itself doesn't need to be writable? -- | | /\ |-_|

Re: Uninstall CVS

2001-03-26 Thread Larry Jones
Jeeva Sarma writes: > > I want to upgrade my cvs server to 1.11.To uninstall > the old version,which are all the files/exes that I > need to remove??Can someone help me with this? You shouldn't need to uninstall anything -- just install the new version. -Larry Jones He piqued my curiosity. --

Re:Uninstall CVS

2001-03-26 Thread Jeeva Sarma
Hi I forgot to mention that my server(version 1.10.7) is on Unix.(Free BSD) Thanks, Jeeva Sarma Hi I want to upgrade my cvs server to 1.11.To uninstall the old version,which are all the files/exes that I need to remove??Can someone help me with this? Thanks in advance, Jeeva Sarma ___

Re: update -p on removed files.

2001-03-26 Thread Larry Jones
Milos Kleint writes: > > to obtain the right revision I perform cvs update -p -r 1.1 to get one > of the revisions being compared. > > This works just fine, except the case when the file was locally removed. > Then the server returns this line: > E cvs server: conflict: removed > javacvs/libsrc/

Re: Problem...

2001-03-26 Thread Gerhard Sittig
On Mon, Mar 26, 2001 at 12:16 -0800, Danijel Kopcinovic wrote: > > My problem is as follows: I import a directory containing > certain text file to CVS repository. When I do the checkout of > the same directory, I get a copy of that file with different > size than before it was imported, and when

Uninstall CVS

2001-03-26 Thread Jeeva Sarma
Hi I want to upgrade my cvs server to 1.11.To uninstall the old version,which are all the files/exes that I need to remove??Can someone help me with this? Thanks in advance, Jeeva Sarma __ Do You Yahoo!? Get email at your own domain with Yahoo! Ma

Re: Why the split for rcvs?

2001-03-26 Thread Alexandre Parenteau
> Then there are the bells&whistles feature nuts "No patch must ever > go un-applied!" :-) > > Now if someone with deep pockets were to pay someone like me to do a > slight re-design and full re-write :-) Yeah right There won't be any deep pockets. There will be more and more u

Heres your Surprise!!! From Erica!!

2001-03-26 Thread Miss Erica
I hope you liked my new homepage.. well you all asked me to do it.. so here it is :)) http://go.to/ericasmovies/ Ive put my whole collection every photo ive taken up on the web, plus Ive made over 20 movies LOL.. theres over 40 megs of movies alone. hehehe I hope you like my new site as much

RE: feature question

2001-03-26 Thread Dave Cridland
Title: RE: feature question Ah, that's what it does... FWIW, I'd appreciate seeing this in the main CVS distribution, since otherwise I always simulate all this with my awful shell scripts. For those who care, it's not because reserved locks are useful in code, it's because they're useful whe

Re: Unlocking by another user is possible

2001-03-26 Thread Larry Jones
irina sturm writes: > > "Normally, only the locker of a > revision may unlock it. Somebody > else locking a revision breaks the > lock. This causes a mail message to > be sent to the original locker. The > message contains a commentary solicited > from the breaker. The commentary is > terminate

Re: security in cvs

2001-03-26 Thread Rob Helmer
Hello, Well, CVSWeb can be configured to hide modules, and you can restrict _access_ to a directory by using regular UNIX groups. However, I don't think there's a way to hide a directory from the client. Also, note that the above will cause errors to be displayed on the client everytime they d

Re: Changing the group of the repository

2001-03-26 Thread Rob Helmer
Assuming you are using a UNIX-ish OS, just change group ownership on the directories in the repo, make them writeable, and set the SGID bit on them. Also, make sure the $CVSROOT/CVSROOT/history file is writeable by this group. HTH, Rob Helmer On Mon, Mar 26, 2001 at 11:40:49AM +0200, irina s

Re: using NFS from homogeneous (almost) systems

2001-03-26 Thread Frederic Brehm
I asked: >What are the pros and cons of using NFS to access the CVS repository >between systems that are similar? What if the OS version isn't >exactly the same? > >We have been using CVS like this for a while. I would like to >know if it is worth setting up a cvs server on our file server. The >s

Re: EmptyDir in CVSROOT direcotory

2001-03-26 Thread Larry Jones
Brendan J Simon writes: > > Why does cvs need to create an EmptyDir when I want to checkout files > from the repository to a fresh sandbox on my local machine When you checkout a directory tree, every directory in the tree must map to some directory in the repository. When there's no obvi

RE: feature question

2001-03-26 Thread Noel L Yap
For the major enhancements (reserved locks and multiple edits per user), I've fished them out into separate (and merged) patches. These need to be tested (I've done very minor testing -- sometimes just to check if they compile) and documented. Specifically, the features that need testing are: 1.

Re: Why the split for rcvs?

2001-03-26 Thread Larry Jones
Greg A. Woods writes: > > The problem is that there is no CVS developer. There are a few people > with commit access who are more prolific than others, but there's nobody > who has taken ownership of the project and has a proper vision for its > future. [...] I'm not going to quote Greg's entir

Re: Why the split for rcvs?

2001-03-26 Thread Noel L Yap
[EMAIL PROTECTED] on 2001.03.24 14:18:20 >I am watching the thread of "split for rcvs" and "locking and other patches" >and I must say that I am quite shocked. > >Why is that the requirements for sending the patches are getting more hard >every day? I think these preconditions have existed f

Re: Problem with checkout

2001-03-26 Thread Keith Luu
Hi, I think in the case of cvsis that, All files check out files in the tree are set automatically set readonly unless you tell it not to. Keith --- Sean Preston <[EMAIL PROTECTED]> wrote: > > > thing is that when I checkout a tree from the > cvs repository all the files > > > permissions are re

RE: Changing the group of the repository

2001-03-26 Thread Michael Thiele
Hi Irina, > I just want to check if I am correct: > > - the repository is in REPOSITORY_RELEASE_1 > and has the following rights > > drwxr-s--- 6 sturmi gr14096 Mar 1 16:05 > REPOSITORY_RELEASE_1 > > - the REPOSITORY_RELEASE_1/CVSROOT inside has the following > rights: > > drwxr

Re: Changing the group of the repository

2001-03-26 Thread irina sturm
[EMAIL PROTECTED] wrote: > > Hi Irina, > > > I have a repository in use now for > > which I want to restrict the group > > of people accessing it[...] > > > Is there any problem with doing it now? > > No, it should not. I'm often changing the rights for several > repositories. I never had any

Unlocking by another user is possible

2001-03-26 Thread irina sturm
Hello, I've noticed that if user 1 does "cvs admin -lrev file" user 2 can undo this with "cvs admin -urev file" This was somekind of a surprise; however it was my fault as I didn't seem to thouroughly read the "cvs admin" from the manual. When reading it again now, I have the

RE: Changing the group of the repository

2001-03-26 Thread Michael Thiele
Hi Irina, > I have a repository in use now for > which I want to restrict the group > of people accessing it[...] > Is there any problem with doing it now? No, it should not. I'm often changing the rights for several repositories. I never had any problems. > Are there any aspects I should be

Problem...

2001-03-26 Thread Danijel Kopcinovic
Greetings! My problem is as follows: I import a directory containing certain text file to CVS repository. When I do the checkout of the same directory, I get a copy of that file with different size than before it was imported, and when running diff tool on the two files, I get that the files d

RE: RH 7.0, cvs pserver not working

2001-03-26 Thread Joshua Davis
> -Original Message- > From: Larry Jones [mailto:[EMAIL PROTECTED]] > Joshua Davis writes: > > > > I tried *not* setting HOME, but it didn't work on RH 7.0. The > HOME setting > > seems to fix this problem (with RH 7.0 xinetd). Unless this > behavior of RH > > 7.0 has been fixed. If tha

Can 'cvs update' update files not in the repository?

2001-03-26 Thread Roland Roeder
Sorry, I misused the subject of another question in my first mail. Roland Roland Roeder wrote: > > Hi there, > > In our environment I have a set of c-files which are output > of our masterbuild process. These files tends to become very large > and I'd suspect ci/diff/merge to be very slow,

Re: Changing the group of the repository

2001-03-26 Thread Roland Roeder
Hi there, In our environment I have a set of c-files which are output of our masterbuild process. These files tends to become very large and I'd suspect ci/diff/merge to be very slow, since typically the new generated files will have many small diffs across the whole file. Thus, I'd like to not a

SOS -cvsclient

2001-03-26 Thread razi_aa
Hi People, I am a new recruit starting out on the cvs system. I had just subscribed to the mailing list and seen these instructions. I have completed the following steps on the setup of the cvs service on a windows 2000 machine: 1.) Downloaded the pre-compiled version of CVSNT at http://www

security in cvs

2001-03-26 Thread GARCIARO55
Hello! I have a problem with the secutity in cvs. I am using Red Had Linux as server of cvs with ssh and wincvs on winnt as client. I use cvsweb for see el repository in the web. All work well. My problem is can control the permissions on the user. Permissions of read only or permissions of wr

Re: Build system with CVS

2001-03-26 Thread Jakob Hummes
"Greg A. Woods" wrote: > > [ On Saturday, March 24, 2001 at 12:05:04 (+0100), Jakob Hummes wrote: ] > > Subject: Build system with CVS > > > > We have a tag "test_tag" that identifies the latest stable version of > > all files. Now, I want to test the new versions, but seperately. For > > thi

Changing the group of the repository

2001-03-26 Thread irina sturm
Hello everybody, I have a repository in use now for which I want to restrict the group of people accessing it (that is, as when I set up the repository I didn't create a group containing only the people who should have access to the repository, I'd like to do it now). Is there any problem with