Re: Help with moving repository

2003-01-20 Thread Karl E. Jorgensen
On Mon, Jan 20, 2003 at 10:21:48AM +, Mark Cooper wrote: We are in the process of moving our cvs repository (pserver) for reasons of size and speed, and have so far asked our CVS users to ensure everything is checked in to the existing repository, remove the existing working copies then

Re: Checking Out a Removed File

2002-09-30 Thread Karl E. Jorgensen
On Mon, Sep 30, 2002 at 08:52:40AM -0400, Jake Colman wrote: I created a file on a branch, made numerous changes, and ulitimately removed it from the branch. The file, of course, now exists only in the attic. I now need to look at how I did something in that source module. How do I

Re: controlled files to be deployed to different environments

2002-08-21 Thread Karl E. Jorgensen
On Wed, Aug 21, 2002 at 12:52:06PM -0500, Daniels, Dave F wrote: For one of my projects I have a configuration file, say mail.properties, which I'm versioning in CVS. The contents of this file will be different for different environments, though. For example, the mail server for my

Re: building a release: branching or tagging

2002-06-11 Thread Karl E. Jorgensen
On Tue, Jun 11, 2002 at 09:44:52AM -0500, [EMAIL PROTECTED] wrote: DO you make releases off a branch and then merge it into the trunk and then make another branch for the next release? Here's how we did it. The trunk was for main development. Periodically (ideally every six months,

Re: Which dowload to use for Red Hat 7.2 i586?

2002-04-27 Thread Karl E. Jorgensen
On Fri, Apr 26, 2002 at 08:35:51AM -0700, Jerome wrote: I see downloads for i386 and i686. My machine is i586. Which binary should I use? Do I need to download source and compile for my machine? Or is there an available binary somewhere? Use the 386 ones. If you're really, really,

Re: keeping one's personal dotfiles under CVS

2002-04-19 Thread Karl E. Jorgensen
On Fri, Apr 19, 2002 at 11:49:38AM +0200, Louis-David Mitterrand wrote: Hello, I was wondering what strategies do CVS gurus use to manage their personal collection of dotfiles. We all a favorite .vimrc, .exrc, .muttrc, ~/.w3m/bookmarks.html, etc. The problem is keeping them in sync on

Re: viewing the history

2002-04-15 Thread Karl E. Jorgensen
On Mon, Apr 15, 2002 at 11:05:58AM -0400, Danial Islam wrote: I've been using cvs history -e to view the all the activities made to my repository. However, it seems it only shows transactions made with the current user ID (mine) and not those made by other people. For example, when I do a

Re: sccs2rcs to perl

2002-03-08 Thread Karl E. Jorgensen
On Fri, Mar 08, 2002 at 10:55:37AM -0800, Stephen Rasku wrote: I believe what he is refering to is that the more SCCS will get slower the more revisions you have in a file. Getting a file from RCS/CVS should be a constant time event for the latest version because RCS/CVS stores the latest

Re: graphic interface

2002-02-05 Thread Karl E. Jorgensen
On Tue, Feb 05, 2002 at 09:54:29AM +0100, [EMAIL PROTECTED] wrote: Hello, I'm using a cvs pserver with linux and client stations are using wincvs on windows NT. I've not installed any graphic interface on my server and use the cvs command by hand. I've read about tkcv and gcvs for linux

Re: Revision Problem

2002-01-25 Thread Karl E. Jorgensen
On Thu, Jan 24, 2002 at 11:43:21PM -0800, seyethu Abthagir wrote: Hi All, I have created new directory structure for my project and imported it into the CVS repository using import command on Linux. I can see the Revision number as 1.1.1.1, when I checking out the imported .cpp files.

Re: how to import modules in cvs

2002-01-24 Thread Karl E. Jorgensen
On Thu, Jan 24, 2002 at 04:14:54PM +0100, Strecker, Roland wrote: hi all, I want to import some old (non cvs)projects in cvs. Q:Can I make the directory-structure direct on the server before import the sources or have to do during the import? Nope. Import will create the directory

