Re: Merging, keyword expansion, binary files

2001-12-18 Thread Greg A. Woods
[ On Wednesday, December 19, 2001 at 09:53:39 (+1000), Nicholas Catanchin wrote: ] > Subject: Merging, keyword expansion, binary files > > I'm trying to perfect my tracking of third-party sources and I think I > have stumbled into my last problem :) > The third-party software that I am using is mo

Re: xinetd & CVS

2001-12-18 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, Ken Hu wrote: >Mandrake 8.1 is using xinetd instead of inetd now , I do have >xinetd.conf in my /etc folder, >so , what's going wrong here ? Sounds like Mandrake is following the path of Red Hat, which is unsurprising, given that it is a Red Hat knockoff. It seems

xinetd & CVS

2001-12-18 Thread Ken Hu
My OS is Mandrake 8.1. When I use CVS client(WinCVS) to connect to my Linux server, it gives me an error message : "connection reset by peer" Then I look for it in the CVS document , I found the document said : = er

Re: cvs encryption question

2001-12-18 Thread Larry Jones
gaoth writes [in exceeding long lines]: > > My first question is how the cvsuser's password generate. CVS doesn't generate passwords, it only checks them. > I konw the password generation uses the "encrypt",maybe like > "password=encrypt(plainpassword,salt)",but i am not clear that if the > sa

Re: Can import remove files?

2001-12-18 Thread Larry Jones
Nicholas Catanchin writes: > > OK Hang on... Your suggestion uses the '-r' parameter, not '-j'. Do they > both work the same? That was a typo on my part -- -j is correct. -Larry Jones Good gravy, whose side are you on?! -- Calvin ___ Info-cvs mailin

Re: Sharing files between projects with symbolic links

2001-12-18 Thread Paul Sander
>--- Forwarded mail from [EMAIL PROTECTED] >I setup a CVS server (version 1.10.6) a while back, and I now have the need >to share some files between projects. >The files are test data that does not change between projects, so I do not >want to duplicate it in the repository. >Previously, I used V

RE: Possible modifications to CVS.

2001-12-18 Thread Paul Sander
>--- Forwarded mail from [EMAIL PROTECTED] >[ On Tuesday, December 18, 2001 at 13:30:23 (-0600), Thornley, David wrote: ] >> Subject: RE: Possible modifications to CVS. >> >> >> So, I figure that that would be a nice capability that isn't >> going to happen in CVS. >It is only a "nice" capabili

RE: Possible modifications to CVS.

2001-12-18 Thread Paul Sander
>--- Forwarded mail from [EMAIL PROTECTED] >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> >> [EMAIL PROTECTED] writes: >> > If this isn't possible, I would suggest it be added to >> CVS. What I would >> > like to see is a way to check out files from an

Re: How can we maintain modules/directories/files between production and development environment using CVS

2001-12-18 Thread Paul Sander
>--- Forwarded mail from [EMAIL PROTECTED] > As a CVS administrator, How can we maintain modules/directories/files >when we have environments like production, stage and Development. >I mean once Developers develop some code, test it and then I want to keep >these files or code in the production

Re: How can we maintain modules/directories/files between production and development environment using CVS

2001-12-18 Thread Pierre Asselin
"Datla, Raghav" <[EMAIL PROTECTED]> writes: >Hi, > As a CVS administrator, How can we maintain modules/directories/files >when we have environments like production, stage and Development. >I mean once Developers develop some code, test it and then I want to keep >these files or code in the prod

cvs encryption question

2001-12-18 Thread gaoth
My first question is how the cvsuser's password generate.I konw the password generation uses the "encrypt",maybe like "password=encrypt(plainpassword,salt)",but i am not clear that if the salt is fixed,if yes what is it?if not how does it generate?   The other question is :i want to make my

行业客户搜索专家

2001-12-18 Thread softeasy_cn2
[ ÈôÄú²»¸ºÔðÕâ·½ÃæµÄÒµÎñ, ÇëתÏà¹ØÒµÎñ»ò²¿ÃŵĸºÔðÈË£¬Íò·Ö¸Ðл ] [ Èô±¾Óʼþ´òÈÅÁËÄú£¬ÎÒÃÇÍò·Ö±§Ç¸ ] £­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­£­ ÐÐÒµ¿Í»§ËÑË÷ר¼Ò** http://gotrading.126.com ¡°ÓÊ_¼þ_Ñ

Re: tagging problem

2001-12-18 Thread Pierre Asselin
Sangeetha Parthasarathy <[EMAIL PROTECTED]> writes: The "tag" command works from a checked-out sandbox. The "rtag" command works from anywhere, but it requires 1) a date or existing tag, to know what revisions to tag 2) a tag name 3) a module name, to know what files to tag. >cvs r

Re: Administrative database file protection problem

2001-12-18 Thread Pierre Asselin
Dustin Cavanaugh <[EMAIL PROTECTED]> writes: >My repository is on unix (Sun); the owner is "cvs" and the group is "cvs". >Whenever a user changes one of the Administrative database files, cvs >complains of Permission denied. Users (developers) are members of the cvs >group (though its not thei

RE: significance of -n option in rtag

2001-12-18 Thread Jerry Nairn
> From: David Taylor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 5:26 PM > David Taylor wrote: > > > cvs rtag VersionNumberOne SManagerand > > > cvs rtag -n VersionNumberOne SManager > > > > The first command tags, the second doesn't. > Wrong. > > That should be "The

Re: significance of -n option in rtag

2001-12-18 Thread David Taylor
David Taylor wrote: > > > > For example what os the difference between > > > > cvs rtag VersionNumberOne SManagerand > > cvs rtag -n VersionNumberOne SManager > > The first command tags, the second doesn't. > > dtayl Wrong. That should be "The first should execute taginfo, the second sh

RE: why does tag not appear in Symbolic names list

2001-12-18 Thread Jerry Nairn
> From: Sangeetha Parthasarathy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 11:02 AM > Could you please tell me why a module tagged as, > > cvs rtag -n VersionNumberOne SManager > > does not appear under Symbolic names (which shows the tags > created) when > I do a > >

RE: How can we maintain modules/directories/files between production and development environment using CVS

2001-12-18 Thread Gene Volkov
Branches are your solution. Create STAGE and PROD branches ( cvs rtag -b STAGE ). Keep developers working on new code in HEAD (main trunk), and have them commit fixes to STAGE branch (they'll have to check it out locally -- cvs co -r STAGE ) At some point once STAGE branch is good to become

Re: significance of -n option in rtag

2001-12-18 Thread David Taylor
Sangeetha Parthasarathy wrote: > Hi, > could any of you please explain to me the significance of '-n' option > in rtag > "cvs -H " displays a usage message explaining all the options of . (To get a list of all CVS help commands: "cvs --help") For example "cvs -H rtag" displays: -n No

RE: significance of -n option in rtag

2001-12-18 Thread Jerry Nairn
The modules file in CVSROOT can specify that a program should be run whenever rtag is used on a module. The '-n' prevents any such program from getting run. > From: Sangeetha Parthasarathy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 10:53 AM > could any of you please explain to

Re: verifymsg doesn't work for directories - bug?

2001-12-18 Thread Steve Greenland
On Tue, Dec 18, 2001 at 05:30:47PM -0600, Mehrdad Torky wrote: > So people in our department found out about this and they are > committing files left and right without associating the check-in with > a defect ID. > > Do you guys have any recommendation how to resolve this issue? Nail those peopl

Merging, keyword expansion, binary files

2001-12-18 Thread Nicholas Catanchin
Hi! I'm trying to perfect my tracking of third-party sources and I think I have stumbled into my last problem :) The third-party software that I am using is modified/enhanced on a daily basis and I really want to stay up to date with it. The process I am going through is: 1. Checkout latest vers

RE: Rolling back to a previous revision per module

2001-12-18 Thread Jerry Nairn
One has to wonder why you're using a version control system at all when you can consider doing things like this. Anyway, you can do something like this: cvs rtag -D "11/15" PreScruUp module cvs rtag -D "now" PostScruUp module cvs co -d foo module cvs up -j PostScruUp -j PreScruUp foo cvs ci foo

Re: Info-cvs digest, Vol 1 #1246 - 16 msgs

2001-12-18 Thread Damian Wiest
The short answer? RTFM, pay attention to the discussion of tags and branches. Don't be afraid to experiment with things in a test repository. Basically you want to cut a release branch when you're ready to start testing. Make any bugfixes prior to release on this branch and then tag the bran

verifymsg doesn't work for directories - bug?

2001-12-18 Thread Mehrdad Torky
Hi, I have been using cvs for several years. I have noticed a bug in the program and I cant get around it. If you have a solution to this problem, please let me know. When you commit a FILE, cvs goes thru commitinfo and verifymsg, but if you run commit on a DIRECTORY (cvs commit my-dir) a

RE: Can import remove files?

2001-12-18 Thread Nicholas Catanchin
Thanks Larry. After I posted I found something that I thought was what I needed: cvs co -H -j rev Merge in changes made between current revision and rev. So I ran: cvs co -jtest_18_12_01 mytest But it didn't work. Do I need to specify both revisions?

Re: Rolling back to a previous revision per module

2001-12-18 Thread Nate Haggard
Thanks for the quick response. I should rephrase my question. Yes I want to move a whole module back in time. I don't need to keep the changes that were made after that time in the repository. One way to do it is to do this: cvs export -D "11/15" module cd currentproject cvs remove * cp ../mod

Sharing files between projects with symbolic links

2001-12-18 Thread Greenfield, Jason
Hi all, I setup a CVS server (version 1.10.6) a while back, and I now have the need to share some files between projects. The files are test data that does not change between projects, so I do not want to duplicate it in the repository. Previously, I used VSS' sharing mechanism to accomplish this

WinCVS help

2001-12-18 Thread hariharan swaminathan
Hi, I am new to WinCVS. I have installed WinCVS 1.3 with CVS NT. My repository is in local machine. CVSROOT=:ntserver:localhost:c:\cvs\ I have 2 modules module1 and module2. The modules tab in the left side of the GUI doesn't display this. It's displaying everything with C:\ except c:\cvs.

RE: Possible modifications to CVS.

2001-12-18 Thread Greg A. Woods
[ On Tuesday, December 18, 2001 at 13:30:23 (-0600), Thornley, David wrote: ] > Subject: RE: Possible modifications to CVS. > > > So, I figure that that would be a nice capability that isn't > going to happen in CVS. It is only a "nice" capability if you're trying to deal with a horrid mess of f

How can we maintain modules/directories/files between production and development environment using CVS

2001-12-18 Thread Datla, Raghav
Hi, As a CVS administrator, How can we maintain modules/directories/files when we have environments like production, stage and Development. I mean once Developers develop some code, test it and then I want to keep these files or code in the production cycle after testing is done. Can anyone pl

RE: Possible modifications to CVS.

2001-12-18 Thread Thornley, David
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 12:45 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Possible modifications to CVS. > > > [EMAIL PROTECTED] writes: > > > > Is it possible to checkout multip

Re: checkout fails to put files in working directory

2001-12-18 Thread Eric Siegerman
On Tue, Dec 18, 2001 at 06:23:09PM -, sharstern119 wrote: > I execute the cvs checkout command, and a working directory is > created. But none of the files in the repository are in my working > directory. My working directory just contains the directory > structure. > > The only exception

Re: Administrative database file protection problem

2001-12-18 Thread Eric Siegerman
On Tue, Dec 18, 2001 at 09:35:32AM -0800, Dustin Cavanaugh wrote: > My repository is on unix (Sun); the owner is "cvs" and the group is "cvs". > > Whenever a user changes one of the Administrative database files, cvs > complains of Permission denied. Users (developers) are members of the cvs >

Re: Can import remove files?

2001-12-18 Thread Larry Jones
Nicholas Catanchin writes: > > Tracking third-party sources - how can I ensure that files that are > removed from the third-party source are removed from my imported copy? You need to merge the changes. Given your example, after the second import, do: cvs co -rtest_18_12_01 -rtest_24_

Re: Possible modifications to CVS.

2001-12-18 Thread Eric Siegerman
On Mon, Dec 17, 2001 at 11:26:38AM -0700, [EMAIL PROTECTED] wrote: > Is it possible to checkout multiple files from different directories within > the repository and put them into a single directory? Can CVS keep track of > where each file came from and update the repository as necessary? > > If

Re: Possible modifications to CVS.

2001-12-18 Thread Larry Jones
[EMAIL PROTECTED] writes: > > Is it possible to checkout multiple files from different directories within > the repository and put them into a single directory? Can CVS keep track of > where each file came from and update the repository as necessary? No. CVS tracks metadata at the directory le

checkout fails to put files in working directory

2001-12-18 Thread sharstern119
Hi I'm relatively new to CVS and am having this problem: I execute the cvs checkout command, and a working directory is created. But none of the files in the repository are in my working directory. My working directory just contains the directory structure. The only exception to this is new

Re: Getting log messages via email

2001-12-18 Thread Marcus Crafter
Hi Joern, On Tue, Dec 18, 2001 at 05:08:53PM +0100, Joern Kersten wrote: > I'd like to get an email notification *including the log message* when > somebody is committing changes to certain files. Currently, I'm using > cvs watch and the standard command in CVSROOT/notify, > > ALL mail %s -s "

Administrative database file protection problem

2001-12-18 Thread Dustin Cavanaugh
My repository is on unix (Sun); the owner is "cvs" and the group is "cvs". Whenever a user changes one of the Administrative database files, cvs complains of Permission denied. Users (developers) are members of the cvs group (though its not their primary group). I notice that when the database

Re: Getting log messages via email

2001-12-18 Thread Thomas S. Urban
On Tue, Dec 18, 2001 at 05:08:53PM +0100, Joern Kersten wrote: > Hi! > > I'd like to get an email notification *including the log message* when > somebody is committing changes to certain files. Currently, I'm using > cvs watch and the standard command in CVSROOT/notify, > > ALL mail %s -s "CVS

Getting log messages via email

2001-12-18 Thread Joern Kersten
Hi! I'd like to get an email notification *including the log message* when somebody is committing changes to certain files. Currently, I'm using cvs watch and the standard command in CVSROOT/notify, ALL mail %s -s "CVS notification" However, the email that is sent out in this case contains some

why does tag not appear in Symbolic names list

2001-12-18 Thread Sangeetha Parthasarathy
Hi, Could you please tell me why a module tagged as, cvs rtag -n VersionNumberOne SManager does not appear under Symbolic names (which shows the tags created) when I do a cvs log -h (this is a workaround suggested to view tags created by Open Source Development with CVS) Does this

significance of -n option in rtag

2001-12-18 Thread Sangeetha Parthasarathy
Hi, could any of you please explain to me the significance of '-n' option in rtag For example what os the difference between cvs rtag VersionNumberOne SManagerand cvs rtag -n VersionNumberOne SManager Thanks Sangeetha ___ Info-cvs mailing

Re: extssh protocol?

2001-12-18 Thread frederic . hermann
Mike Slywka wrote: > Not sure if this is the right place to ask, but here goes anyway. > > I'm trying to get IBM's WebSphere Application Developer 4.0 to access a > remote repository. Works fine from the command line using the ext > protocol, but WebSphere supports only pserver and extssh pro