Re: someone shortcircuiting this list to razor-report?

2002-01-21 Thread Karl E. Jorgensen
On Mon, Jan 21, 2002 at 04:38:53PM +0100, Niklas Hallqvist wrote: Hi! Although this is clearly the most spam-intensive list I have ever been onto I somehow find it bad that someone is reporting *all* info-cvs messages to Razor (a collaborative spam-filtering network, see

Re: How can I get new files added in Branch into the main trunk?

2002-01-13 Thread Karl E. Jorgensen
On Sun, Jan 13, 2002 at 01:00:36AM -0500, Datla, Raghav wrote: Hi, I am not able to see any new files that are added in the branch when I update the main trunk with branch. The files are being moved to Attic when I actually go and check the repository. I am running the following command

Re: syncing two sandboxes?

2002-01-11 Thread Karl E. Jorgensen
On Fri, Jan 11, 2002 at 09:33:42AM +0100, Janning Vygen wrote: Hi, we use a repository on our server and i use a local sandbox to do my work on a website. But i have a second sandbox server-side. This sandbox is used to let other people look via browser what i have already done before

Re: Question - commiting modified file

2002-01-10 Thread Karl E. Jorgensen
On Wed, Jan 09, 2002 at 11:00:09AM -0800, Anjali Madhekar wrote: When I generate some files during the build, they appear as 'modified' in CVS. when I do a 'diff' the exit status is '0' indicating that the files are indentical. 1. Do they have 'modified' status due to the file creation time

Re: Merging

2002-01-10 Thread Karl E. Jorgensen
On Wed, Jan 09, 2002 at 01:38:26PM -0500, [EMAIL PROTECTED] wrote: To whom it may concern: I have two revisions 1.7 1.8 with a symbolic tag IS8_SAP_AR1 that had to be merge. Hm. What do you mean? CVS merges *changes* (i.e. differences between versions) into a working copy - it does

Re: checkout a certain revision of a file

2002-01-06 Thread Karl E. Jorgensen
On Wed, Dec 26, 2001 at 03:08:51PM +0200, Baurjan Ismagulov wrote: Hello, I've just committed revision 1.9 of a file. Now I want to checkout revision 1.3 of that file. How can I do that? I don't have any tagged releases. cvs update -r1.3 filename ? You don't need a tag if you know the

Re: testing a cvs mirror

2001-12-20 Thread Karl E. Jorgensen
On Thu, Dec 20, 2001 at 11:06:05AM +, Santosh Cheler wrote: Hi I could setup a cvs mirror, but I want to make sure it has all the versions of all the files of the main cvs server. 1. Is there any standard method/tool for testing a mirror? 2. This testing can done thru a script,

Re: recursive add

2001-12-17 Thread Karl E. Jorgensen
On Mon, Dec 17, 2001 at 12:25:37PM +0100, David D wrote: 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 ? Exactly. It could probably also be done by this one: $ cvs add $(find . -type d; find .

Re: recursive add

2001-12-15 Thread Karl E. Jorgensen
On Fri, Dec 14, 2001 at 03:03:34PM +0900, Alex Shinn wrote: Is there a way to recursively add directory hierarchies in cvs? The manual says to use import in this case, but that doesn't do what I want since I'm trying to add within a branch. Even if I specify the releasetag as an existing

Re: Cannot rename ,filename,, to filename,v: File Exists when tag ging a module

2001-12-12 Thread Karl E. Jorgensen
[Pls wrap your long lines] On Wed, Dec 12, 2001 at 06:27:23PM +0800, Wong Wahmeng-r32813 wrote: Hello there, Sometimes I encounter this problem. The problem occurs when I tag a module. A file is somehow not able to be tagged and following errors appear on my WinCVS window. Most of the